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
parent02f0ed70b2408cd56c193cd48626297672210a80 (diff)
downloadcdo-fa46ef93cefcc7572129480f247837a7c686a469.tar.gz
cdo-fa46ef93cefcc7572129480f247837a7c686a469.tar.xz
cdo-fa46ef93cefcc7572129480f247837a7c686a469.zip
[Releng] Localize Gastro example bundles
-rw-r--r--plugins/org.eclipse.emf.cdo.examples.installer/examples/org.gastro.rcp.department/META-INF/MANIFEST.MF9
-rw-r--r--plugins/org.eclipse.emf.cdo.examples.installer/examples/org.gastro.rcp.department/build.properties3
-rw-r--r--plugins/org.eclipse.emf.cdo.examples.installer/examples/org.gastro.rcp.department/plugin.properties11
-rw-r--r--plugins/org.eclipse.emf.cdo.examples.installer/examples/org.gastro.rcp.table/META-INF/MANIFEST.MF9
-rw-r--r--plugins/org.eclipse.emf.cdo.examples.installer/examples/org.gastro.rcp.table/build.properties3
-rw-r--r--plugins/org.eclipse.emf.cdo.examples.installer/examples/org.gastro.rcp.table/plugin.properties11
-rw-r--r--plugins/org.eclipse.emf.cdo.examples.installer/examples/org.gastro.rcp/META-INF/MANIFEST.MF11
-rw-r--r--plugins/org.eclipse.emf.cdo.examples.installer/examples/org.gastro.rcp/build.properties3
-rw-r--r--plugins/org.eclipse.emf.cdo.examples.installer/examples/org.gastro.rcp/plugin.properties11
-rw-r--r--plugins/org.eclipse.emf.cdo.examples.installer/examples/org.gastro.server.web/META-INF/MANIFEST.MF9
-rw-r--r--plugins/org.eclipse.emf.cdo.examples.installer/examples/org.gastro.server.web/build.properties3
-rw-r--r--plugins/org.eclipse.emf.cdo.examples.installer/examples/org.gastro.server.web/plugin.properties11
-rw-r--r--plugins/org.eclipse.emf.cdo.examples.installer/examples/org.gastro.server/META-INF/MANIFEST.MF11
-rw-r--r--plugins/org.eclipse.emf.cdo.examples.installer/examples/org.gastro.server/build.properties3
-rw-r--r--plugins/org.eclipse.emf.cdo.examples.installer/examples/org.gastro.server/plugin.properties11
-rw-r--r--plugins/org.eclipse.emf.cdo.examples.installer/examples/org.gastro.testclient/META-INF/MANIFEST.MF7
-rw-r--r--plugins/org.eclipse.emf.cdo.examples.installer/examples/org.gastro.testclient/build.properties3
-rw-r--r--plugins/org.eclipse.emf.cdo.examples.installer/examples/org.gastro.testclient/plugin.properties11
-rw-r--r--plugins/org.gastro.rcp.department/META-INF/MANIFEST.MF9
-rw-r--r--plugins/org.gastro.rcp.department/build.properties3
-rw-r--r--plugins/org.gastro.rcp.department/plugin.properties11
-rw-r--r--plugins/org.gastro.rcp.department/pom.xml2
-rw-r--r--plugins/org.gastro.rcp.table/META-INF/MANIFEST.MF9
-rw-r--r--plugins/org.gastro.rcp.table/build.properties3
-rw-r--r--plugins/org.gastro.rcp.table/plugin.properties11
-rw-r--r--plugins/org.gastro.rcp.table/pom.xml2
-rw-r--r--plugins/org.gastro.rcp/META-INF/MANIFEST.MF11
-rw-r--r--plugins/org.gastro.rcp/build.properties3
-rw-r--r--plugins/org.gastro.rcp/plugin.properties11
-rw-r--r--plugins/org.gastro.rcp/pom.xml2
-rw-r--r--plugins/org.gastro.server.web/META-INF/MANIFEST.MF9
-rw-r--r--plugins/org.gastro.server.web/build.properties3
-rw-r--r--plugins/org.gastro.server.web/plugin.properties11
-rw-r--r--plugins/org.gastro.server.web/pom.xml2
-rw-r--r--plugins/org.gastro.server/META-INF/MANIFEST.MF11
-rw-r--r--plugins/org.gastro.server/build.properties3
-rw-r--r--plugins/org.gastro.server/plugin.properties11
-rw-r--r--plugins/org.gastro.server/pom.xml2
-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
42 files changed, 224 insertions, 68 deletions
diff --git a/plugins/org.eclipse.emf.cdo.examples.installer/examples/org.gastro.rcp.department/META-INF/MANIFEST.MF b/plugins/org.eclipse.emf.cdo.examples.installer/examples/org.gastro.rcp.department/META-INF/MANIFEST.MF
index 6778dd0e6e..cb727fd020 100644
--- a/plugins/org.eclipse.emf.cdo.examples.installer/examples/org.gastro.rcp.department/META-INF/MANIFEST.MF
+++ b/plugins/org.eclipse.emf.cdo.examples.installer/examples/org.gastro.rcp.department/META-INF/MANIFEST.MF
@@ -1,13 +1,14 @@
Manifest-Version: 1.0
Bundle-ManifestVersion: 2
-Bundle-Name: CDO Electronic Restaurant Example RCP Department
+Bundle-Name: %pluginName
Bundle-SymbolicName: org.gastro.rcp.department; singleton:=true
-Bundle-Version: 4.0.600.qualifier
+Bundle-Version: 4.0.700.qualifier
Bundle-Activator: org.gastro.rcp.internal.department.Activator
Bundle-ActivationPolicy: lazy
Bundle-RequiredExecutionEnvironment: J2SE-1.5
-Bundle-Vendor: Eclipse Modeling Project
+Bundle-Vendor: %providerName
+Bundle-Localization: plugin
Require-Bundle: org.gastro.rcp;bundle-version="[4.0.0,5.0.0)";visibility:=reexport
Export-Package: com.swtdesigner;version="4.0.300";x-internal:=true,
- org.gastro.rcp.internal.department;version="4.0.600";x-internal:=true
+ org.gastro.rcp.internal.department;version="4.0.700";x-internal:=true
Automatic-Module-Name: org.gastro.rcp.department
diff --git a/plugins/org.eclipse.emf.cdo.examples.installer/examples/org.gastro.rcp.department/build.properties b/plugins/org.eclipse.emf.cdo.examples.installer/examples/org.gastro.rcp.department/build.properties
index 1325c185e3..66514c3160 100644
--- a/plugins/org.eclipse.emf.cdo.examples.installer/examples/org.gastro.rcp.department/build.properties
+++ b/plugins/org.eclipse.emf.cdo.examples.installer/examples/org.gastro.rcp.department/build.properties
@@ -17,7 +17,8 @@ bin.includes = plugin.xml,\
icons/,\
images/,\
about.html,\
- config/
+ config/,\
+ plugin.properties
src.includes = about.html,\
config/,\
GastroDepartment1.launch,\
diff --git a/plugins/org.eclipse.emf.cdo.examples.installer/examples/org.gastro.rcp.department/plugin.properties b/plugins/org.eclipse.emf.cdo.examples.installer/examples/org.gastro.rcp.department/plugin.properties
new file mode 100644
index 0000000000..01bbddd821
--- /dev/null
+++ b/plugins/org.eclipse.emf.cdo.examples.installer/examples/org.gastro.rcp.department/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 RCP Department
+providerName = Eclipse Modeling Project
diff --git a/plugins/org.eclipse.emf.cdo.examples.installer/examples/org.gastro.rcp.table/META-INF/MANIFEST.MF b/plugins/org.eclipse.emf.cdo.examples.installer/examples/org.gastro.rcp.table/META-INF/MANIFEST.MF
index 0c35f7a84e..7d15f38c42 100644
--- a/plugins/org.eclipse.emf.cdo.examples.installer/examples/org.gastro.rcp.table/META-INF/MANIFEST.MF
+++ b/plugins/org.eclipse.emf.cdo.examples.installer/examples/org.gastro.rcp.table/META-INF/MANIFEST.MF
@@ -1,13 +1,14 @@
Manifest-Version: 1.0
Bundle-ManifestVersion: 2
-Bundle-Name: CDO Electronic Restaurant Example RCP Table
+Bundle-Name: %pluginName
Bundle-SymbolicName: org.gastro.rcp.table; singleton:=true
-Bundle-Version: 4.0.500.qualifier
+Bundle-Version: 4.0.600.qualifier
Bundle-Activator: org.gastro.rcp.internal.table.Activator
Require-Bundle: org.gastro.rcp;bundle-version="[4.0.0,5.0.0)";visibility:=reexport
Bundle-ActivationPolicy: lazy
Bundle-RequiredExecutionEnvironment: J2SE-1.5
-Bundle-Vendor: Eclipse Modeling Project
+Bundle-Vendor: %providerName
+Bundle-Localization: plugin
Export-Package: com.swtdesigner;version="4.0.500";x-internal:=true,
- org.gastro.rcp.internal.table;version="4.0.500";x-internal:=true
+ org.gastro.rcp.internal.table;version="4.0.600";x-internal:=true
Automatic-Module-Name: org.gastro.rcp.table
diff --git a/plugins/org.eclipse.emf.cdo.examples.installer/examples/org.gastro.rcp.table/build.properties b/plugins/org.eclipse.emf.cdo.examples.installer/examples/org.gastro.rcp.table/build.properties
index 043111b44a..8ec4616d87 100644
--- a/plugins/org.eclipse.emf.cdo.examples.installer/examples/org.gastro.rcp.table/build.properties
+++ b/plugins/org.eclipse.emf.cdo.examples.installer/examples/org.gastro.rcp.table/build.properties
@@ -15,7 +15,8 @@ bin.includes = plugin.xml,\
icons/,\
images/,\
about.html,\
- config/
+ config/,\
+ plugin.properties
src.includes = about.html,\
config/,\
GastroTable1.launch,\
diff --git a/plugins/org.eclipse.emf.cdo.examples.installer/examples/org.gastro.rcp.table/plugin.properties b/plugins/org.eclipse.emf.cdo.examples.installer/examples/org.gastro.rcp.table/plugin.properties
new file mode 100644
index 0000000000..3c717fd3e6
--- /dev/null
+++ b/plugins/org.eclipse.emf.cdo.examples.installer/examples/org.gastro.rcp.table/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 RCP Table
+providerName = Eclipse Modeling Project
diff --git a/plugins/org.eclipse.emf.cdo.examples.installer/examples/org.gastro.rcp/META-INF/MANIFEST.MF b/plugins/org.eclipse.emf.cdo.examples.installer/examples/org.gastro.rcp/META-INF/MANIFEST.MF
index 7f6c7e9aad..25fbad8d0a 100644
--- a/plugins/org.eclipse.emf.cdo.examples.installer/examples/org.gastro.rcp/META-INF/MANIFEST.MF
+++ b/plugins/org.eclipse.emf.cdo.examples.installer/examples/org.gastro.rcp/META-INF/MANIFEST.MF
@@ -1,8 +1,8 @@
Manifest-Version: 1.0
Bundle-ManifestVersion: 2
-Bundle-Name: CDO Electronic Restaurant Example RCP
+Bundle-Name: %pluginName
Bundle-SymbolicName: org.gastro.rcp; singleton:=true
-Bundle-Version: 4.1.500.qualifier
+Bundle-Version: 4.1.600.qualifier
Bundle-Activator: org.gastro.internal.rcp.Activator
Require-Bundle: org.eclipse.core.runtime;bundle-version="[3.5.0,4.0.0)";visibility:=reexport,
org.eclipse.emf.cdo.net4j;bundle-version="[4.0.0,5.0.0)";visibility:=reexport,
@@ -17,8 +17,9 @@ Require-Bundle: org.eclipse.core.runtime;bundle-version="[3.5.0,4.0.0)";visibili
org.eclipse.nebula.widgets.pshelf;bundle-version="[1.0.0,2.0.0)";visibility:=reexport
Bundle-ActivationPolicy: lazy
Bundle-RequiredExecutionEnvironment: J2SE-1.5
-Export-Package: org.gastro.internal.rcp;version="4.1.500";x-internal:=true,
- org.gastro.rcp;version="4.1.500"
+Export-Package: org.gastro.internal.rcp;version="4.1.600";x-internal:=true,
+ org.gastro.rcp;version="4.1.600"
Bundle-ClassPath: .
-Bundle-Vendor: Eclipse Modeling Project
+Bundle-Vendor: %providerName
+Bundle-Localization: plugin
Automatic-Module-Name: org.gastro.rcp
diff --git a/plugins/org.eclipse.emf.cdo.examples.installer/examples/org.gastro.rcp/build.properties b/plugins/org.eclipse.emf.cdo.examples.installer/examples/org.gastro.rcp/build.properties
index 461530120e..656d0e60bc 100644
--- a/plugins/org.eclipse.emf.cdo.examples.installer/examples/org.gastro.rcp/build.properties
+++ b/plugins/org.eclipse.emf.cdo.examples.installer/examples/org.gastro.rcp/build.properties
@@ -16,7 +16,8 @@ bin.includes = plugin.xml,\
.,\
icons/,\
splash.bmp,\
- about.html
+ about.html,\
+ plugin.properties
src.includes = about.html,\
pom.xml
diff --git a/plugins/org.eclipse.emf.cdo.examples.installer/examples/org.gastro.rcp/plugin.properties b/plugins/org.eclipse.emf.cdo.examples.installer/examples/org.gastro.rcp/plugin.properties
new file mode 100644
index 0000000000..503f8f84b3
--- /dev/null
+++ b/plugins/org.eclipse.emf.cdo.examples.installer/examples/org.gastro.rcp/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 Server Web Support
+providerName = Eclipse Modeling Project
diff --git a/plugins/org.eclipse.emf.cdo.examples.installer/examples/org.gastro.server.web/META-INF/MANIFEST.MF b/plugins/org.eclipse.emf.cdo.examples.installer/examples/org.gastro.server.web/META-INF/MANIFEST.MF
index 396a8d093e..d643b058b5 100644
--- a/plugins/org.eclipse.emf.cdo.examples.installer/examples/org.gastro.server.web/META-INF/MANIFEST.MF
+++ b/plugins/org.eclipse.emf.cdo.examples.installer/examples/org.gastro.server.web/META-INF/MANIFEST.MF
@@ -1,10 +1,11 @@
Manifest-Version: 1.0
Bundle-ManifestVersion: 2
-Bundle-Name: CDO Electronic Restaurant Example Server Web Support
+Bundle-Name: %pluginName
Bundle-SymbolicName: org.gastro.server.web;singleton:=true
-Bundle-Version: 4.1.400.qualifier
+Bundle-Version: 4.1.500.qualifier
Bundle-Activator: org.gastro.server.internal.web.OM$Activator
-Bundle-Vendor: Eclipse Modeling Project
+Bundle-Vendor: %providerName
+Bundle-Localization: plugin
Require-Bundle: org.apache.commons.logging;bundle-version="[1.1.0,2.0.0)",
org.eclipse.core.runtime;bundle-version="[3.5.0,4.0.0)",
org.eclipse.equinox.http.registry;bundle-version="[1.0.0,2.0.0)",
@@ -21,6 +22,6 @@ Import-Package: javax.servlet;version="[2.3.0,4.0.0)",
org.apache.commons.lang;version="[2.3.0,3.0.0)"
Bundle-ActivationPolicy: lazy
Bundle-ClassPath: .
-Export-Package: org.gastro.server.internal.web;version="4.1.400";x-internal:=true,
+Export-Package: org.gastro.server.internal.web;version="4.1.500";x-internal:=true,
templates;version="4.1.100";x-internal:=true
Automatic-Module-Name: org.gastro.server.web
diff --git a/plugins/org.eclipse.emf.cdo.examples.installer/examples/org.gastro.server.web/build.properties b/plugins/org.eclipse.emf.cdo.examples.installer/examples/org.gastro.server.web/build.properties
index c728c15b0d..24a8e62909 100644
--- a/plugins/org.eclipse.emf.cdo.examples.installer/examples/org.gastro.server.web/build.properties
+++ b/plugins/org.eclipse.emf.cdo.examples.installer/examples/org.gastro.server.web/build.properties
@@ -14,7 +14,8 @@ bin.includes = META-INF/,\
.,\
plugin.xml,\
gastro.css,\
- about.html
+ about.html,\
+ plugin.properties
src.includes = about.html,\
pom.xml
diff --git a/plugins/org.eclipse.emf.cdo.examples.installer/examples/org.gastro.server.web/plugin.properties b/plugins/org.eclipse.emf.cdo.examples.installer/examples/org.gastro.server.web/plugin.properties
new file mode 100644
index 0000000000..de5061614e
--- /dev/null
+++ b/plugins/org.eclipse.emf.cdo.examples.installer/examples/org.gastro.server.web/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 BusinessDay Model
+providerName = Eclipse Modeling Project
diff --git a/plugins/org.eclipse.emf.cdo.examples.installer/examples/org.gastro.server/META-INF/MANIFEST.MF b/plugins/org.eclipse.emf.cdo.examples.installer/examples/org.gastro.server/META-INF/MANIFEST.MF
index 61371c2738..ea0c057e29 100644
--- a/plugins/org.eclipse.emf.cdo.examples.installer/examples/org.gastro.server/META-INF/MANIFEST.MF
+++ b/plugins/org.eclipse.emf.cdo.examples.installer/examples/org.gastro.server/META-INF/MANIFEST.MF
@@ -1,8 +1,8 @@
Manifest-Version: 1.0
Bundle-ManifestVersion: 2
-Bundle-Name: CDO Electronic Restaurant Example Server
+Bundle-Name: %pluginName
Bundle-SymbolicName: org.gastro.server;singleton:=true
-Bundle-Version: 4.0.500.qualifier
+Bundle-Version: 4.0.600.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,
@@ -16,8 +16,9 @@ Import-Package: org.h2;version="[1.0.0,2.0.0)",
org.h2.jdbcx;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.500";x-internal:=true,
- org.gastro.server;version="4.0.500"
+Bundle-Vendor: %providerName
+Bundle-Localization: plugin
+Export-Package: org.gastro.internal.server;version="4.0.600";x-internal:=true,
+ org.gastro.server;version="4.0.600"
Bundle-ActivationPolicy: lazy
Automatic-Module-Name: org.gastro.server
diff --git a/plugins/org.eclipse.emf.cdo.examples.installer/examples/org.gastro.server/build.properties b/plugins/org.eclipse.emf.cdo.examples.installer/examples/org.gastro.server/build.properties
index fea18ec456..b94f7dec03 100644
--- a/plugins/org.eclipse.emf.cdo.examples.installer/examples/org.gastro.server/build.properties
+++ b/plugins/org.eclipse.emf.cdo.examples.installer/examples/org.gastro.server/build.properties
@@ -14,7 +14,8 @@ bin.includes = META-INF/,\
plugin.xml,\
GastroServer.launch,\
README.html,\
- about.html
+ about.html,\
+ plugin.properties
src.includes = README.html,\
about.html,\
pom.xml
diff --git a/plugins/org.eclipse.emf.cdo.examples.installer/examples/org.gastro.server/plugin.properties b/plugins/org.eclipse.emf.cdo.examples.installer/examples/org.gastro.server/plugin.properties
new file mode 100644
index 0000000000..0947da61ff
--- /dev/null
+++ b/plugins/org.eclipse.emf.cdo.examples.installer/examples/org.gastro.server/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 Server
+providerName = Eclipse Modeling Project
diff --git a/plugins/org.eclipse.emf.cdo.examples.installer/examples/org.gastro.testclient/META-INF/MANIFEST.MF b/plugins/org.eclipse.emf.cdo.examples.installer/examples/org.gastro.testclient/META-INF/MANIFEST.MF
index 1fb42c6640..6cdf75c50e 100644
--- a/plugins/org.eclipse.emf.cdo.examples.installer/examples/org.gastro.testclient/META-INF/MANIFEST.MF
+++ b/plugins/org.eclipse.emf.cdo.examples.installer/examples/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.eclipse.emf.cdo.examples.installer/examples/org.gastro.testclient/build.properties b/plugins/org.eclipse.emf.cdo.examples.installer/examples/org.gastro.testclient/build.properties
index f1445c95bd..f5622460e1 100644
--- a/plugins/org.eclipse.emf.cdo.examples.installer/examples/org.gastro.testclient/build.properties
+++ b/plugins/org.eclipse.emf.cdo.examples.installer/examples/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.eclipse.emf.cdo.examples.installer/examples/org.gastro.testclient/plugin.properties b/plugins/org.eclipse.emf.cdo.examples.installer/examples/org.gastro.testclient/plugin.properties
new file mode 100644
index 0000000000..9f1f50556d
--- /dev/null
+++ b/plugins/org.eclipse.emf.cdo.examples.installer/examples/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.rcp.department/META-INF/MANIFEST.MF b/plugins/org.gastro.rcp.department/META-INF/MANIFEST.MF
index 6778dd0e6e..cb727fd020 100644
--- a/plugins/org.gastro.rcp.department/META-INF/MANIFEST.MF
+++ b/plugins/org.gastro.rcp.department/META-INF/MANIFEST.MF
@@ -1,13 +1,14 @@
Manifest-Version: 1.0
Bundle-ManifestVersion: 2
-Bundle-Name: CDO Electronic Restaurant Example RCP Department
+Bundle-Name: %pluginName
Bundle-SymbolicName: org.gastro.rcp.department; singleton:=true
-Bundle-Version: 4.0.600.qualifier
+Bundle-Version: 4.0.700.qualifier
Bundle-Activator: org.gastro.rcp.internal.department.Activator
Bundle-ActivationPolicy: lazy
Bundle-RequiredExecutionEnvironment: J2SE-1.5
-Bundle-Vendor: Eclipse Modeling Project
+Bundle-Vendor: %providerName
+Bundle-Localization: plugin
Require-Bundle: org.gastro.rcp;bundle-version="[4.0.0,5.0.0)";visibility:=reexport
Export-Package: com.swtdesigner;version="4.0.300";x-internal:=true,
- org.gastro.rcp.internal.department;version="4.0.600";x-internal:=true
+ org.gastro.rcp.internal.department;version="4.0.700";x-internal:=true
Automatic-Module-Name: org.gastro.rcp.department
diff --git a/plugins/org.gastro.rcp.department/build.properties b/plugins/org.gastro.rcp.department/build.properties
index 1325c185e3..66514c3160 100644
--- a/plugins/org.gastro.rcp.department/build.properties
+++ b/plugins/org.gastro.rcp.department/build.properties
@@ -17,7 +17,8 @@ bin.includes = plugin.xml,\
icons/,\
images/,\
about.html,\
- config/
+ config/,\
+ plugin.properties
src.includes = about.html,\
config/,\
GastroDepartment1.launch,\
diff --git a/plugins/org.gastro.rcp.department/plugin.properties b/plugins/org.gastro.rcp.department/plugin.properties
new file mode 100644
index 0000000000..01bbddd821
--- /dev/null
+++ b/plugins/org.gastro.rcp.department/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 RCP Department
+providerName = Eclipse Modeling Project
diff --git a/plugins/org.gastro.rcp.department/pom.xml b/plugins/org.gastro.rcp.department/pom.xml
index dc175ef988..1f7f6ec547 100644
--- a/plugins/org.gastro.rcp.department/pom.xml
+++ b/plugins/org.gastro.rcp.department/pom.xml
@@ -25,7 +25,7 @@
<groupId>org.eclipse.emf.cdo</groupId>
<artifactId>org.gastro.rcp.department</artifactId>
- <version>4.0.600-SNAPSHOT</version>
+ <version>4.0.700-SNAPSHOT</version>
<packaging>eclipse-plugin</packaging>
</project>
diff --git a/plugins/org.gastro.rcp.table/META-INF/MANIFEST.MF b/plugins/org.gastro.rcp.table/META-INF/MANIFEST.MF
index 0c35f7a84e..7d15f38c42 100644
--- a/plugins/org.gastro.rcp.table/META-INF/MANIFEST.MF
+++ b/plugins/org.gastro.rcp.table/META-INF/MANIFEST.MF
@@ -1,13 +1,14 @@
Manifest-Version: 1.0
Bundle-ManifestVersion: 2
-Bundle-Name: CDO Electronic Restaurant Example RCP Table
+Bundle-Name: %pluginName
Bundle-SymbolicName: org.gastro.rcp.table; singleton:=true
-Bundle-Version: 4.0.500.qualifier
+Bundle-Version: 4.0.600.qualifier
Bundle-Activator: org.gastro.rcp.internal.table.Activator
Require-Bundle: org.gastro.rcp;bundle-version="[4.0.0,5.0.0)";visibility:=reexport
Bundle-ActivationPolicy: lazy
Bundle-RequiredExecutionEnvironment: J2SE-1.5
-Bundle-Vendor: Eclipse Modeling Project
+Bundle-Vendor: %providerName
+Bundle-Localization: plugin
Export-Package: com.swtdesigner;version="4.0.500";x-internal:=true,
- org.gastro.rcp.internal.table;version="4.0.500";x-internal:=true
+ org.gastro.rcp.internal.table;version="4.0.600";x-internal:=true
Automatic-Module-Name: org.gastro.rcp.table
diff --git a/plugins/org.gastro.rcp.table/build.properties b/plugins/org.gastro.rcp.table/build.properties
index 043111b44a..8ec4616d87 100644
--- a/plugins/org.gastro.rcp.table/build.properties
+++ b/plugins/org.gastro.rcp.table/build.properties
@@ -15,7 +15,8 @@ bin.includes = plugin.xml,\
icons/,\
images/,\
about.html,\
- config/
+ config/,\
+ plugin.properties
src.includes = about.html,\
config/,\
GastroTable1.launch,\
diff --git a/plugins/org.gastro.rcp.table/plugin.properties b/plugins/org.gastro.rcp.table/plugin.properties
new file mode 100644
index 0000000000..3c717fd3e6
--- /dev/null
+++ b/plugins/org.gastro.rcp.table/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 RCP Table
+providerName = Eclipse Modeling Project
diff --git a/plugins/org.gastro.rcp.table/pom.xml b/plugins/org.gastro.rcp.table/pom.xml
index 083a1f7d9a..73ab6d695d 100644
--- a/plugins/org.gastro.rcp.table/pom.xml
+++ b/plugins/org.gastro.rcp.table/pom.xml
@@ -25,7 +25,7 @@
<groupId>org.eclipse.emf.cdo</groupId>
<artifactId>org.gastro.rcp.table</artifactId>
- <version>4.0.500-SNAPSHOT</version>
+ <version>4.0.600-SNAPSHOT</version>
<packaging>eclipse-plugin</packaging>
</project>
diff --git a/plugins/org.gastro.rcp/META-INF/MANIFEST.MF b/plugins/org.gastro.rcp/META-INF/MANIFEST.MF
index 7f6c7e9aad..25fbad8d0a 100644
--- a/plugins/org.gastro.rcp/META-INF/MANIFEST.MF
+++ b/plugins/org.gastro.rcp/META-INF/MANIFEST.MF
@@ -1,8 +1,8 @@
Manifest-Version: 1.0
Bundle-ManifestVersion: 2
-Bundle-Name: CDO Electronic Restaurant Example RCP
+Bundle-Name: %pluginName
Bundle-SymbolicName: org.gastro.rcp; singleton:=true
-Bundle-Version: 4.1.500.qualifier
+Bundle-Version: 4.1.600.qualifier
Bundle-Activator: org.gastro.internal.rcp.Activator
Require-Bundle: org.eclipse.core.runtime;bundle-version="[3.5.0,4.0.0)";visibility:=reexport,
org.eclipse.emf.cdo.net4j;bundle-version="[4.0.0,5.0.0)";visibility:=reexport,
@@ -17,8 +17,9 @@ Require-Bundle: org.eclipse.core.runtime;bundle-version="[3.5.0,4.0.0)";visibili
org.eclipse.nebula.widgets.pshelf;bundle-version="[1.0.0,2.0.0)";visibility:=reexport
Bundle-ActivationPolicy: lazy
Bundle-RequiredExecutionEnvironment: J2SE-1.5
-Export-Package: org.gastro.internal.rcp;version="4.1.500";x-internal:=true,
- org.gastro.rcp;version="4.1.500"
+Export-Package: org.gastro.internal.rcp;version="4.1.600";x-internal:=true,
+ org.gastro.rcp;version="4.1.600"
Bundle-ClassPath: .
-Bundle-Vendor: Eclipse Modeling Project
+Bundle-Vendor: %providerName
+Bundle-Localization: plugin
Automatic-Module-Name: org.gastro.rcp
diff --git a/plugins/org.gastro.rcp/build.properties b/plugins/org.gastro.rcp/build.properties
index 461530120e..656d0e60bc 100644
--- a/plugins/org.gastro.rcp/build.properties
+++ b/plugins/org.gastro.rcp/build.properties
@@ -16,7 +16,8 @@ bin.includes = plugin.xml,\
.,\
icons/,\
splash.bmp,\
- about.html
+ about.html,\
+ plugin.properties
src.includes = about.html,\
pom.xml
diff --git a/plugins/org.gastro.rcp/plugin.properties b/plugins/org.gastro.rcp/plugin.properties
new file mode 100644
index 0000000000..503f8f84b3
--- /dev/null
+++ b/plugins/org.gastro.rcp/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 Server Web Support
+providerName = Eclipse Modeling Project
diff --git a/plugins/org.gastro.rcp/pom.xml b/plugins/org.gastro.rcp/pom.xml
index 2227e8a82b..a924f62d9e 100644
--- a/plugins/org.gastro.rcp/pom.xml
+++ b/plugins/org.gastro.rcp/pom.xml
@@ -25,7 +25,7 @@
<groupId>org.eclipse.emf.cdo</groupId>
<artifactId>org.gastro.rcp</artifactId>
- <version>4.1.500-SNAPSHOT</version>
+ <version>4.1.600-SNAPSHOT</version>
<packaging>eclipse-plugin</packaging>
</project>
diff --git a/plugins/org.gastro.server.web/META-INF/MANIFEST.MF b/plugins/org.gastro.server.web/META-INF/MANIFEST.MF
index 396a8d093e..d643b058b5 100644
--- a/plugins/org.gastro.server.web/META-INF/MANIFEST.MF
+++ b/plugins/org.gastro.server.web/META-INF/MANIFEST.MF
@@ -1,10 +1,11 @@
Manifest-Version: 1.0
Bundle-ManifestVersion: 2
-Bundle-Name: CDO Electronic Restaurant Example Server Web Support
+Bundle-Name: %pluginName
Bundle-SymbolicName: org.gastro.server.web;singleton:=true
-Bundle-Version: 4.1.400.qualifier
+Bundle-Version: 4.1.500.qualifier
Bundle-Activator: org.gastro.server.internal.web.OM$Activator
-Bundle-Vendor: Eclipse Modeling Project
+Bundle-Vendor: %providerName
+Bundle-Localization: plugin
Require-Bundle: org.apache.commons.logging;bundle-version="[1.1.0,2.0.0)",
org.eclipse.core.runtime;bundle-version="[3.5.0,4.0.0)",
org.eclipse.equinox.http.registry;bundle-version="[1.0.0,2.0.0)",
@@ -21,6 +22,6 @@ Import-Package: javax.servlet;version="[2.3.0,4.0.0)",
org.apache.commons.lang;version="[2.3.0,3.0.0)"
Bundle-ActivationPolicy: lazy
Bundle-ClassPath: .
-Export-Package: org.gastro.server.internal.web;version="4.1.400";x-internal:=true,
+Export-Package: org.gastro.server.internal.web;version="4.1.500";x-internal:=true,
templates;version="4.1.100";x-internal:=true
Automatic-Module-Name: org.gastro.server.web
diff --git a/plugins/org.gastro.server.web/build.properties b/plugins/org.gastro.server.web/build.properties
index c728c15b0d..24a8e62909 100644
--- a/plugins/org.gastro.server.web/build.properties
+++ b/plugins/org.gastro.server.web/build.properties
@@ -14,7 +14,8 @@ bin.includes = META-INF/,\
.,\
plugin.xml,\
gastro.css,\
- about.html
+ about.html,\
+ plugin.properties
src.includes = about.html,\
pom.xml
diff --git a/plugins/org.gastro.server.web/plugin.properties b/plugins/org.gastro.server.web/plugin.properties
new file mode 100644
index 0000000000..de5061614e
--- /dev/null
+++ b/plugins/org.gastro.server.web/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 BusinessDay Model
+providerName = Eclipse Modeling Project
diff --git a/plugins/org.gastro.server.web/pom.xml b/plugins/org.gastro.server.web/pom.xml
index e69bb353ef..51117b20f7 100644
--- a/plugins/org.gastro.server.web/pom.xml
+++ b/plugins/org.gastro.server.web/pom.xml
@@ -25,7 +25,7 @@
<groupId>org.eclipse.emf.cdo</groupId>
<artifactId>org.gastro.server.web</artifactId>
- <version>4.1.400-SNAPSHOT</version>
+ <version>4.1.500-SNAPSHOT</version>
<packaging>eclipse-plugin</packaging>
</project>
diff --git a/plugins/org.gastro.server/META-INF/MANIFEST.MF b/plugins/org.gastro.server/META-INF/MANIFEST.MF
index 61371c2738..ea0c057e29 100644
--- a/plugins/org.gastro.server/META-INF/MANIFEST.MF
+++ b/plugins/org.gastro.server/META-INF/MANIFEST.MF
@@ -1,8 +1,8 @@
Manifest-Version: 1.0
Bundle-ManifestVersion: 2
-Bundle-Name: CDO Electronic Restaurant Example Server
+Bundle-Name: %pluginName
Bundle-SymbolicName: org.gastro.server;singleton:=true
-Bundle-Version: 4.0.500.qualifier
+Bundle-Version: 4.0.600.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,
@@ -16,8 +16,9 @@ Import-Package: org.h2;version="[1.0.0,2.0.0)",
org.h2.jdbcx;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.500";x-internal:=true,
- org.gastro.server;version="4.0.500"
+Bundle-Vendor: %providerName
+Bundle-Localization: plugin
+Export-Package: org.gastro.internal.server;version="4.0.600";x-internal:=true,
+ org.gastro.server;version="4.0.600"
Bundle-ActivationPolicy: lazy
Automatic-Module-Name: org.gastro.server
diff --git a/plugins/org.gastro.server/build.properties b/plugins/org.gastro.server/build.properties
index fea18ec456..b94f7dec03 100644
--- a/plugins/org.gastro.server/build.properties
+++ b/plugins/org.gastro.server/build.properties
@@ -14,7 +14,8 @@ bin.includes = META-INF/,\
plugin.xml,\
GastroServer.launch,\
README.html,\
- about.html
+ about.html,\
+ plugin.properties
src.includes = README.html,\
about.html,\
pom.xml
diff --git a/plugins/org.gastro.server/plugin.properties b/plugins/org.gastro.server/plugin.properties
new file mode 100644
index 0000000000..0947da61ff
--- /dev/null
+++ b/plugins/org.gastro.server/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 Server
+providerName = Eclipse Modeling Project
diff --git a/plugins/org.gastro.server/pom.xml b/plugins/org.gastro.server/pom.xml
index 704e34ca18..b770f30939 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.500-SNAPSHOT</version>
+ <version>4.0.600-SNAPSHOT</version>
<packaging>eclipse-plugin</packaging>
</project>
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