Skip to main content
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorEike Stepper2011-05-18 07:44:26 +0000
committerEike Stepper2011-05-18 07:44:26 +0000
commit198cf55ccf315e6dc728808e8bac7aa6cd9fcb5b (patch)
tree2603fb2e7666e57b5af0d5cacdfb660c2ab12711 /plugins/org.eclipse.emf.cdo.dawn.tests
parentbe675e4da1f8763ce1bb8925dc9c23df3c4fb7b1 (diff)
downloadcdo-198cf55ccf315e6dc728808e8bac7aa6cd9fcb5b.tar.gz
cdo-198cf55ccf315e6dc728808e8bac7aa6cd9fcb5b.tar.xz
cdo-198cf55ccf315e6dc728808e8bac7aa6cd9fcb5b.zip
fixed releng issues
Diffstat (limited to 'plugins/org.eclipse.emf.cdo.dawn.tests')
-rw-r--r--plugins/org.eclipse.emf.cdo.dawn.tests/about.ini15
-rw-r--r--plugins/org.eclipse.emf.cdo.dawn.tests/about.mappings6
-rw-r--r--plugins/org.eclipse.emf.cdo.dawn.tests/about.properties31
-rw-r--r--plugins/org.eclipse.emf.cdo.dawn.tests/build.properties5
-rw-r--r--plugins/org.eclipse.emf.cdo.dawn.tests/plugin.properties2
5 files changed, 57 insertions, 2 deletions
diff --git a/plugins/org.eclipse.emf.cdo.dawn.tests/about.ini b/plugins/org.eclipse.emf.cdo.dawn.tests/about.ini
new file mode 100644
index 0000000000..32006ae5d6
--- /dev/null
+++ b/plugins/org.eclipse.emf.cdo.dawn.tests/about.ini
@@ -0,0 +1,15 @@
+# about.ini
+# contains information about a feature
+# java.io.Properties file (ISO 8859-1 with "\" escapes)
+# "%key" are externalized strings defined in about.properties
+# This file does not need to be translated.
+
+# Property "aboutText" contains blurb for "About" dialog (translated)
+aboutText=%featureText
+
+# Property "featureImage" contains path to feature image (32x32)
+featureImage=modeling32.png
+
+# Property "appName" contains name of the application (translated)
+appName=%featureName
+
diff --git a/plugins/org.eclipse.emf.cdo.dawn.tests/about.mappings b/plugins/org.eclipse.emf.cdo.dawn.tests/about.mappings
new file mode 100644
index 0000000000..bddaab4310
--- /dev/null
+++ b/plugins/org.eclipse.emf.cdo.dawn.tests/about.mappings
@@ -0,0 +1,6 @@
+# about.mappings
+# contains fill-ins for about.properties
+# java.io.Properties file (ISO 8859-1 with "\" escapes)
+# This file does not need to be translated.
+
+0=@build@ \ No newline at end of file
diff --git a/plugins/org.eclipse.emf.cdo.dawn.tests/about.properties b/plugins/org.eclipse.emf.cdo.dawn.tests/about.properties
new file mode 100644
index 0000000000..e55c08aaaf
--- /dev/null
+++ b/plugins/org.eclipse.emf.cdo.dawn.tests/about.properties
@@ -0,0 +1,31 @@
+# Copyright (c) 2004 - 2011 Eike Stepper (Berlin, 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:
+# Martin Fluegge - initial API and implementation
+
+# NLS_MESSAGEFORMAT_VAR
+
+# ==============================================================================
+# Do not change the properties between this line and the last line containing:
+# %%% END OF TRANSLATED PROPERTIES %%%
+# Instead, either redefine an existing property, or create a new property,
+# append it to the end of the file, and change the code to use the new name.
+# ==============================================================================
+
+featureName = CDO Dawn Tests
+featureText = CDO Dawn Tests\n\
+Version: {featureVersion}\n\
+Build id: {0}\n\
+\n\
+Copyright (c) 2004 - 2011 Eike Stepper (Berlin, Germany) and others. All rights reserved.\n\
+\n\
+Visit http://wiki.eclipse.org/CDO
+
+# ==============================================================================
+# %%% END OF TRANSLATED PROPERTIES %%%
+# The above properties have been shipped for translation.
+# ==============================================================================
diff --git a/plugins/org.eclipse.emf.cdo.dawn.tests/build.properties b/plugins/org.eclipse.emf.cdo.dawn.tests/build.properties
index 230ddec65f..2d942b9065 100644
--- a/plugins/org.eclipse.emf.cdo.dawn.tests/build.properties
+++ b/plugins/org.eclipse.emf.cdo.dawn.tests/build.properties
@@ -18,7 +18,10 @@ bin.includes = META-INF/,\
plugin.properties,\
.options,\
DE_DE.keyboard,\
- modeling32.png
+ modeling32.png,\
+ about.ini,\
+ about.mappings,\
+ about.properties
src.includes = about.html,\
copyright.txt,\
CDO AllTests (Dawn UI).launch,\
diff --git a/plugins/org.eclipse.emf.cdo.dawn.tests/plugin.properties b/plugins/org.eclipse.emf.cdo.dawn.tests/plugin.properties
index e8d1384cbb..4f7ee9f388 100644
--- a/plugins/org.eclipse.emf.cdo.dawn.tests/plugin.properties
+++ b/plugins/org.eclipse.emf.cdo.dawn.tests/plugin.properties
@@ -16,7 +16,7 @@
# append it to the end of the file, and change the code to use the new name.
# ==============================================================================
-pluginName = Dawn Tests
+pluginName = CDO Dawn Tests
providerName = Eclipse Modeling Project
# ==============================================================================

Back to the top