Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorslewis2018-03-01 18:31:09 +0000
committerslewis2018-03-01 18:31:09 +0000
commitf0018fcf28388e0281df66e0e01a0852a9bb74c1 (patch)
tree4da031a8e36bd382b46986f15ec7637b5ac441aa /examples/bundles/com.mycorp.examples.timeservice.host/META-INF
parent7b968f535f69c9af0347d7766836f3405a50775a (diff)
downloadorg.eclipse.ecf-f0018fcf28388e0281df66e0e01a0852a9bb74c1.tar.gz
org.eclipse.ecf-f0018fcf28388e0281df66e0e01a0852a9bb74c1.tar.xz
org.eclipse.ecf-f0018fcf28388e0281df66e0e01a0852a9bb74c1.zip
fixes for bug https://bugs.eclipse.org/bugs/show_bug.cgi?id=530952
Diffstat (limited to 'examples/bundles/com.mycorp.examples.timeservice.host/META-INF')
-rw-r--r--examples/bundles/com.mycorp.examples.timeservice.host/META-INF/MANIFEST.MF3
1 files changed, 2 insertions, 1 deletions
diff --git a/examples/bundles/com.mycorp.examples.timeservice.host/META-INF/MANIFEST.MF b/examples/bundles/com.mycorp.examples.timeservice.host/META-INF/MANIFEST.MF
index 08a03c681..d13a03adc 100644
--- a/examples/bundles/com.mycorp.examples.timeservice.host/META-INF/MANIFEST.MF
+++ b/examples/bundles/com.mycorp.examples.timeservice.host/META-INF/MANIFEST.MF
@@ -2,7 +2,8 @@ Manifest-Version: 1.0
Bundle-ManifestVersion: 2
Bundle-Name: ECF RS Example Timeservice Host
Bundle-SymbolicName: com.mycorp.examples.timeservice.host
-Bundle-Version: 1.1.100.qualifier
+Automatic-Module-Name: com.mycorp.examples.timeservice.host
+Bundle-Version: 1.1.200.qualifier
Bundle-Vendor: Eclipse.org - ECF
Bundle-RequiredExecutionEnvironment: J2SE-1.5
Bundle-ActivationPolicy: lazy

Back to the top