Author: mculpepper(a)jboss.com
Date: 2008-05-19 13:41:49 -0400 (Mon, 19 May 2008)
New Revision: 8186
Added:
trunk/vpe/plugins/org.jboss.tools.vpe/about.ini
trunk/vpe/plugins/org.jboss.tools.vpe/about.mappings
trunk/vpe/plugins/org.jboss.tools.vpe/about.properties
trunk/vpe/plugins/org.jboss.tools.vpe/ico_32_jbds.png
Modified:
trunk/vpe/plugins/org.jboss.tools.vpe/build.properties
Log:
[JBIDE-2216] show more JBossTools/JBDS features in the about dialog (hibernate, seam, VPE,
JBossAS)
Added: trunk/vpe/plugins/org.jboss.tools.vpe/about.ini
===================================================================
--- trunk/vpe/plugins/org.jboss.tools.vpe/about.ini (rev 0)
+++ trunk/vpe/plugins/org.jboss.tools.vpe/about.ini 2008-05-19 17:41:49 UTC (rev 8186)
@@ -0,0 +1,27 @@
+# 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.
+# test
+# 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=ico_32_jbds.png
+
+# 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 "welcomePerspective" contains the id of the perspective in which
the
+# welcome page is to be opened.
+# optional
+
+
+
Added: trunk/vpe/plugins/org.jboss.tools.vpe/about.mappings
===================================================================
--- trunk/vpe/plugins/org.jboss.tools.vpe/about.mappings (rev 0)
+++ trunk/vpe/plugins/org.jboss.tools.vpe/about.mappings 2008-05-19 17:41:49 UTC (rev
8186)
@@ -0,0 +1,5 @@
+# about.mappings
+# contains fill-ins for about.properties
+# java.io.Properties file (ISO 8859-1 with "\" escapes)
+# This file does not need to be translated.
+
Added: trunk/vpe/plugins/org.jboss.tools.vpe/about.properties
===================================================================
--- trunk/vpe/plugins/org.jboss.tools.vpe/about.properties (rev
0)
+++ trunk/vpe/plugins/org.jboss.tools.vpe/about.properties 2008-05-19 17:41:49 UTC (rev
8186)
@@ -0,0 +1,6 @@
+blurb=XULRunner for Eclipse\n \
+\n \
+Version\: {featureVersion}\n \
+\n \
+(c) Copyright JBoss Inc. contributors and others 2004 - 2008. All rights reserved.\n \
+Visit http\://jboss.org/tools
\ No newline at end of file
Modified: trunk/vpe/plugins/org.jboss.tools.vpe/build.properties
===================================================================
--- trunk/vpe/plugins/org.jboss.tools.vpe/build.properties 2008-05-19 17:40:45 UTC (rev
8185)
+++ trunk/vpe/plugins/org.jboss.tools.vpe/build.properties 2008-05-19 17:41:49 UTC (rev
8186)
@@ -7,7 +7,10 @@
html/,\
about.html,\
META-INF/,\
- ve/
+ ve/,\
+ about.ini,\
+ about.mappings,\
+ about.properties
jars.compile.order = vpe.jar
source.vpe.jar = resources/,\
src/
Added: trunk/vpe/plugins/org.jboss.tools.vpe/ico_32_jbds.png
===================================================================
(Binary files differ)
Property changes on: trunk/vpe/plugins/org.jboss.tools.vpe/ico_32_jbds.png
___________________________________________________________________
Name: svn:mime-type
+ application/octet-stream
Show replies by date