Author: snjeza
Date: 2008-12-07 20:37:35 -0500 (Sun, 07 Dec 2008)
New Revision: 12464
Added:
trunk/vpe/plugins/org.jboss.tools.xulrunner.initializer/about.html
trunk/vpe/plugins/org.jboss.tools.xulrunner.initializer/about.ini
trunk/vpe/plugins/org.jboss.tools.xulrunner.initializer/about.mappings
trunk/vpe/plugins/org.jboss.tools.xulrunner.initializer/about.properties
trunk/vpe/plugins/org.jboss.tools.xulrunner.initializer/jboss_about.png
Modified:
trunk/vpe/plugins/org.jboss.tools.xulrunner.initializer/build.properties
trunk/vpe/plugins/org.jboss.tools.xulrunner.initializer/fragment.properties
Log:
JBIDE-3321 Bad metadata for various features - branding the XULRunner feature
Added: trunk/vpe/plugins/org.jboss.tools.xulrunner.initializer/about.html
===================================================================
--- trunk/vpe/plugins/org.jboss.tools.xulrunner.initializer/about.html
(rev 0)
+++ trunk/vpe/plugins/org.jboss.tools.xulrunner.initializer/about.html 2008-12-08 01:37:35
UTC (rev 12464)
@@ -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>XULRunner</title>
+<style type="text/css" media="screen">
+<!--
+ body {
+ font-family: Sans-serif, Arial, Helvetica;
+ }
+
+-->
+</style>
+</head>
+<body>
+<h1>XULRunner</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/vpe/plugins/org.jboss.tools.xulrunner.initializer/about.ini
===================================================================
--- trunk/vpe/plugins/org.jboss.tools.xulrunner.initializer/about.ini
(rev 0)
+++ trunk/vpe/plugins/org.jboss.tools.xulrunner.initializer/about.ini 2008-12-08 01:37:35
UTC (rev 12464)
@@ -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/vpe/plugins/org.jboss.tools.xulrunner.initializer/about.mappings
===================================================================
--- trunk/vpe/plugins/org.jboss.tools.xulrunner.initializer/about.mappings
(rev 0)
+++ trunk/vpe/plugins/org.jboss.tools.xulrunner.initializer/about.mappings 2008-12-08
01:37:35 UTC (rev 12464)
@@ -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.xulrunner.initializer/about.properties
===================================================================
--- trunk/vpe/plugins/org.jboss.tools.xulrunner.initializer/about.properties
(rev 0)
+++ trunk/vpe/plugins/org.jboss.tools.xulrunner.initializer/about.properties 2008-12-08
01:37:35 UTC (rev 12464)
@@ -0,0 +1,7 @@
+blurb=XULRunner\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/vpe/plugins/org.jboss.tools.xulrunner.initializer/build.properties
===================================================================
--- trunk/vpe/plugins/org.jboss.tools.xulrunner.initializer/build.properties 2008-12-08
01:22:28 UTC (rev 12463)
+++ trunk/vpe/plugins/org.jboss.tools.xulrunner.initializer/build.properties 2008-12-08
01:37:35 UTC (rev 12464)
@@ -2,4 +2,9 @@
output.. = bin/
bin.includes = META-INF/,\
.,\
- fragment.properties
+ fragment.properties,\
+ about.properties,\
+ about.mappings,\
+ about.ini,\
+ about.html,\
+ jboss_about.png
Modified: trunk/vpe/plugins/org.jboss.tools.xulrunner.initializer/fragment.properties
===================================================================
--- trunk/vpe/plugins/org.jboss.tools.xulrunner.initializer/fragment.properties 2008-12-08
01:22:28 UTC (rev 12463)
+++ trunk/vpe/plugins/org.jboss.tools.xulrunner.initializer/fragment.properties 2008-12-08
01:37:35 UTC (rev 12464)
@@ -1,3 +1,3 @@
#Properties file for org.jboss.tools.xulrunner.initializer
BundleVendor=JBoss, a division of Red Hat
-BundleName=XULRunner Initializer
\ No newline at end of file
+BundleName=XULRunner
\ No newline at end of file
Added: trunk/vpe/plugins/org.jboss.tools.xulrunner.initializer/jboss_about.png
===================================================================
(Binary files differ)
Property changes on:
trunk/vpe/plugins/org.jboss.tools.xulrunner.initializer/jboss_about.png
___________________________________________________________________
Name: svn:mime-type
+ application/octet-stream