Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorEike Stepper2013-05-30 17:22:58 +0000
committerEike Stepper2013-05-30 17:22:58 +0000
commitbcb61de39d9119822d68b1fc70ae494f21dc6497 (patch)
tree939aee5ddffc2154f061968fe40aeb049cf6351c /plugins/org.eclipse.emf.cdo.examples.installer/about.properties
parentc467b69852e06b0d61722132fb14acf3a9957208 (diff)
downloadcdo-bcb61de39d9119822d68b1fc70ae494f21dc6497.tar.gz
cdo-bcb61de39d9119822d68b1fc70ae494f21dc6497.tar.xz
cdo-bcb61de39d9119822d68b1fc70ae494f21dc6497.zip
Add branding infos for example installer features
Diffstat (limited to 'plugins/org.eclipse.emf.cdo.examples.installer/about.properties')
-rw-r--r--plugins/org.eclipse.emf.cdo.examples.installer/about.properties31
1 files changed, 31 insertions, 0 deletions
diff --git a/plugins/org.eclipse.emf.cdo.examples.installer/about.properties b/plugins/org.eclipse.emf.cdo.examples.installer/about.properties
new file mode 100644
index 0000000000..f847a88304
--- /dev/null
+++ b/plugins/org.eclipse.emf.cdo.examples.installer/about.properties
@@ -0,0 +1,31 @@
+# Copyright (c) 2007-2009, 2011, 2012 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 Examples Installer
+featureText = CDO Model Repository Examples Installer\n\
+Version: {featureVersion}\n\
+Build id: {0}\n\
+\n\
+Copyright (c) 2004-2013 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.
+# ==============================================================================

Back to the top