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.business
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.business')
-rw-r--r--plugins/org.gastro.business/META-INF/MANIFEST.MF9
-rw-r--r--plugins/org.gastro.business/pom.xml2
2 files changed, 6 insertions, 5 deletions
diff --git a/plugins/org.gastro.business/META-INF/MANIFEST.MF b/plugins/org.gastro.business/META-INF/MANIFEST.MF
index 6676b6d2af..be00ba4f15 100644
--- a/plugins/org.gastro.business/META-INF/MANIFEST.MF
+++ b/plugins/org.gastro.business/META-INF/MANIFEST.MF
@@ -2,16 +2,17 @@ Manifest-Version: 1.0
Bundle-ManifestVersion: 2
Bundle-Name: %pluginName
Bundle-SymbolicName: org.gastro.business;singleton:=true
-Bundle-Version: 4.0.500.qualifier
+Bundle-Version: 4.0.600.qualifier
Bundle-ClassPath: .
Bundle-Vendor: %providerName
Bundle-Localization: plugin
Bundle-RequiredExecutionEnvironment: J2SE-1.5
-Export-Package: org.gastro.business;version="4.0.500",
- org.gastro.business.impl;version="4.0.500",
- org.gastro.business.util;version="4.0.500"
+Export-Package: org.gastro.business;version="4.0.600",
+ org.gastro.business.impl;version="4.0.600",
+ org.gastro.business.util;version="4.0.600"
Require-Bundle: org.eclipse.core.runtime;bundle-version="[3.5.0,4.0.0)",
org.eclipse.emf.ecore;bundle-version="[2.5.0,3.0.0)",
org.eclipse.emf.cdo;bundle-version="[4.0.0,5.0.0)";visibility:=reexport,
org.gastro.inventory;bundle-version="[4.0.0,5.0.0)";visibility:=reexport
Bundle-ActivationPolicy: lazy
+Automatic-Module-Name: org.gastro.business
diff --git a/plugins/org.gastro.business/pom.xml b/plugins/org.gastro.business/pom.xml
index 04799a5304..8d0dd57deb 100644
--- a/plugins/org.gastro.business/pom.xml
+++ b/plugins/org.gastro.business/pom.xml
@@ -25,7 +25,7 @@
<groupId>org.eclipse.emf.cdo</groupId>
<artifactId>org.gastro.business</artifactId>
- <version>4.0.500-SNAPSHOT</version>
+ <version>4.0.600-SNAPSHOT</version>
<packaging>eclipse-plugin</packaging>
</project>

Back to the top