Skip to main content
summaryrefslogtreecommitdiffstats
path: root/doc
diff options
context:
space:
mode:
authorEd Willink2014-05-24 12:59:25 +0000
committerEd Willink2014-05-24 12:59:25 +0000
commitf27f47a5157adc3bb228b3bf4425324d45551733 (patch)
treea75963a16e198d50f8dd6ac7441682cf6c1ef991 /doc
parent92bb4c726be410bbddfb4fb467459cfbc718578d (diff)
downloadorg.eclipse.qvtd-f27f47a5157adc3bb228b3bf4425324d45551733.tar.gz
org.eclipse.qvtd-f27f47a5157adc3bb228b3bf4425324d45551733.tar.xz
org.eclipse.qvtd-f27f47a5157adc3bb228b3bf4425324d45551733.zip
[releng] Provide better feature branding
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.properties4
3 files changed, 57 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..ee880f6ba 100644
--- a/doc/org.eclipse.qvtd.doc/build.properties
+++ b/doc/org.eclipse.qvtd.doc/build.properties
@@ -17,4 +17,6 @@ bin.includes = META-INF/,\
plugin.xml,\
toc.xml,\
topics_Reference.xml,\
- about.html
+ about.html,\
+ about.ini,\
+ about.properties

Back to the top