File: unversioned-deps.patch

package info (click to toggle)
eclipse-linuxtools 3.1.0-1
  • links: PTS, VCS
  • area: main
  • in suites: jessie, jessie-kfreebsd, stretch
  • size: 75,416 kB
  • ctags: 41,034
  • sloc: java: 262,051; xml: 34,770; ansic: 15,458; cpp: 326; sh: 261; makefile: 60
file content (35 lines) | stat: -rw-r--r-- 1,652 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
From: Jakub Adam <jakub.adam@ktknet.cz>
Date: Thu, 26 Jul 2012 18:45:09 +0200
Subject: unversioned-deps

---
 perf/org.eclipse.linuxtools.perf/META-INF/MANIFEST.MF           | 2 +-
 profiling/org.eclipse.linuxtools.ssh.proxy/META-INF/MANIFEST.MF | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/perf/org.eclipse.linuxtools.perf/META-INF/MANIFEST.MF b/perf/org.eclipse.linuxtools.perf/META-INF/MANIFEST.MF
index 1d3a362..fbd7b92 100644
--- a/perf/org.eclipse.linuxtools.perf/META-INF/MANIFEST.MF
+++ b/perf/org.eclipse.linuxtools.perf/META-INF/MANIFEST.MF
@@ -19,7 +19,7 @@ Require-Bundle: org.eclipse.ui,
  org.eclipse.cdt.launch;bundle-version="7.0.0",
  org.eclipse.linuxtools.profiling.ui;bundle-version="0.9.0",
  org.eclipse.ui.ide,
- org.eclipse.team.ui;bundle-version="3.7.1"
+ org.eclipse.team.ui
 Bundle-RequiredExecutionEnvironment: JavaSE-1.7
 Bundle-ActivationPolicy: lazy
 Import-Package: org.eclipse.compare,
diff --git a/profiling/org.eclipse.linuxtools.ssh.proxy/META-INF/MANIFEST.MF b/profiling/org.eclipse.linuxtools.ssh.proxy/META-INF/MANIFEST.MF
index 70a5305..3d642ab 100644
--- a/profiling/org.eclipse.linuxtools.ssh.proxy/META-INF/MANIFEST.MF
+++ b/profiling/org.eclipse.linuxtools.ssh.proxy/META-INF/MANIFEST.MF
@@ -9,7 +9,7 @@ Require-Bundle: org.eclipse.ui,
  org.eclipse.linuxtools.profiling.launch;bundle-version="0.8.0",
  org.eclipse.core.resources;bundle-version="3.7.100",
  org.eclipse.core.filesystem;bundle-version="1.3.100",
- com.jcraft.jsch;bundle-version="0.1.44"
+ com.jcraft.jsch
 Bundle-ActivationPolicy: lazy
 Bundle-RequiredExecutionEnvironment: JavaSE-1.7
 Bundle-Localization: plugin