Author: snjeza
Date: 2008-12-07 20:21:32 -0500 (Sun, 07 Dec 2008)
New Revision: 12461
Added:
trunk/ws/plugins/org.jboss.tools.ws.ui/about.html
trunk/ws/plugins/org.jboss.tools.ws.ui/about.ini
trunk/ws/plugins/org.jboss.tools.ws.ui/about.mappings
trunk/ws/plugins/org.jboss.tools.ws.ui/about.properties
trunk/ws/plugins/org.jboss.tools.ws.ui/jboss_about.png
Modified:
trunk/ws/plugins/org.jboss.tools.ws.ui/build.properties
trunk/ws/plugins/org.jboss.tools.ws.ui/plugin.properties
Log:
JBIDE-3321 Bad metadata for various features - branding the JBoss WebServices Tools
feature
Added: trunk/ws/plugins/org.jboss.tools.ws.ui/about.html
===================================================================
--- trunk/ws/plugins/org.jboss.tools.ws.ui/about.html (rev 0)
+++ trunk/ws/plugins/org.jboss.tools.ws.ui/about.html 2008-12-08 01:21:32 UTC (rev 12461)
@@ -0,0 +1,30 @@
+<?xml version="1.0" encoding="ISO-8859-1" ?>
+<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
"http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
+<html
xmlns="http://www.w3.org/1999/xhtml">
+<head>
+<meta http-equiv="Content-Type" content="text/html;
charset=ISO-8859-1" />
+<title>JBoss WebServices Tools</title>
+<style type="text/css" media="screen">
+<!--
+ body {
+ font-family: Sans-serif, Arial, Helvetica;
+ }
+
+-->
+</style>
+</head>
+<body>
+<h1>JBoss WebServices Tools</h1>
+
+<p>
+This plugin is part of the JBoss Tools developed by the <a
href="http://www.jboss.com">JBoss Inc.</a>
+</p>
+
+<p>Information about this plugin is available at <a
href="http://www.jboss.org/tools">JBoss Tools project
page</a></p>
+
+<p>
+This software is distributed under the terms of the Eclipse Public License - v 1.0
+(see <a
href="www.eclipse.org/legal/epl-v10.html">Eclipse Public License
- Version 1.0</a>).
+</p>
+</body>
+</html>
\ No newline at end of file
Added: trunk/ws/plugins/org.jboss.tools.ws.ui/about.ini
===================================================================
--- trunk/ws/plugins/org.jboss.tools.ws.ui/about.ini (rev 0)
+++ trunk/ws/plugins/org.jboss.tools.ws.ui/about.ini 2008-12-08 01:21:32 UTC (rev 12461)
@@ -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/ws/plugins/org.jboss.tools.ws.ui/about.mappings
===================================================================
--- trunk/ws/plugins/org.jboss.tools.ws.ui/about.mappings (rev 0)
+++ trunk/ws/plugins/org.jboss.tools.ws.ui/about.mappings 2008-12-08 01:21:32 UTC (rev
12461)
@@ -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/ws/plugins/org.jboss.tools.ws.ui/about.properties
===================================================================
--- trunk/ws/plugins/org.jboss.tools.ws.ui/about.properties (rev
0)
+++ trunk/ws/plugins/org.jboss.tools.ws.ui/about.properties 2008-12-08 01:21:32 UTC (rev
12461)
@@ -0,0 +1,7 @@
+blurb=JBoss WebServices 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/ws/plugins/org.jboss.tools.ws.ui/build.properties
===================================================================
--- trunk/ws/plugins/org.jboss.tools.ws.ui/build.properties 2008-12-08 01:11:40 UTC (rev
12460)
+++ trunk/ws/plugins/org.jboss.tools.ws.ui/build.properties 2008-12-08 01:21:32 UTC (rev
12461)
@@ -3,4 +3,10 @@
bin.includes = META-INF/,\
.,\
plugin.properties,\
- plugin.xml
+ plugin.xml,\
+ about.html,\
+ about.ini,\
+ about.mappings,\
+ about.properties,\
+ icons/,\
+ jboss_about.png
Added: trunk/ws/plugins/org.jboss.tools.ws.ui/jboss_about.png
===================================================================
(Binary files differ)
Property changes on: trunk/ws/plugins/org.jboss.tools.ws.ui/jboss_about.png
___________________________________________________________________
Name: svn:mime-type
+ application/octet-stream
Modified: trunk/ws/plugins/org.jboss.tools.ws.ui/plugin.properties
===================================================================
--- trunk/ws/plugins/org.jboss.tools.ws.ui/plugin.properties 2008-12-08 01:11:40 UTC (rev
12460)
+++ trunk/ws/plugins/org.jboss.tools.ws.ui/plugin.properties 2008-12-08 01:21:32 UTC (rev
12461)
@@ -1,3 +1,3 @@
JBOSSWS_PREFERENCE_PAGE=JBossWS Preferences
-PLUGIN_NAME=JBossWS UI
+PLUGIN_NAME=JBoss WebServices Tools
PLUGIN_PROVIDER=JBoss, a division of Red Hat
\ No newline at end of file