Skip to main content
aboutsummaryrefslogtreecommitdiffstats
path: root/launch
diff options
context:
space:
mode:
authorAlvaro Sanchez-Leon2014-09-29 15:15:32 +0000
committerAlvaro Sanchez-Leon2014-09-30 18:52:39 +0000
commitf9db4581fcaf40c5e3d0b46776bd70f6a33e70ff (patch)
tree93a4a01a213e982d6fe3469d183afdf702f12316 /launch
parentd852dccbdc5891e213e6acf53dba4966ab69fad3 (diff)
downloadorg.eclipse.cdt-f9db4581fcaf40c5e3d0b46776bd70f6a33e70ff.tar.gz
org.eclipse.cdt-f9db4581fcaf40c5e3d0b46776bd70f6a33e70ff.tar.xz
org.eclipse.cdt-f9db4581fcaf40c5e3d0b46776bd70f6a33e70ff.zip
Bug 445372 - [LaunchBar] Compile with Juno
Change-Id: Ieb915e56b7e1f2b06a84a1db1d6f476977add1b2 Reviewed-on: https://git.eclipse.org/r/34058 Reviewed-by: Alvaro Sanchez-Leon <alvsan09@gmail.com> Tested-by: Alvaro Sanchez-Leon <alvsan09@gmail.com>
Diffstat (limited to 'launch')
-rw-r--r--launch/org.eclipse.cdt.launchbar.core/META-INF/MANIFEST.MF2
-rw-r--r--launch/org.eclipse.cdt.launchbar.ui/META-INF/MANIFEST.MF1
2 files changed, 2 insertions, 1 deletions
diff --git a/launch/org.eclipse.cdt.launchbar.core/META-INF/MANIFEST.MF b/launch/org.eclipse.cdt.launchbar.core/META-INF/MANIFEST.MF
index 21f8f4e111a..83d9d210b5a 100644
--- a/launch/org.eclipse.cdt.launchbar.core/META-INF/MANIFEST.MF
+++ b/launch/org.eclipse.cdt.launchbar.core/META-INF/MANIFEST.MF
@@ -6,7 +6,7 @@ Bundle-Version: 1.0.0.qualifier
Bundle-Activator: org.eclipse.cdt.launchbar.core.internal.Activator
Bundle-Vendor: Eclipse CDT
Require-Bundle: org.eclipse.core.runtime,
- org.eclipse.debug.core;bundle-version="3.9.0"
+ org.eclipse.debug.core
Bundle-RequiredExecutionEnvironment: JavaSE-1.7
Bundle-ActivationPolicy: lazy
Export-Package: org.eclipse.cdt.launchbar.core,
diff --git a/launch/org.eclipse.cdt.launchbar.ui/META-INF/MANIFEST.MF b/launch/org.eclipse.cdt.launchbar.ui/META-INF/MANIFEST.MF
index e768849fd75..f9b95ecc929 100644
--- a/launch/org.eclipse.cdt.launchbar.ui/META-INF/MANIFEST.MF
+++ b/launch/org.eclipse.cdt.launchbar.ui/META-INF/MANIFEST.MF
@@ -26,3 +26,4 @@ Export-Package: org.eclipse.cdt.launchbar.ui,
org.eclipse.cdt.launchbar.ui.internal.commands;x-internal:=true,
org.eclipse.cdt.launchbar.ui.internal.controls;x-internal:=true,
org.eclipse.cdt.launchbar.ui.internal.dialogs;x-internal:=true
+Import-Package: javax.inject

Back to the top