diff options
author | Eike Stepper | 2012-09-06 11:47:08 +0000 |
---|---|---|
committer | Eike Stepper | 2012-09-06 11:47:08 +0000 |
commit | cfdef9afcf736cd872cd784647c25c52b653a7bb (patch) | |
tree | 07c9bb370e7cea69c0eb8e06737a74bd70d534f7 /plugins/org.eclipse.emf.cdo.transfer/about.ini | |
parent | 3224388d98796036d49cc879878e418aef6e6d5d (diff) | |
download | cdo-cfdef9afcf736cd872cd784647c25c52b653a7bb.tar.gz cdo-cfdef9afcf736cd872cd784647c25c52b653a7bb.tar.xz cdo-cfdef9afcf736cd872cd784647c25c52b653a7bb.zip |
388928: Develop a resource transfer framework
https://bugs.eclipse.org/bugs/show_bug.cgi?id=388928
Diffstat (limited to 'plugins/org.eclipse.emf.cdo.transfer/about.ini')
-rw-r--r-- | plugins/org.eclipse.emf.cdo.transfer/about.ini | 15 |
1 files changed, 15 insertions, 0 deletions
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 + |