Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorslewis2011-04-27 17:51:53 +0000
committerslewis2011-04-27 17:51:53 +0000
commitff13d179a43a5136436656819d33fd33865cfa5c (patch)
tree270ad68da9eb98e2ef02482e31478e522a9958dd /examples
parenta54ec7bdb1c256595c14a2a7d6804ce736b6c89d (diff)
downloadorg.eclipse.ecf-ff13d179a43a5136436656819d33fd33865cfa5c.tar.gz
org.eclipse.ecf-ff13d179a43a5136436656819d33fd33865cfa5c.tar.xz
org.eclipse.ecf-ff13d179a43a5136436656819d33fd33865cfa5c.zip
Fix for bug https://bugs.eclipse.org/bugs/show_bug.cgi?id=343992
Diffstat (limited to 'examples')
-rw-r--r--examples/bundles/org.eclipse.ecf.examples.remoteservices.hello/META-INF/MANIFEST.MF3
1 files changed, 2 insertions, 1 deletions
diff --git a/examples/bundles/org.eclipse.ecf.examples.remoteservices.hello/META-INF/MANIFEST.MF b/examples/bundles/org.eclipse.ecf.examples.remoteservices.hello/META-INF/MANIFEST.MF
index f4fe9e5ac..e13141189 100644
--- a/examples/bundles/org.eclipse.ecf.examples.remoteservices.hello/META-INF/MANIFEST.MF
+++ b/examples/bundles/org.eclipse.ecf.examples.remoteservices.hello/META-INF/MANIFEST.MF
@@ -2,7 +2,7 @@ Manifest-Version: 1.0
Bundle-ManifestVersion: 2
Bundle-Name: %bundleName
Bundle-SymbolicName: org.eclipse.ecf.examples.remoteservices.hello
-Bundle-Version: 3.0.0.qualifier
+Bundle-Version: 3.0.100.qualifier
Bundle-Vendor: %bundleProvider
Bundle-RequiredExecutionEnvironment: J2SE-1.5,
J2SE-1.4,
@@ -12,3 +12,4 @@ Export-Package: org.eclipse.ecf.examples.remoteservices.hello;version="3.0.0",
Bundle-Localization: bundle
Import-Package: org.eclipse.ecf.remoteservice,
org.eclipse.equinox.concurrent.future;version="1.0.0"
+Bundle-ActivationPolicy: lazy

Back to the top