Skip to main content
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorEike Stepper2011-12-16 11:05:49 +0000
committerEike Stepper2011-12-16 11:05:49 +0000
commit5a675219eb4cc77d2b4af4c5a22747229a15b660 (patch)
tree6246af87ea98bc01186b1b09174b8e3c42f9525d
parent8495684489018cbc1b3fe812ea5084d8ca51e1b2 (diff)
downloadcdo-5a675219eb4cc77d2b4af4c5a22747229a15b660.tar.gz
cdo-5a675219eb4cc77d2b4af4c5a22747229a15b660.tar.xz
cdo-5a675219eb4cc77d2b4af4c5a22747229a15b660.zip
Add about.properties
-rw-r--r--features/org.eclipse.emf.cdo.migrator-feature/feature.properties2
-rw-r--r--plugins/org.eclipse.emf.cdo.migrator/about.ini15
-rw-r--r--plugins/org.eclipse.emf.cdo.migrator/about.mappings6
-rw-r--r--plugins/org.eclipse.emf.cdo.migrator/about.properties31
-rw-r--r--plugins/org.eclipse.emf.cdo.migrator/build.properties6
-rw-r--r--plugins/org.eclipse.emf.cdo.migrator/modeling32.pngbin0 -> 2414 bytes
6 files changed, 58 insertions, 2 deletions
diff --git a/features/org.eclipse.emf.cdo.migrator-feature/feature.properties b/features/org.eclipse.emf.cdo.migrator-feature/feature.properties
index 0e79d5b247..74f3fe39c7 100644
--- a/features/org.eclipse.emf.cdo.migrator-feature/feature.properties
+++ b/features/org.eclipse.emf.cdo.migrator-feature/feature.properties
@@ -4,5 +4,5 @@
# which accompanies this distribution, and is available at
# http://www.eclipse.org/legal/epl-v10.html
-featureName = CDO Model Repository Client
+featureName = CDO Model Repository Migrator Tool
description = Contains the CDO Genmodel migrator/importer plugin.
diff --git a/plugins/org.eclipse.emf.cdo.migrator/about.ini b/plugins/org.eclipse.emf.cdo.migrator/about.ini
new file mode 100644
index 0000000000..32006ae5d6
--- /dev/null
+++ b/plugins/org.eclipse.emf.cdo.migrator/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.migrator/about.mappings b/plugins/org.eclipse.emf.cdo.migrator/about.mappings
new file mode 100644
index 0000000000..bddaab4310
--- /dev/null
+++ b/plugins/org.eclipse.emf.cdo.migrator/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.migrator/about.properties b/plugins/org.eclipse.emf.cdo.migrator/about.properties
new file mode 100644
index 0000000000..106b90a4dc
--- /dev/null
+++ b/plugins/org.eclipse.emf.cdo.migrator/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:
+# Eike Stepper - 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 Model Repository Migrator Tool
+featureText = CDO Model Repository Migrator Tool\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://www.eclipse.org/cdo
+
+# ==============================================================================
+# %%% END OF TRANSLATED PROPERTIES %%%
+# The above properties have been shipped for translation.
+# ==============================================================================
diff --git a/plugins/org.eclipse.emf.cdo.migrator/build.properties b/plugins/org.eclipse.emf.cdo.migrator/build.properties
index 65feb6057a..73b11d17de 100644
--- a/plugins/org.eclipse.emf.cdo.migrator/build.properties
+++ b/plugins/org.eclipse.emf.cdo.migrator/build.properties
@@ -15,7 +15,11 @@ bin.includes = .,\
about.html,\
copyright.txt,\
plugin.xml,\
- icons/
+ icons/,\
+ about.ini,\
+ about.mappings,\
+ about.properties,\
+ modeling32.png
jars.compile.order = .
source.. = src/
output.. = bin/
diff --git a/plugins/org.eclipse.emf.cdo.migrator/modeling32.png b/plugins/org.eclipse.emf.cdo.migrator/modeling32.png
new file mode 100644
index 0000000000..6b08de2ada
--- /dev/null
+++ b/plugins/org.eclipse.emf.cdo.migrator/modeling32.png
Binary files differ

Back to the top