From f0018fcf28388e0281df66e0e01a0852a9bb74c1 Mon Sep 17 00:00:00 2001 From: slewis Date: Thu, 1 Mar 2018 10:31:09 -0800 Subject: fixes for bug https://bugs.eclipse.org/bugs/show_bug.cgi?id=530952 Change-Id: I0000000000000000000000000000000000000000 --- .../bundles/com.mycorp.examples.timeservice.async/META-INF/MANIFEST.MF | 3 ++- examples/bundles/com.mycorp.examples.timeservice.async/pom.xml | 2 +- 2 files changed, 3 insertions(+), 2 deletions(-) (limited to 'examples/bundles/com.mycorp.examples.timeservice.async') diff --git a/examples/bundles/com.mycorp.examples.timeservice.async/META-INF/MANIFEST.MF b/examples/bundles/com.mycorp.examples.timeservice.async/META-INF/MANIFEST.MF index 0508ac59c..50340dd18 100644 --- a/examples/bundles/com.mycorp.examples.timeservice.async/META-INF/MANIFEST.MF +++ b/examples/bundles/com.mycorp.examples.timeservice.async/META-INF/MANIFEST.MF @@ -2,7 +2,8 @@ Manifest-Version: 1.0 Bundle-ManifestVersion: 2 Bundle-Name: ECF RS Example Timeservice Async API Bundle-SymbolicName: com.mycorp.examples.timeservice.async -Bundle-Version: 2.0.0.qualifier +Automatic-Module-Name: com.mycorp.examples.timeservice.async +Bundle-Version: 2.0.100.qualifier Bundle-Vendor: Eclipse.org - ECF Bundle-RequiredExecutionEnvironment: JavaSE-1.8 Export-Package: com.mycorp.examples.timeservice;version="2.0.0" diff --git a/examples/bundles/com.mycorp.examples.timeservice.async/pom.xml b/examples/bundles/com.mycorp.examples.timeservice.async/pom.xml index 3bd3322d7..b3515c516 100644 --- a/examples/bundles/com.mycorp.examples.timeservice.async/pom.xml +++ b/examples/bundles/com.mycorp.examples.timeservice.async/pom.xml @@ -10,6 +10,6 @@ org.eclipse.ecf com.mycorp.examples.timeservice.async - 2.0.0-SNAPSHOT + 2.0.100-SNAPSHOT eclipse-plugin -- cgit v1.2.3