From cfdef9afcf736cd872cd784647c25c52b653a7bb Mon Sep 17 00:00:00 2001 From: Eike Stepper Date: Thu, 6 Sep 2012 13:47:08 +0200 Subject: 388928: Develop a resource transfer framework https://bugs.eclipse.org/bugs/show_bug.cgi?id=388928 --- plugins/org.eclipse.emf.cdo.transfer/about.ini | 15 +++++++++++++++ 1 file changed, 15 insertions(+) create mode 100644 plugins/org.eclipse.emf.cdo.transfer/about.ini (limited to 'plugins/org.eclipse.emf.cdo.transfer/about.ini') diff --git a/plugins/org.eclipse.emf.cdo.transfer/about.ini b/plugins/org.eclipse.emf.cdo.transfer/about.ini new file mode 100644 index 0000000000..32006ae5d6 --- /dev/null +++ b/plugins/org.eclipse.emf.cdo.transfer/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 + -- cgit v1.2.1