Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorEike Stepper2010-05-19 08:18:30 +0000
committerEike Stepper2010-05-19 08:18:30 +0000
commitaedd11cecea617bc82ae369791d0b59583a58f42 (patch)
tree246a62e8ab10f3f090593bfd2e8b6483e3dfdcfa
parent23f02437085bfbaa9a32f1ab085e54ba72b34527 (diff)
downloadcdo-aedd11cecea617bc82ae369791d0b59583a58f42.tar.gz
cdo-aedd11cecea617bc82ae369791d0b59583a58f42.tar.xz
cdo-aedd11cecea617bc82ae369791d0b59583a58f42.zip
preparing RC1
-rw-r--r--plugins/org.gastro.business.edit/plugin.properties4
-rw-r--r--plugins/org.gastro.business/plugin.properties4
-rw-r--r--plugins/org.gastro.inventory.edit/plugin.properties4
-rw-r--r--plugins/org.gastro.inventory/plugin.properties4
-rw-r--r--plugins/org.gastro.rcp.department/META-INF/MANIFEST.MF4
-rw-r--r--plugins/org.gastro.rcp.table/META-INF/MANIFEST.MF4
-rw-r--r--plugins/org.gastro.rcp/META-INF/MANIFEST.MF4
-rw-r--r--plugins/org.gastro.server.web/META-INF/MANIFEST.MF4
-rw-r--r--plugins/org.gastro.server/META-INF/MANIFEST.MF4
-rw-r--r--plugins/org.gastro.testclient/META-INF/MANIFEST.MF4
10 files changed, 20 insertions, 20 deletions
diff --git a/plugins/org.gastro.business.edit/plugin.properties b/plugins/org.gastro.business.edit/plugin.properties
index 7a19404376..ba566cccc1 100644
--- a/plugins/org.gastro.business.edit/plugin.properties
+++ b/plugins/org.gastro.business.edit/plugin.properties
@@ -9,8 +9,8 @@
# NLS_MESSAGEFORMAT_VAR
-pluginName = Gastory Business Day Edit Support
-providerName = www.gastro.org
+pluginName = CDO Gastro Example BusinessDay Edit Support
+providerName = Eclipse Modeling Project
_UI_CreateChild_text = {0}
_UI_CreateChild_text2 = {1} {0}
diff --git a/plugins/org.gastro.business/plugin.properties b/plugins/org.gastro.business/plugin.properties
index eacddc16d6..69b9010822 100644
--- a/plugins/org.gastro.business/plugin.properties
+++ b/plugins/org.gastro.business/plugin.properties
@@ -9,5 +9,5 @@
# NLS_MESSAGEFORMAT_VAR
-pluginName = Gastory Business Day Model
-providerName = www.gastro.org
+pluginName = CDO Gastro Example BusinessDay Model
+providerName = Eclipse Modeling Project
diff --git a/plugins/org.gastro.inventory.edit/plugin.properties b/plugins/org.gastro.inventory.edit/plugin.properties
index e3286faeab..3d2d7bfbc7 100644
--- a/plugins/org.gastro.inventory.edit/plugin.properties
+++ b/plugins/org.gastro.inventory.edit/plugin.properties
@@ -9,8 +9,8 @@
# NLS_MESSAGEFORMAT_VAR
-pluginName = Gastory Inventory Edit Support
-providerName = www.gastro.org
+pluginName = CDO Gastro Example Inventory Edit Support
+providerName = Eclipse Modeling Project
_UI_CreateChild_text = {0}
_UI_CreateChild_text2 = {1} {0}
diff --git a/plugins/org.gastro.inventory/plugin.properties b/plugins/org.gastro.inventory/plugin.properties
index ce434d9cd0..47c23f4fe9 100644
--- a/plugins/org.gastro.inventory/plugin.properties
+++ b/plugins/org.gastro.inventory/plugin.properties
@@ -9,5 +9,5 @@
# NLS_MESSAGEFORMAT_VAR
-pluginName = Gastory Inventory Model
-providerName = www.gastro.org
+pluginName = CDO Gastro Example Inventory Model
+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 3344e02dcb..838bbd4d97 100644
--- a/plugins/org.gastro.rcp.department/META-INF/MANIFEST.MF
+++ b/plugins/org.gastro.rcp.department/META-INF/MANIFEST.MF
@@ -1,12 +1,12 @@
Manifest-Version: 1.0
Bundle-ManifestVersion: 2
-Bundle-Name: Gastro Department
+Bundle-Name: CDO Gastro Example RCP Department
Bundle-SymbolicName: org.gastro.rcp.department; singleton:=true
Bundle-Version: 3.0.0.qualifier
Bundle-Activator: org.gastro.rcp.internal.department.Activator
Bundle-ActivationPolicy: lazy
Bundle-RequiredExecutionEnvironment: J2SE-1.5
-Bundle-Vendor: www.gastro.org
+Bundle-Vendor: Eclipse Modeling Project
Require-Bundle: org.gastro.rcp;bundle-version="[3.0.0,4.0.0)";visibility:=reexport
Export-Package: com.swtdesigner;version="3.0.0";x-internal:=true,
org.gastro.rcp.internal.department;version="3.0.0";x-internal:=true
diff --git a/plugins/org.gastro.rcp.table/META-INF/MANIFEST.MF b/plugins/org.gastro.rcp.table/META-INF/MANIFEST.MF
index de057acd50..342dc8eb1f 100644
--- a/plugins/org.gastro.rcp.table/META-INF/MANIFEST.MF
+++ b/plugins/org.gastro.rcp.table/META-INF/MANIFEST.MF
@@ -1,12 +1,12 @@
Manifest-Version: 1.0
Bundle-ManifestVersion: 2
-Bundle-Name: Gastro Table
+Bundle-Name: CDO Gastro Example RCP Table
Bundle-SymbolicName: org.gastro.rcp.table; singleton:=true
Bundle-Version: 3.0.0.qualifier
Bundle-Activator: org.gastro.rcp.internal.table.Activator
Require-Bundle: org.gastro.rcp;bundle-version="[3.0.0,4.0.0)";visibility:=reexport
Bundle-ActivationPolicy: lazy
Bundle-RequiredExecutionEnvironment: J2SE-1.5
-Bundle-Vendor: www.gastro.org
+Bundle-Vendor: Eclipse Modeling Project
Export-Package: com.swtdesigner;version="3.0.0";x-internal:=true,
org.gastro.rcp.internal.table;version="3.0.0";x-internal:=true
diff --git a/plugins/org.gastro.rcp/META-INF/MANIFEST.MF b/plugins/org.gastro.rcp/META-INF/MANIFEST.MF
index 53f3dc9b9c..a6f1f6bc49 100644
--- a/plugins/org.gastro.rcp/META-INF/MANIFEST.MF
+++ b/plugins/org.gastro.rcp/META-INF/MANIFEST.MF
@@ -1,6 +1,6 @@
Manifest-Version: 1.0
Bundle-ManifestVersion: 2
-Bundle-Name: Gastro RCP
+Bundle-Name: CDO Gastro Example RCP
Bundle-SymbolicName: org.gastro.rcp; singleton:=true
Bundle-Version: 3.0.0.qualifier
Bundle-Activator: org.gastro.internal.rcp.Activator
@@ -26,4 +26,4 @@ Export-Package: org.eclipse.nebula.animation;version="0.5.2",
Bundle-ClassPath: .,
org.eclipse.nebula.widgets.pshelf_1.0.0.HEAD.jar,
org.eclipse.nebula.widgets.gallery_0.5.2.R_0_20090418.jar
-Bundle-Vendor: www.gastro.org
+Bundle-Vendor: Eclipse Modeling Project
diff --git a/plugins/org.gastro.server.web/META-INF/MANIFEST.MF b/plugins/org.gastro.server.web/META-INF/MANIFEST.MF
index d35209903c..8b8b18b23f 100644
--- a/plugins/org.gastro.server.web/META-INF/MANIFEST.MF
+++ b/plugins/org.gastro.server.web/META-INF/MANIFEST.MF
@@ -1,10 +1,10 @@
Manifest-Version: 1.0
Bundle-ManifestVersion: 2
-Bundle-Name: Gastro Server Web Support
+Bundle-Name: CDO Gastro Example Server Web Support
Bundle-SymbolicName: org.gastro.server.web;singleton:=true
Bundle-Version: 3.0.0.qualifier
Bundle-Activator: org.gastro.server.internal.web.OM$Activator
-Bundle-Vendor: www.gastro.org
+Bundle-Vendor: Eclipse Modeling Project
Require-Bundle: org.apache.commons.logging;bundle-version="[1.0.0,2.0.0)",
org.eclipse.core.runtime;bundle-version="[3.4.0,4.0.0)",
org.eclipse.equinox.http.registry;bundle-version="[1.0.0,2.0.0)",
diff --git a/plugins/org.gastro.server/META-INF/MANIFEST.MF b/plugins/org.gastro.server/META-INF/MANIFEST.MF
index d2ae5d761b..2fd3de1c03 100644
--- a/plugins/org.gastro.server/META-INF/MANIFEST.MF
+++ b/plugins/org.gastro.server/META-INF/MANIFEST.MF
@@ -1,6 +1,6 @@
Manifest-Version: 1.0
Bundle-ManifestVersion: 2
-Bundle-Name: Gastro Server
+Bundle-Name: CDO Gastro Example Server
Bundle-SymbolicName: org.gastro.server;singleton:=true
Bundle-Version: 3.0.0.qualifier
Bundle-RequiredExecutionEnvironment: J2SE-1.5
@@ -16,7 +16,7 @@ Import-Package: org.h2;version="1.1.114",
org.h2.jdbcx;version="1.1.114",
org.h2.tools;version="1.1.114",
org.h2.util;version="1.1.114"
-Bundle-Vendor: www.gastro.org
+Bundle-Vendor: Eclipse Modeling Project
Export-Package: org.gastro.internal.server;version="3.0.0";x-internal:=true,
org.gastro.server;version="3.0.0"
Bundle-ActivationPolicy: lazy
diff --git a/plugins/org.gastro.testclient/META-INF/MANIFEST.MF b/plugins/org.gastro.testclient/META-INF/MANIFEST.MF
index a4f3c00dfa..66a7a7f4fe 100644
--- a/plugins/org.gastro.testclient/META-INF/MANIFEST.MF
+++ b/plugins/org.gastro.testclient/META-INF/MANIFEST.MF
@@ -1,6 +1,6 @@
Manifest-Version: 1.0
Bundle-ManifestVersion: 2
-Bundle-Name: Gastro Test Client
+Bundle-Name: CDO Gastro Example Test Client
Bundle-SymbolicName: org.gastro.testclient
Bundle-Version: 3.0.0.qualifier
Bundle-RequiredExecutionEnvironment: J2SE-1.5
@@ -11,4 +11,4 @@ Require-Bundle: org.eclipse.net4j.tcp;bundle-version="[2.0.0,4.0.0)",
org.gastro.business.edit;bundle-version="1.0.0",
org.gastro.inventory;bundle-version="1.0.0",
org.gastro.inventory.edit;bundle-version="1.0.0"
-Bundle-Vendor: www.gastro.org
+Bundle-Vendor: Eclipse Modeling Project

Back to the top