Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorslewis2018-03-02 02:52:41 +0000
committerslewis2018-03-02 02:52:41 +0000
commit47f140a3870391ad62b641b466128b2a94bc2783 (patch)
tree673216f37190ec6cbb618325e9d2b6d664fde7d9 /examples/bundles/com.mycorp.examples.timeservice.host.generic.auth
parent4114f220ca71c3fa25b98c712f43736ade8b57e1 (diff)
downloadorg.eclipse.ecf-47f140a3870391ad62b641b466128b2a94bc2783.tar.gz
org.eclipse.ecf-47f140a3870391ad62b641b466128b2a94bc2783.tar.xz
org.eclipse.ecf-47f140a3870391ad62b641b466128b2a94bc2783.zip
fixes for bug https://bugs.eclipse.org/bugs/show_bug.cgi?id=530952
Diffstat (limited to 'examples/bundles/com.mycorp.examples.timeservice.host.generic.auth')
-rw-r--r--examples/bundles/com.mycorp.examples.timeservice.host.generic.auth/META-INF/MANIFEST.MF3
1 files changed, 2 insertions, 1 deletions
diff --git a/examples/bundles/com.mycorp.examples.timeservice.host.generic.auth/META-INF/MANIFEST.MF b/examples/bundles/com.mycorp.examples.timeservice.host.generic.auth/META-INF/MANIFEST.MF
index b2232a4b3..c9c049d49 100644
--- a/examples/bundles/com.mycorp.examples.timeservice.host.generic.auth/META-INF/MANIFEST.MF
+++ b/examples/bundles/com.mycorp.examples.timeservice.host.generic.auth/META-INF/MANIFEST.MF
@@ -2,7 +2,8 @@ Manifest-Version: 1.0
Bundle-ManifestVersion: 2
Bundle-Name: ECF Remote Service Example Host using Authentication
Bundle-SymbolicName: com.mycorp.examples.timeservice.host.generic.auth
-Bundle-Version: 1.1.0.qualifier
+Automatic-Module-Name: com.mycorp.examples.timeservice.host.generic.auth
+Bundle-Version: 1.1.100.qualifier
Bundle-Vendor: Eclipse.org - ECF
Bundle-RequiredExecutionEnvironment: J2SE-1.5
Import-Package: com.mycorp.examples.timeservice;version="1.0.0",

Back to the top