Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
Diffstat (limited to 'plugins/com.windriver.tcf.api/META-INF/MANIFEST.MF')
-rw-r--r--plugins/com.windriver.tcf.api/META-INF/MANIFEST.MF5
1 files changed, 3 insertions, 2 deletions
diff --git a/plugins/com.windriver.tcf.api/META-INF/MANIFEST.MF b/plugins/com.windriver.tcf.api/META-INF/MANIFEST.MF
index 87bb955c3..5ad6ca0e6 100644
--- a/plugins/com.windriver.tcf.api/META-INF/MANIFEST.MF
+++ b/plugins/com.windriver.tcf.api/META-INF/MANIFEST.MF
@@ -1,12 +1,13 @@
Manifest-Version: 1.0
Bundle-ManifestVersion: 2
Bundle-Name: %pluginName
-Bundle-SymbolicName: com.windriver.tcf.api
-Bundle-Version: 0.1.0
+Bundle-SymbolicName: com.windriver.tcf.api;singleton:=true
+Bundle-Version: 0.2.0
Bundle-Activator: com.windriver.tcf.api.Activator
Bundle-Vendor: %providerName
Require-Bundle: org.eclipse.core.runtime
Bundle-RequiredExecutionEnvironment: J2SE-1.5
+Bundle-ActivationPolicy: lazy
Eclipse-LazyStart: true
Export-Package: com.windriver.tcf.api.core,
com.windriver.tcf.api.protocol,

Back to the top