Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorEike Stepper2011-09-18 09:47:10 +0000
committerEike Stepper2011-09-18 09:47:10 +0000
commit9244bb9db6cb74bbd30e493bb3b455c6094060d0 (patch)
tree5e2a6fe676556b3947e46c16827b9e88c9710eb0
parentcc3ec4d96aa9efd600b1a79cef2a7de472a53849 (diff)
downloadcdo-9244bb9db6cb74bbd30e493bb3b455c6094060d0.tar.gz
cdo-9244bb9db6cb74bbd30e493bb3b455c6094060d0.tar.xz
cdo-9244bb9db6cb74bbd30e493bb3b455c6094060d0.zip
Share project "org.eclipse.emf.cdo.releng.help-feature" into "https://dev.eclipse.org/svnroot/modeling/org.eclipse.emf.cdo"
-rw-r--r--plugins/org.eclipse.emf.cdo.releng.help/about.ini15
-rw-r--r--plugins/org.eclipse.emf.cdo.releng.help/about.mappings6
-rw-r--r--plugins/org.eclipse.emf.cdo.releng.help/about.properties31
-rw-r--r--plugins/org.eclipse.emf.cdo.releng.help/build.properties8
-rw-r--r--plugins/org.eclipse.emf.cdo.releng.help/modeling32.pngbin0 -> 2414 bytes
5 files changed, 59 insertions, 1 deletions
diff --git a/plugins/org.eclipse.emf.cdo.releng.help/about.ini b/plugins/org.eclipse.emf.cdo.releng.help/about.ini
new file mode 100644
index 0000000000..32006ae5d6
--- /dev/null
+++ b/plugins/org.eclipse.emf.cdo.releng.help/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.releng.help/about.mappings b/plugins/org.eclipse.emf.cdo.releng.help/about.mappings
new file mode 100644
index 0000000000..bddaab4310
--- /dev/null
+++ b/plugins/org.eclipse.emf.cdo.releng.help/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.releng.help/about.properties b/plugins/org.eclipse.emf.cdo.releng.help/about.properties
new file mode 100644
index 0000000000..76c073f0a8
--- /dev/null
+++ b/plugins/org.eclipse.emf.cdo.releng.help/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 Release Engineering Documentation
+featureText = CDO Release Engineering Documentation\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.releng.help/build.properties b/plugins/org.eclipse.emf.cdo.releng.help/build.properties
index 5367aca0a0..cfbc6be0a6 100644
--- a/plugins/org.eclipse.emf.cdo.releng.help/build.properties
+++ b/plugins/org.eclipse.emf.cdo.releng.help/build.properties
@@ -22,7 +22,13 @@ bin.includes = META-INF/,\
.,\
html/,\
images/,\
- toc.xmi
+ toc.xmi,\
+ about.ini,\
+ about.mappings,\
+ about.properties,\
+ modeling32.png
doc.depends = org.eclipse.emf.cdo.doc
doc.web = true
+src.includes = copyright.txt,\
+ about.html
diff --git a/plugins/org.eclipse.emf.cdo.releng.help/modeling32.png b/plugins/org.eclipse.emf.cdo.releng.help/modeling32.png
new file mode 100644
index 0000000000..6b08de2ada
--- /dev/null
+++ b/plugins/org.eclipse.emf.cdo.releng.help/modeling32.png
Binary files differ

Back to the top