~ubuntu-branches/ubuntu/raring/eclipse-linuxtools/raring

« back to all changes in this revision

Viewing changes to debian/patches/valgrind-remote-unversioned-rse-dependency.patch

  • Committer: Package Import Robot
  • Author(s): Jakub Adam
  • Date: 2012-06-29 12:07:30 UTC
  • Revision ID: package-import@ubuntu.com-20120629120730-um7a5gz1w6yzx3hg
Tags: 1.0.0-1
* New upstream release.
* Remove eclipse-cdt-autotools binary package.
  - The code moved to Eclipse CDT.
* Drop d/patches/valgrind-remove-unused-emf-dependency.patch
  - Included upstream.

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
From: Jakub Adam <jakub.adam@ktknet.cz>
 
2
Date: Sun, 22 Apr 2012 00:48:53 +0200
 
3
Subject: valgrind-remote-unversioned-rse-dependency
 
4
 
 
5
---
 
6
 .../META-INF/MANIFEST.MF                           |   12 ++++++------
 
7
 1 file changed, 6 insertions(+), 6 deletions(-)
 
8
 
 
9
diff --git a/profiling/org.eclipse.linuxtools.profiling.launch.remote/META-INF/MANIFEST.MF b/profiling/org.eclipse.linuxtools.profiling.launch.remote/META-INF/MANIFEST.MF
 
10
index 58d8e32..a2158e5 100644
 
11
--- a/profiling/org.eclipse.linuxtools.profiling.launch.remote/META-INF/MANIFEST.MF
 
12
+++ b/profiling/org.eclipse.linuxtools.profiling.launch.remote/META-INF/MANIFEST.MF
 
13
@@ -7,12 +7,12 @@ Bundle-Activator: org.eclipse.linuxtools.internal.profiling.launch.remote.Profil
 
14
 Bundle-Vendor: %Bundle-Vendor
 
15
 Require-Bundle: org.eclipse.ui,
 
16
  org.eclipse.core.runtime,
 
17
- org.eclipse.rse.core;bundle-version="3.2.0",
 
18
- org.eclipse.rse.subsystems.files.core;bundle-version="3.2.100",
 
19
- org.eclipse.rse;bundle-version="3.3.0",
 
20
- org.eclipse.rse.subsystems.processes.core;bundle-version="3.1.200",
 
21
- org.eclipse.rse.subsystems.shells.core;bundle-version="3.1.200",
 
22
- org.eclipse.rse.services;bundle-version="3.2.100"
 
23
+ org.eclipse.rse.core,
 
24
+ org.eclipse.rse.subsystems.files.core,
 
25
+ org.eclipse.rse,
 
26
+ org.eclipse.rse.subsystems.processes.core,
 
27
+ org.eclipse.rse.subsystems.shells.core,
 
28
+ org.eclipse.rse.services
 
29
 Bundle-RequiredExecutionEnvironment: J2SE-1.5
 
30
 Bundle-ActivationPolicy: lazy
 
31
 Import-Package: org.eclipse.cdt.debug.core,