Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--plugins/org.eclipse.emf.cdo.doc/plugin.properties2
-rw-r--r--plugins/org.eclipse.emf.cdo.tests/build.properties3
-rw-r--r--plugins/org.eclipse.emf.cdo.tests/plugin.properties2
-rw-r--r--plugins/org.eclipse.emf.cdo/build.properties3
4 files changed, 7 insertions, 3 deletions
diff --git a/plugins/org.eclipse.emf.cdo.doc/plugin.properties b/plugins/org.eclipse.emf.cdo.doc/plugin.properties
index 48bd46b713..db74d90788 100644
--- a/plugins/org.eclipse.emf.cdo.doc/plugin.properties
+++ b/plugins/org.eclipse.emf.cdo.doc/plugin.properties
@@ -24,7 +24,7 @@
# append it to the end of the file, and change the code to use the new name.
# ==============================================================================
-Plugin.name=Eclipse Modeling Framework Technology CDO Documentation
+Plugin.name=CDO Documentation
Provider.name=Eclipse.org
# ==============================================================================
diff --git a/plugins/org.eclipse.emf.cdo.tests/build.properties b/plugins/org.eclipse.emf.cdo.tests/build.properties
index 21f9d91cd2..aa352c2c88 100644
--- a/plugins/org.eclipse.emf.cdo.tests/build.properties
+++ b/plugins/org.eclipse.emf.cdo.tests/build.properties
@@ -11,7 +11,8 @@ bin.includes = plugin.xml,\
lib/,\
cdo.tests.jar,\
copyright.txt,\
- about.html
+ about.html,\
+ plugin.properties
jars.compile.order = cdo.tests.jar
source.cdo.tests.jar = src/
output.cdo.tests.jar = bin/
diff --git a/plugins/org.eclipse.emf.cdo.tests/plugin.properties b/plugins/org.eclipse.emf.cdo.tests/plugin.properties
new file mode 100644
index 0000000000..f74040e4e2
--- /dev/null
+++ b/plugins/org.eclipse.emf.cdo.tests/plugin.properties
@@ -0,0 +1,2 @@
+pluginName = CDO Tests
+providerName = Eclipse.org
diff --git a/plugins/org.eclipse.emf.cdo/build.properties b/plugins/org.eclipse.emf.cdo/build.properties
index 1caae5a523..ab98bf21b1 100644
--- a/plugins/org.eclipse.emf.cdo/build.properties
+++ b/plugins/org.eclipse.emf.cdo/build.properties
@@ -5,5 +5,6 @@ bin.includes = about.html,\
plugin.xml,\
plugin.properties,\
eclipse32.png,\
- META-INF/
+ META-INF/,\
+ eclipse32.gif
\ No newline at end of file

Back to the top