Author: snjeza
Date: 2008-12-07 19:35:31 -0500 (Sun, 07 Dec 2008)
New Revision: 12452
Added:
trunk/esb/plugins/org.jboss.tools.esb.ui/about.ini
trunk/esb/plugins/org.jboss.tools.esb.ui/about.mappings
trunk/esb/plugins/org.jboss.tools.esb.ui/about.properties
trunk/esb/plugins/org.jboss.tools.esb.ui/jboss_about.png
Modified:
trunk/esb/plugins/org.jboss.tools.esb.ui/build.properties
trunk/esb/plugins/org.jboss.tools.esb.ui/plugin.properties
Log:
JBIDE-3321 Bad metadata for various features - branding the JBoss ESB feature
Added: trunk/esb/plugins/org.jboss.tools.esb.ui/about.ini
===================================================================
--- trunk/esb/plugins/org.jboss.tools.esb.ui/about.ini (rev 0)
+++ trunk/esb/plugins/org.jboss.tools.esb.ui/about.ini 2008-12-08 00:35:31 UTC (rev
12452)
@@ -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=jboss_about.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/esb/plugins/org.jboss.tools.esb.ui/about.mappings
===================================================================
--- trunk/esb/plugins/org.jboss.tools.esb.ui/about.mappings (rev
0)
+++ trunk/esb/plugins/org.jboss.tools.esb.ui/about.mappings 2008-12-08 00:35:31 UTC (rev
12452)
@@ -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/esb/plugins/org.jboss.tools.esb.ui/about.properties
===================================================================
--- trunk/esb/plugins/org.jboss.tools.esb.ui/about.properties (rev
0)
+++ trunk/esb/plugins/org.jboss.tools.esb.ui/about.properties 2008-12-08 00:35:31 UTC (rev
12452)
@@ -0,0 +1,7 @@
+blurb=JBoss ESB Tools\n\
+\n\
+Version: {featureVersion}\n\
+\n\
+(c) Copyright JBoss Inc. contributors and others 2004 - 2008. All rights reserved.\n\
+Visit
http://jboss.org/tools
+
Modified: trunk/esb/plugins/org.jboss.tools.esb.ui/build.properties
===================================================================
--- trunk/esb/plugins/org.jboss.tools.esb.ui/build.properties 2008-12-08 00:20:37 UTC (rev
12451)
+++ trunk/esb/plugins/org.jboss.tools.esb.ui/build.properties 2008-12-08 00:35:31 UTC (rev
12452)
@@ -3,7 +3,11 @@
plugin.properties,\
images/,\
META-INF/,\
- about.html
+ about.html,\
+ about.properties,\
+ about.mappings,\
+ about.ini,\
+ jboss_about.png
source.esb-ui.jar = src/,\
resources/
jars.compile.order = esb-ui.jar
Added: trunk/esb/plugins/org.jboss.tools.esb.ui/jboss_about.png
===================================================================
(Binary files differ)
Property changes on: trunk/esb/plugins/org.jboss.tools.esb.ui/jboss_about.png
___________________________________________________________________
Name: svn:mime-type
+ application/octet-stream
Modified: trunk/esb/plugins/org.jboss.tools.esb.ui/plugin.properties
===================================================================
--- trunk/esb/plugins/org.jboss.tools.esb.ui/plugin.properties 2008-12-08 00:20:37 UTC
(rev 12451)
+++ trunk/esb/plugins/org.jboss.tools.esb.ui/plugin.properties 2008-12-08 00:35:31 UTC
(rev 12452)
@@ -1,2 +1,2 @@
providerName=JBoss, a division of Red Hat
-pluginName=ESB XML
\ No newline at end of file
+pluginName=JBoss ESB Tools
\ No newline at end of file