Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
Diffstat (limited to 'plugins/com.windriver.debug.tcf.core/META-INF/MANIFEST.MF')
-rw-r--r--plugins/com.windriver.debug.tcf.core/META-INF/MANIFEST.MF8
1 files changed, 5 insertions, 3 deletions
diff --git a/plugins/com.windriver.debug.tcf.core/META-INF/MANIFEST.MF b/plugins/com.windriver.debug.tcf.core/META-INF/MANIFEST.MF
index 46a4bff9e..bb5e7240d 100644
--- a/plugins/com.windriver.debug.tcf.core/META-INF/MANIFEST.MF
+++ b/plugins/com.windriver.debug.tcf.core/META-INF/MANIFEST.MF
@@ -2,7 +2,7 @@ Manifest-Version: 1.0
Bundle-ManifestVersion: 2
Bundle-Name: %pluginName
Bundle-SymbolicName: com.windriver.debug.tcf.core;singleton:=true
-Bundle-Version: 0.1.0
+Bundle-Version: 0.2.0
Bundle-Activator: com.windriver.debug.tcf.core.TCFCore
Bundle-Vendor: %providerName
Require-Bundle: org.eclipse.core.runtime,
@@ -10,6 +10,8 @@ Require-Bundle: org.eclipse.core.runtime,
org.eclipse.core.resources,
com.windriver.tcf.api
Bundle-RequiredExecutionEnvironment: J2SE-1.5
+Bundle-ActivationPolicy: lazy
Eclipse-LazyStart: true
-Export-Package: com.windriver.debug.tcf.core.model,
- com.windriver.debug.tcf.core.launch
+Export-Package: com.windriver.debug.tcf.core,
+ com.windriver.debug.tcf.core.launch,
+ com.windriver.debug.tcf.core.model

Back to the top