Author: snjeza
Date: 2008-12-07 19:48:50 -0500 (Sun, 07 Dec 2008)
New Revision: 12456
Added:
trunk/jmx/plugins/org.jboss.tools.jmx.ui/about.html
trunk/jmx/plugins/org.jboss.tools.jmx.ui/about.ini
trunk/jmx/plugins/org.jboss.tools.jmx.ui/about.mappings
trunk/jmx/plugins/org.jboss.tools.jmx.ui/about.properties
trunk/jmx/plugins/org.jboss.tools.jmx.ui/jboss_about.png
Modified:
trunk/jmx/plugins/org.jboss.tools.jmx.ui/build.properties
trunk/jmx/plugins/org.jboss.tools.jmx.ui/plugin.properties
Log:
JBIDE-3321 Bad metadata for various features - branding the JMX Console feature
Added: trunk/jmx/plugins/org.jboss.tools.jmx.ui/about.html
===================================================================
--- trunk/jmx/plugins/org.jboss.tools.jmx.ui/about.html (rev 0)
+++ trunk/jmx/plugins/org.jboss.tools.jmx.ui/about.html 2008-12-08 00:48:50 UTC (rev
12456)
@@ -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>JMX Console</title>
+<style type="text/css" media="screen">
+<!--
+ body {
+ font-family: Sans-serif, Arial, Helvetica;
+ }
+
+-->
+</style>
+</head>
+<body>
+<h1>JMX Console</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/jmx/plugins/org.jboss.tools.jmx.ui/about.ini
===================================================================
--- trunk/jmx/plugins/org.jboss.tools.jmx.ui/about.ini (rev 0)
+++ trunk/jmx/plugins/org.jboss.tools.jmx.ui/about.ini 2008-12-08 00:48:50 UTC (rev
12456)
@@ -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/jmx/plugins/org.jboss.tools.jmx.ui/about.mappings
===================================================================
--- trunk/jmx/plugins/org.jboss.tools.jmx.ui/about.mappings (rev
0)
+++ trunk/jmx/plugins/org.jboss.tools.jmx.ui/about.mappings 2008-12-08 00:48:50 UTC (rev
12456)
@@ -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/jmx/plugins/org.jboss.tools.jmx.ui/about.properties
===================================================================
--- trunk/jmx/plugins/org.jboss.tools.jmx.ui/about.properties (rev
0)
+++ trunk/jmx/plugins/org.jboss.tools.jmx.ui/about.properties 2008-12-08 00:48:50 UTC (rev
12456)
@@ -0,0 +1,6 @@
+blurb=JMX Console\n\
+\n\
+Version: {featureVersion}\n\
+\n\
+Copyright (c) 2006 Jeff Mesnil,
http://jmesnil.net
+
Modified: trunk/jmx/plugins/org.jboss.tools.jmx.ui/build.properties
===================================================================
--- trunk/jmx/plugins/org.jboss.tools.jmx.ui/build.properties 2008-12-08 00:48:42 UTC (rev
12455)
+++ trunk/jmx/plugins/org.jboss.tools.jmx.ui/build.properties 2008-12-08 00:48:50 UTC (rev
12456)
@@ -4,4 +4,10 @@
META-INF/,\
.,\
icons/,\
- plugin.properties
+ plugin.properties,\
+ about.html,\
+ about.ini,\
+ about.mappings,\
+ about.properties,\
+ jboss_about.png,\
+ schema/
Added: trunk/jmx/plugins/org.jboss.tools.jmx.ui/jboss_about.png
===================================================================
(Binary files differ)
Property changes on: trunk/jmx/plugins/org.jboss.tools.jmx.ui/jboss_about.png
___________________________________________________________________
Name: svn:mime-type
+ application/octet-stream
Modified: trunk/jmx/plugins/org.jboss.tools.jmx.ui/plugin.properties
===================================================================
--- trunk/jmx/plugins/org.jboss.tools.jmx.ui/plugin.properties 2008-12-08 00:48:42 UTC
(rev 12455)
+++ trunk/jmx/plugins/org.jboss.tools.jmx.ui/plugin.properties 2008-12-08 00:48:50 UTC
(rev 12456)
@@ -2,7 +2,7 @@
ActionDefinition.openMBean.name= Open MBean
ActionDefinition.openMBean.description= Open a MBean in a MBean editor
BundleProvider =JBoss, a division of Red Hat
-BundleName = JMX UI Plug-in
+BundleName = JMX Console
DefaultJMXConnectionProvider.name=Default JMX Connection
MBeanActionSet.label = MBean Navigation
MBeanActionSet.description = MBean Navigation Action Set