Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorEike Stepper2017-12-21 18:15:18 +0000
committerEike Stepper2017-12-21 18:15:18 +0000
commit4088826c1490b0cb8553049fb65f71e7f83cd00f (patch)
treecd05b03d6ebd7f6785710fb08488e9d91a9f4d73 /plugins/org.gastro.server
parent26f0ab214dcefa7964d0fceae2a7569141039006 (diff)
downloadcdo-4088826c1490b0cb8553049fb65f71e7f83cd00f.tar.gz
cdo-4088826c1490b0cb8553049fb65f71e7f83cd00f.tar.xz
cdo-4088826c1490b0cb8553049fb65f71e7f83cd00f.zip
[Releng] Add Automatic-Module-Name to bundle manifests
Diffstat (limited to 'plugins/org.gastro.server')
-rw-r--r--plugins/org.gastro.server/META-INF/MANIFEST.MF7
-rw-r--r--plugins/org.gastro.server/pom.xml2
2 files changed, 5 insertions, 4 deletions
diff --git a/plugins/org.gastro.server/META-INF/MANIFEST.MF b/plugins/org.gastro.server/META-INF/MANIFEST.MF
index 47c23721fc..61371c2738 100644
--- a/plugins/org.gastro.server/META-INF/MANIFEST.MF
+++ b/plugins/org.gastro.server/META-INF/MANIFEST.MF
@@ -2,7 +2,7 @@ Manifest-Version: 1.0
Bundle-ManifestVersion: 2
Bundle-Name: CDO Electronic Restaurant Example Server
Bundle-SymbolicName: org.gastro.server;singleton:=true
-Bundle-Version: 4.0.400.qualifier
+Bundle-Version: 4.0.500.qualifier
Bundle-RequiredExecutionEnvironment: J2SE-1.5
Require-Bundle: org.eclipse.core.runtime;bundle-version="[3.5.0,4.0.0)",
org.eclipse.emf.cdo.server;bundle-version="[4.0.0,5.0.0)";visibility:=reexport,
@@ -17,6 +17,7 @@ Import-Package: org.h2;version="[1.0.0,2.0.0)",
org.h2.tools;version="[1.0.0,2.0.0)",
org.h2.util;version="[1.0.0,2.0.0)"
Bundle-Vendor: Eclipse Modeling Project
-Export-Package: org.gastro.internal.server;version="4.0.400";x-internal:=true,
- org.gastro.server;version="4.0.400"
+Export-Package: org.gastro.internal.server;version="4.0.500";x-internal:=true,
+ org.gastro.server;version="4.0.500"
Bundle-ActivationPolicy: lazy
+Automatic-Module-Name: org.gastro.server
diff --git a/plugins/org.gastro.server/pom.xml b/plugins/org.gastro.server/pom.xml
index 1d8b17dd51..2535dd498b 100644
--- a/plugins/org.gastro.server/pom.xml
+++ b/plugins/org.gastro.server/pom.xml
@@ -25,7 +25,7 @@
<groupId>org.eclipse.emf.cdo</groupId>
<artifactId>org.gastro.server</artifactId>
- <version>4.0.400-SNAPSHOT</version>
+ <version>4.0.500-SNAPSHOT</version>
<packaging>eclipse-plugin</packaging>
</project>

Back to the top