Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorEike Stepper2018-09-21 18:17:24 +0000
committerEike Stepper2018-09-21 18:17:24 +0000
commitfa46ef93cefcc7572129480f247837a7c686a469 (patch)
tree68c22fd7916397092c0c5e5813be1cb9ed7bf6de /plugins/org.gastro.testclient
parent02f0ed70b2408cd56c193cd48626297672210a80 (diff)
downloadcdo-fa46ef93cefcc7572129480f247837a7c686a469.tar.gz
cdo-fa46ef93cefcc7572129480f247837a7c686a469.tar.xz
cdo-fa46ef93cefcc7572129480f247837a7c686a469.zip
[Releng] Localize Gastro example bundles
Diffstat (limited to 'plugins/org.gastro.testclient')
-rw-r--r--plugins/org.gastro.testclient/META-INF/MANIFEST.MF7
-rw-r--r--plugins/org.gastro.testclient/build.properties3
-rw-r--r--plugins/org.gastro.testclient/plugin.properties11
-rw-r--r--plugins/org.gastro.testclient/pom.xml2
4 files changed, 18 insertions, 5 deletions
diff --git a/plugins/org.gastro.testclient/META-INF/MANIFEST.MF b/plugins/org.gastro.testclient/META-INF/MANIFEST.MF
index 1fb42c6640..6cdf75c50e 100644
--- a/plugins/org.gastro.testclient/META-INF/MANIFEST.MF
+++ b/plugins/org.gastro.testclient/META-INF/MANIFEST.MF
@@ -1,8 +1,8 @@
Manifest-Version: 1.0
Bundle-ManifestVersion: 2
-Bundle-Name: CDO Electronic Restaurant Example Test Client
+Bundle-Name: %pluginName
Bundle-SymbolicName: org.gastro.testclient
-Bundle-Version: 4.0.400.qualifier
+Bundle-Version: 4.0.500.qualifier
Bundle-RequiredExecutionEnvironment: J2SE-1.5
Require-Bundle: org.eclipse.net4j.tcp;bundle-version="[2.0.0,5.0.0)",
org.eclipse.emf.cdo.net4j;bundle-version="[4.0.0,5.0.0)";resolution:=optional,
@@ -11,5 +11,6 @@ Require-Bundle: org.eclipse.net4j.tcp;bundle-version="[2.0.0,5.0.0)",
org.gastro.business.edit;bundle-version="[4.0.0,5.0.0)",
org.gastro.inventory;bundle-version="[4.0.0,5.0.0)",
org.gastro.inventory.edit;bundle-version="[4.0.0,5.0.0)"
-Bundle-Vendor: Eclipse Modeling Project
+Bundle-Vendor: %providerName
+Bundle-Localization: plugin
Automatic-Module-Name: org.gastro.testclient
diff --git a/plugins/org.gastro.testclient/build.properties b/plugins/org.gastro.testclient/build.properties
index f1445c95bd..f5622460e1 100644
--- a/plugins/org.gastro.testclient/build.properties
+++ b/plugins/org.gastro.testclient/build.properties
@@ -7,7 +7,8 @@
# Contributors:
# Eike Stepper - initial API and implementation
-bin.includes = META-INF/
+bin.includes = META-INF/,\
+ plugin.properties
jars.compile.order = .
src.includes = about.html,\
inventory.xml,\
diff --git a/plugins/org.gastro.testclient/plugin.properties b/plugins/org.gastro.testclient/plugin.properties
new file mode 100644
index 0000000000..9f1f50556d
--- /dev/null
+++ b/plugins/org.gastro.testclient/plugin.properties
@@ -0,0 +1,11 @@
+# Copyright (c) 2018 Eike Stepper (Loehne, Germany) and others.
+# All rights reserved. This program and the accompanying materials
+# are made available under the terms of the Eclipse Public License v1.0
+# which accompanies this distribution, and is available at
+# http://www.eclipse.org/legal/epl-v10.html
+#
+# Contributors:
+# Eike Stepper - initial API and implementation
+
+pluginName = CDO Electronic Restaurant Example Test Client
+providerName = Eclipse Modeling Project
diff --git a/plugins/org.gastro.testclient/pom.xml b/plugins/org.gastro.testclient/pom.xml
index eac1b9067b..03dec54b4b 100644
--- a/plugins/org.gastro.testclient/pom.xml
+++ b/plugins/org.gastro.testclient/pom.xml
@@ -25,7 +25,7 @@
<groupId>org.eclipse.emf.cdo</groupId>
<artifactId>org.gastro.testclient</artifactId>
- <version>4.0.400-SNAPSHOT</version>
+ <version>4.0.500-SNAPSHOT</version>
<packaging>eclipse-plugin</packaging>
</project>

Back to the top