Skip to main content
summaryrefslogtreecommitdiffstats
path: root/doc
diff options
context:
space:
mode:
authorHoracio Hoyos2014-06-05 10:02:12 +0000
committerHoracio Hoyos2014-06-05 10:02:12 +0000
commitbabfa5ece434fd817bc0d44cf1900c0db0be7b43 (patch)
treeac0fcff6911a4b1d397710d96a9e78e9b9449224 /doc
parente114413c656dc6d968ec6d53b7d0e185dae97eb7 (diff)
parentee80071d44c7ff64aa440242bbbe1d75947ddb3e (diff)
downloadorg.eclipse.qvtd-babfa5ece434fd817bc0d44cf1900c0db0be7b43.tar.gz
org.eclipse.qvtd-babfa5ece434fd817bc0d44cf1900c0db0be7b43.tar.xz
org.eclipse.qvtd-babfa5ece434fd817bc0d44cf1900c0db0be7b43.zip
Merge remote-tracking branch 'upstream/master' into mtc
Diffstat (limited to 'doc')
-rw-r--r--doc/org.eclipse.qvtd.doc/about.ini14
-rw-r--r--doc/org.eclipse.qvtd.doc/about.properties40
-rw-r--r--doc/org.eclipse.qvtd.doc/build.properties5
3 files changed, 58 insertions, 1 deletions
diff --git a/doc/org.eclipse.qvtd.doc/about.ini b/doc/org.eclipse.qvtd.doc/about.ini
new file mode 100644
index 000000000..eec22440e
--- /dev/null
+++ b/doc/org.eclipse.qvtd.doc/about.ini
@@ -0,0 +1,14 @@
+# 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/doc/org.eclipse.qvtd.doc/about.properties b/doc/org.eclipse.qvtd.doc/about.properties
new file mode 100644
index 000000000..9dfea652c
--- /dev/null
+++ b/doc/org.eclipse.qvtd.doc/about.properties
@@ -0,0 +1,40 @@
+###############################################################################
+# Copyright (c) 2014 E.D.Willink 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:
+# E.D.Willink - 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.
+# ==============================================================================
+
+# about.properties
+# contains externalized strings for about.ini
+# java.io.Properties file (ISO 8859-1 with "\" escapes)
+# fill-ins are supplied by about.mappings
+# This file should be translated.
+
+featureName=QVT Declarative Documentation
+
+featureText=QVT Declarative Documentation\n\
+Version: {featureVersion}\n\
+\n\
+(c) Copyright Eclipse contributors and others. 2009, 2014. All rights reserved.\n\
+\n\
+Visit https://projects.eclipse.org/projects/modeling.mmt.qvtd
+
+# ==============================================================================
+# %%% END OF TRANSLATED PROPERTIES %%%
+# The above properties have been shipped for translation.
+# ==============================================================================
diff --git a/doc/org.eclipse.qvtd.doc/build.properties b/doc/org.eclipse.qvtd.doc/build.properties
index e810a4176..d35a71662 100644
--- a/doc/org.eclipse.qvtd.doc/build.properties
+++ b/doc/org.eclipse.qvtd.doc/build.properties
@@ -17,4 +17,7 @@ bin.includes = META-INF/,\
plugin.xml,\
toc.xml,\
topics_Reference.xml,\
- about.html
+ about.html,\
+ about.ini,\
+ about.properties
+src.includes = about.html

Back to the top