Skip to main content
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorrsrinivasan2010-05-17 05:35:24 +0000
committerrsrinivasan2010-05-17 05:35:24 +0000
commit58e60d543501c4b0fb13377b8197726849ebdd0e (patch)
tree3862ee02a4a88664a712de6dd0dd682fadb8a256 /jsf/features/org.eclipse.jsf.feature/sourceTemplatePlugin/about.ini
parent1aea19185516dff9cf8988b33c52df19f7001c28 (diff)
downloadwebtools.jsf-58e60d543501c4b0fb13377b8197726849ebdd0e.tar.gz
webtools.jsf-58e60d543501c4b0fb13377b8197726849ebdd0e.tar.xz
webtools.jsf-58e60d543501c4b0fb13377b8197726849ebdd0e.zip
Feature containing core plugins of the JSF Tools Project
Diffstat (limited to 'jsf/features/org.eclipse.jsf.feature/sourceTemplatePlugin/about.ini')
-rw-r--r--jsf/features/org.eclipse.jsf.feature/sourceTemplatePlugin/about.ini31
1 files changed, 31 insertions, 0 deletions
diff --git a/jsf/features/org.eclipse.jsf.feature/sourceTemplatePlugin/about.ini b/jsf/features/org.eclipse.jsf.feature/sourceTemplatePlugin/about.ini
new file mode 100644
index 000000000..2dee36a2e
--- /dev/null
+++ b/jsf/features/org.eclipse.jsf.feature/sourceTemplatePlugin/about.ini
@@ -0,0 +1,31 @@
+# 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=%blurb
+
+# Property "windowImage" contains path to window icon (16x16)
+# needed for primary features only
+
+# Property "featureImage" contains path to feature image (32x32)
+featureImage=eclipse32.gif
+
+# Property "aboutImage" contains path to product image (500x330 or 115x164)
+# needed for primary features only
+
+# Property "appName" contains name of the application (not translated)
+# needed for primary features only
+
+# Property "welcomePage" contains path to welcome page (special XML-based format)
+# optional
+
+# Property "welcomePerspective" contains the id of the perspective in which the
+# welcome page is to be opened.
+# optional
+
+
+
+

Back to the top