Author: snjeza
Date: 2008-12-07 19:10:33 -0500 (Sun, 07 Dec 2008)
New Revision: 12449
Added:
trunk/freemarker/plugins/org.jboss.ide.eclipse.freemarker/about.html
trunk/freemarker/plugins/org.jboss.ide.eclipse.freemarker/about.ini
trunk/freemarker/plugins/org.jboss.ide.eclipse.freemarker/about.mappings
trunk/freemarker/plugins/org.jboss.ide.eclipse.freemarker/about.properties
trunk/freemarker/plugins/org.jboss.ide.eclipse.freemarker/jboss_about.png
Modified:
trunk/freemarker/plugins/org.jboss.ide.eclipse.freemarker/build.properties
Log:
JBIDE-3321 Bad metadata for various features - branding the FreeMarker IDE feature
Added: trunk/freemarker/plugins/org.jboss.ide.eclipse.freemarker/about.html
===================================================================
--- trunk/freemarker/plugins/org.jboss.ide.eclipse.freemarker/about.html
(rev 0)
+++ trunk/freemarker/plugins/org.jboss.ide.eclipse.freemarker/about.html 2008-12-08
00:10:33 UTC (rev 12449)
@@ -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 BIRT Integration</title>
+<style type="text/css" media="screen">
+<!--
+ body {
+ font-family: Sans-serif, Arial, Helvetica;
+ }
+
+-->
+</style>
+</head>
+<body>
+<h1>FreeMarker IDE</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/freemarker/plugins/org.jboss.ide.eclipse.freemarker/about.ini
===================================================================
--- trunk/freemarker/plugins/org.jboss.ide.eclipse.freemarker/about.ini
(rev 0)
+++ trunk/freemarker/plugins/org.jboss.ide.eclipse.freemarker/about.ini 2008-12-08
00:10:33 UTC (rev 12449)
@@ -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/freemarker/plugins/org.jboss.ide.eclipse.freemarker/about.mappings
===================================================================
--- trunk/freemarker/plugins/org.jboss.ide.eclipse.freemarker/about.mappings
(rev 0)
+++ trunk/freemarker/plugins/org.jboss.ide.eclipse.freemarker/about.mappings 2008-12-08
00:10:33 UTC (rev 12449)
@@ -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/freemarker/plugins/org.jboss.ide.eclipse.freemarker/about.properties
===================================================================
--- trunk/freemarker/plugins/org.jboss.ide.eclipse.freemarker/about.properties
(rev 0)
+++ trunk/freemarker/plugins/org.jboss.ide.eclipse.freemarker/about.properties 2008-12-08
00:10:33 UTC (rev 12449)
@@ -0,0 +1,7 @@
+blurb=FreeMarker IDE\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/freemarker/plugins/org.jboss.ide.eclipse.freemarker/build.properties
===================================================================
--- trunk/freemarker/plugins/org.jboss.ide.eclipse.freemarker/build.properties 2008-12-07
23:27:07 UTC (rev 12448)
+++ trunk/freemarker/plugins/org.jboss.ide.eclipse.freemarker/build.properties 2008-12-08
00:10:33 UTC (rev 12449)
@@ -7,7 +7,12 @@
icons/,\
plugin.properties,\
License.txt,\
- freemarker-2.3.8.jar
+ freemarker-2.3.8.jar,\
+ about.html,\
+ about.ini,\
+ about.mappings,\
+ about.properties,\
+ jboss_about.png
src.includes = src/,\
plugin.xml,\
plugin.properties,\
Added: trunk/freemarker/plugins/org.jboss.ide.eclipse.freemarker/jboss_about.png
===================================================================
(Binary files differ)
Property changes on:
trunk/freemarker/plugins/org.jboss.ide.eclipse.freemarker/jboss_about.png
___________________________________________________________________
Name: svn:mime-type
+ application/octet-stream