1
0
Fork 0
mirror of https://github.com/eclipse-cdt/cdt synced 2025-04-29 19:45:01 +02:00

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>
This commit is contained in:
Alvaro Sanchez-Leon 2014-09-29 11:15:32 -04:00
parent d852dccbdc
commit f9db4581fc
2 changed files with 2 additions and 1 deletions

View file

@ -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,

View file

@ -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