Author: nickboldt
Date: 2011-02-02 20:20:14 -0500 (Wed, 02 Feb 2011)
New Revision: 28947
Added:
trunk/runtime/plugins/org.jboss.tools.runtime.ui/about.html
trunk/runtime/plugins/org.jboss.tools.runtime.ui/about.ini
trunk/runtime/plugins/org.jboss.tools.runtime.ui/about.mappings
trunk/runtime/plugins/org.jboss.tools.runtime.ui/about.properties
trunk/runtime/plugins/org.jboss.tools.runtime.ui/jboss_about.png
Modified:
trunk/runtime/plugins/org.jboss.tools.runtime.ui/build.properties
trunk/runtime/plugins/org.jboss.tools.runtime.ui/plugin.properties
Log:
JBIDE-8311 fix legal info, add missing files
Added: trunk/runtime/plugins/org.jboss.tools.runtime.ui/about.html
===================================================================
--- trunk/runtime/plugins/org.jboss.tools.runtime.ui/about.html
(rev 0)
+++ trunk/runtime/plugins/org.jboss.tools.runtime.ui/about.html 2011-02-03 01:20:14 UTC
(rev 28947)
@@ -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 Runtime Detection</title>
+<style type="text/css" media="screen">
+<!--
+ body {
+ font-family: Sans-serif, Arial, Helvetica;
+ }
+
+-->
+</style>
+</head>
+<body>
+<h1>JBoss Runtime Detection UI</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/runtime/plugins/org.jboss.tools.runtime.ui/about.ini
===================================================================
--- trunk/runtime/plugins/org.jboss.tools.runtime.ui/about.ini
(rev 0)
+++ trunk/runtime/plugins/org.jboss.tools.runtime.ui/about.ini 2011-02-03 01:20:14 UTC
(rev 28947)
@@ -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/runtime/plugins/org.jboss.tools.runtime.ui/about.mappings
===================================================================
--- trunk/runtime/plugins/org.jboss.tools.runtime.ui/about.mappings
(rev 0)
+++ trunk/runtime/plugins/org.jboss.tools.runtime.ui/about.mappings 2011-02-03 01:20:14
UTC (rev 28947)
@@ -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/runtime/plugins/org.jboss.tools.runtime.ui/about.properties
===================================================================
--- trunk/runtime/plugins/org.jboss.tools.runtime.ui/about.properties
(rev 0)
+++ trunk/runtime/plugins/org.jboss.tools.runtime.ui/about.properties 2011-02-03 01:20:14
UTC (rev 28947)
@@ -0,0 +1,2 @@
+blurb=JBoss Runtime Detection UI\n\nVersion\: {featureVersion}\n\n(c) Copyright JBoss by
Red Hat, contributors and others 2004 - 2011. All rights reserved.\nVisit
http\://jboss.org/tools
+
Modified: trunk/runtime/plugins/org.jboss.tools.runtime.ui/build.properties
===================================================================
--- trunk/runtime/plugins/org.jboss.tools.runtime.ui/build.properties 2011-02-03 01:14:49
UTC (rev 28946)
+++ trunk/runtime/plugins/org.jboss.tools.runtime.ui/build.properties 2011-02-03 01:20:14
UTC (rev 28947)
@@ -2,6 +2,11 @@
output.. = bin/
bin.includes = META-INF/,\
.,\
+ plugin.properties,\
plugin.xml,\
- plugin.properties,\
- icons/
+ icons/,\
+ about.html,\
+ about.ini,\
+ about.mappings,\
+ about.properties,\
+ jboss_about.png
Added: trunk/runtime/plugins/org.jboss.tools.runtime.ui/jboss_about.png
===================================================================
--- trunk/runtime/plugins/org.jboss.tools.runtime.ui/jboss_about.png
(rev 0)
+++ trunk/runtime/plugins/org.jboss.tools.runtime.ui/jboss_about.png 2011-02-03 01:20:14
UTC (rev 28947)
@@ -0,0 +1,6 @@
+�PNG
+
+
+�~���^�o���o�I�`U�O;��%'Tsu���v����O�G6ۭ+&������M�_�Y۪��i��@y}>Un�w:�Y��J�AG�^�*>�;���c�8)����"�v�=Ϝ�1���p:���!���{�D����j��|�7H��?\K�ו�i�ʪ�9f��������
\ No newline at end of file
Modified: trunk/runtime/plugins/org.jboss.tools.runtime.ui/plugin.properties
===================================================================
--- trunk/runtime/plugins/org.jboss.tools.runtime.ui/plugin.properties 2011-02-03 01:14:49
UTC (rev 28946)
+++ trunk/runtime/plugins/org.jboss.tools.runtime.ui/plugin.properties 2011-02-03 01:20:14
UTC (rev 28947)
@@ -1,4 +1,4 @@
-#Properties file for org.jboss.tools.runtime
+#Properties
BundleVendor = JBoss by Red Hat
-BundleName = JBoss Runtime UI
+BundleName = JBoss Runtime Detection UI
JBoss_Runtimes = JBoss Tools Runtime Detection