JBoss Tools SVN: r12450 - trunk/freemarker/features/org.jboss.ide.eclipse.freemarker.feature.
by jbosstools-commits@lists.jboss.org
Author: snjeza
Date: 2008-12-07 19:15:01 -0500 (Sun, 07 Dec 2008)
New Revision: 12450
Added:
trunk/freemarker/features/org.jboss.ide.eclipse.freemarker.feature/feature.properties
Modified:
trunk/freemarker/features/org.jboss.ide.eclipse.freemarker.feature/build.properties
Log:
JBIDE-3321 Bad metadata for various features - branding the FreeMarker IDE feature
Modified: trunk/freemarker/features/org.jboss.ide.eclipse.freemarker.feature/build.properties
===================================================================
--- trunk/freemarker/features/org.jboss.ide.eclipse.freemarker.feature/build.properties 2008-12-08 00:10:33 UTC (rev 12449)
+++ trunk/freemarker/features/org.jboss.ide.eclipse.freemarker.feature/build.properties 2008-12-08 00:15:01 UTC (rev 12450)
@@ -1 +1,2 @@
-bin.includes = feature.xml
+bin.includes = feature.xml,\
+ feature.properties
Added: trunk/freemarker/features/org.jboss.ide.eclipse.freemarker.feature/feature.properties
===================================================================
17 years, 4 months
JBoss Tools SVN: r12449 - trunk/freemarker/plugins/org.jboss.ide.eclipse.freemarker.
by jbosstools-commits@lists.jboss.org
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
17 years, 4 months
JBoss Tools SVN: r12448 - trunk/common/tests/org.jboss.tools.common.verification.test/META-INF.
by jbosstools-commits@lists.jboss.org
Author: snjeza
Date: 2008-12-07 18:27:07 -0500 (Sun, 07 Dec 2008)
New Revision: 12448
Modified:
trunk/common/tests/org.jboss.tools.common.verification.test/META-INF/MANIFEST.MF
Log:
JBIDE-3321 Bad metadata for various features
Modified: trunk/common/tests/org.jboss.tools.common.verification.test/META-INF/MANIFEST.MF
===================================================================
--- trunk/common/tests/org.jboss.tools.common.verification.test/META-INF/MANIFEST.MF 2008-12-07 23:26:56 UTC (rev 12447)
+++ trunk/common/tests/org.jboss.tools.common.verification.test/META-INF/MANIFEST.MF 2008-12-07 23:27:07 UTC (rev 12448)
@@ -4,7 +4,7 @@
Bundle-SymbolicName: org.jboss.tools.common.verification.test;singleton:=true
Bundle-Version: 2.0.0
Bundle-ClassPath: common-verification-tests.jar
-Bundle-Vendor: Red Hat, Inc.
+Bundle-Vendor: JBoss, a division of Red Hat
Export-Package: org.jboss.tools.common.verification.test
Require-Bundle:
org.junit,
17 years, 4 months
JBoss Tools SVN: r12447 - trunk/vpe/tests/org.jboss.tools.vpe.jsp.test/META-INF.
by jbosstools-commits@lists.jboss.org
Author: snjeza
Date: 2008-12-07 18:26:56 -0500 (Sun, 07 Dec 2008)
New Revision: 12447
Modified:
trunk/vpe/tests/org.jboss.tools.vpe.jsp.test/META-INF/MANIFEST.MF
Log:
JBIDE-3321 Bad metadata for various features
Modified: trunk/vpe/tests/org.jboss.tools.vpe.jsp.test/META-INF/MANIFEST.MF
===================================================================
--- trunk/vpe/tests/org.jboss.tools.vpe.jsp.test/META-INF/MANIFEST.MF 2008-12-07 23:26:51 UTC (rev 12446)
+++ trunk/vpe/tests/org.jboss.tools.vpe.jsp.test/META-INF/MANIFEST.MF 2008-12-07 23:26:56 UTC (rev 12447)
@@ -18,3 +18,4 @@
Eclipse-LazyStart: true
Export-Package: org.jboss.tools.vpe.jsp.test
Bundle-ClassPath: jsp-tests.jar
+Bundle-Vendor: JBoss, a division of Red Hat
17 years, 4 months
JBoss Tools SVN: r12446 - trunk/jsf/tests/org.jboss.tools.jsf.test/META-INF.
by jbosstools-commits@lists.jboss.org
Author: snjeza
Date: 2008-12-07 18:26:51 -0500 (Sun, 07 Dec 2008)
New Revision: 12446
Modified:
trunk/jsf/tests/org.jboss.tools.jsf.test/META-INF/MANIFEST.MF
Log:
JBIDE-3321 Bad metadata for various features
Modified: trunk/jsf/tests/org.jboss.tools.jsf.test/META-INF/MANIFEST.MF
===================================================================
--- trunk/jsf/tests/org.jboss.tools.jsf.test/META-INF/MANIFEST.MF 2008-12-07 23:26:37 UTC (rev 12445)
+++ trunk/jsf/tests/org.jboss.tools.jsf.test/META-INF/MANIFEST.MF 2008-12-07 23:26:51 UTC (rev 12446)
@@ -5,7 +5,7 @@
Bundle-Version: 2.0.0
Bundle-ClassPath: jsf-tests.jar,
lib/xmlunit1.0.jar
-Bundle-Vendor: Red Hat, Inc.
+Bundle-Vendor: JBoss, a division of Red Hat
Export-Package: org.custommonkey.xmlunit,
org.jboss.tools.jsf.test
Require-Bundle:
17 years, 4 months
JBoss Tools SVN: r12445 - trunk/vpe/plugins/org.jboss.tools.vpe.jsp.
by jbosstools-commits@lists.jboss.org
Author: snjeza
Date: 2008-12-07 18:26:37 -0500 (Sun, 07 Dec 2008)
New Revision: 12445
Modified:
trunk/vpe/plugins/org.jboss.tools.vpe.jsp/plugin.properties
Log:
JBIDE-3321 Bad metadata for various features
Modified: trunk/vpe/plugins/org.jboss.tools.vpe.jsp/plugin.properties
===================================================================
--- trunk/vpe/plugins/org.jboss.tools.vpe.jsp/plugin.properties 2008-12-07 23:26:18 UTC (rev 12444)
+++ trunk/vpe/plugins/org.jboss.tools.vpe.jsp/plugin.properties 2008-12-07 23:26:37 UTC (rev 12445)
@@ -1,2 +1,2 @@
-providerName = Red Hat, Inc.
-pluginName = JSP support for JBoss Visual Page Editor Plug-in
\ No newline at end of file
+providerName = JBoss, a division of Red Hat
+pluginName =JSP support for JBoss Visual Page Editor Plug-in
\ No newline at end of file
17 years, 4 months
JBoss Tools SVN: r12444 - trunk/jst/plugins/org.jboss.tools.jst.jsp.
by jbosstools-commits@lists.jboss.org
Author: snjeza
Date: 2008-12-07 18:26:18 -0500 (Sun, 07 Dec 2008)
New Revision: 12444
Modified:
trunk/jst/plugins/org.jboss.tools.jst.jsp/plugin.properties
Log:
JBIDE-3321 Bad metadata for various features
Modified: trunk/jst/plugins/org.jboss.tools.jst.jsp/plugin.properties
===================================================================
--- trunk/jst/plugins/org.jboss.tools.jst.jsp/plugin.properties 2008-12-07 23:25:59 UTC (rev 12443)
+++ trunk/jst/plugins/org.jboss.tools.jst.jsp/plugin.properties 2008-12-07 23:26:18 UTC (rev 12444)
@@ -1,4 +1,4 @@
-providerName=Red Hat, Inc.
+providerName=JBoss, a division of Red Hat
jsp.page.name=JSP Syntax Colors
editors.jsp.name=JBoss Tools JSP Editor
editors.html.name=JBoss Tools HTML Editor
17 years, 4 months
JBoss Tools SVN: r12443 - trunk/common/tests/org.jboss.tools.common.el.core.test/META-INF.
by jbosstools-commits@lists.jboss.org
Author: snjeza
Date: 2008-12-07 18:25:59 -0500 (Sun, 07 Dec 2008)
New Revision: 12443
Modified:
trunk/common/tests/org.jboss.tools.common.el.core.test/META-INF/MANIFEST.MF
Log:
JBIDE-3321 Bad metadata for various features
Modified: trunk/common/tests/org.jboss.tools.common.el.core.test/META-INF/MANIFEST.MF
===================================================================
--- trunk/common/tests/org.jboss.tools.common.el.core.test/META-INF/MANIFEST.MF 2008-12-07 23:25:28 UTC (rev 12442)
+++ trunk/common/tests/org.jboss.tools.common.el.core.test/META-INF/MANIFEST.MF 2008-12-07 23:25:59 UTC (rev 12443)
@@ -4,7 +4,7 @@
Bundle-SymbolicName: org.jboss.tools.common.el.core.test;singleton:=true
Bundle-Version: 2.0.0
Bundle-ClassPath: common-el-tests.jar
-Bundle-Vendor: Red Hat, Inc.
+Bundle-Vendor: JBoss, a division of Red Hat
Export-Package: org.jboss.tools.common.el.core.test
Require-Bundle:
org.junit,
17 years, 4 months
JBoss Tools SVN: r12442 - trunk/common/plugins/org.jboss.tools.common.
by jbosstools-commits@lists.jboss.org
Author: snjeza
Date: 2008-12-07 18:25:28 -0500 (Sun, 07 Dec 2008)
New Revision: 12442
Modified:
trunk/common/plugins/org.jboss.tools.common/plugin.properties
Log:
JBIDE-3321 Bad metadata for various features
Modified: trunk/common/plugins/org.jboss.tools.common/plugin.properties
===================================================================
--- trunk/common/plugins/org.jboss.tools.common/plugin.properties 2008-12-07 23:25:12 UTC (rev 12441)
+++ trunk/common/plugins/org.jboss.tools.common/plugin.properties 2008-12-07 23:25:28 UTC (rev 12442)
@@ -1,4 +1,4 @@
-providerName=Red Hat, Inc.
+providerName=JBoss, a division of Red Hat
reportParameterName=reportDescription
reportingUrl=http://box.exadel.com/goto/bugreport.jsp
17 years, 4 months
JBoss Tools SVN: r12441 - trunk/seam/tests/org.jboss.tools.seam.ui.test/src/org/jboss/tools/seam/ui/test/wizard.
by jbosstools-commits@lists.jboss.org
Author: snjeza
Date: 2008-12-07 18:25:12 -0500 (Sun, 07 Dec 2008)
New Revision: 12441
Modified:
trunk/seam/tests/org.jboss.tools.seam.ui.test/src/org/jboss/tools/seam/ui/test/wizard/SeamProjectNewWizardTest.java
Log:
JBIDE-3321 Bad metadata for various features
Modified: trunk/seam/tests/org.jboss.tools.seam.ui.test/src/org/jboss/tools/seam/ui/test/wizard/SeamProjectNewWizardTest.java
===================================================================
--- trunk/seam/tests/org.jboss.tools.seam.ui.test/src/org/jboss/tools/seam/ui/test/wizard/SeamProjectNewWizardTest.java 2008-12-07 23:24:59 UTC (rev 12440)
+++ trunk/seam/tests/org.jboss.tools.seam.ui.test/src/org/jboss/tools/seam/ui/test/wizard/SeamProjectNewWizardTest.java 2008-12-07 23:25:12 UTC (rev 12441)
@@ -109,7 +109,7 @@
dialog.close();
}
- public static final String INIT_ERROR_MЕSSAGE = "System property ''{0}'' must be configured with -D to run these tests";
+ public static final String INIT_ERROR_MESSAGE = "System property ''{0}'' must be configured with -D to run these tests";
public static final String PROP_JBOSS_AS_4_2_HOME = "jbosstools.test.jboss.home.4.2";
public static final String JBOSS_AS_42_HOME_PATH;
public static final String PROP_SEAM_1_2_HOME_PATH = "jbosstools.test.seam.1.2.1.eap.home";
@@ -118,11 +118,11 @@
static {
SEAM_1_2_HOME_PATH = System.getProperty(PROP_SEAM_1_2_HOME_PATH);
if(SEAM_1_2_HOME_PATH == null) {
- throw new IllegalArgumentException(MessageFormat.format(INIT_ERROR_MЕSSAGE, PROP_SEAM_1_2_HOME_PATH));
+ throw new IllegalArgumentException(MessageFormat.format(INIT_ERROR_MESSAGE, PROP_SEAM_1_2_HOME_PATH));
}
JBOSS_AS_42_HOME_PATH = System.getProperty(PROP_JBOSS_AS_4_2_HOME);
if(JBOSS_AS_42_HOME_PATH == null) {
- throw new IllegalArgumentException(MessageFormat.format(INIT_ERROR_MЕSSAGE,PROP_JBOSS_AS_4_2_HOME));
+ throw new IllegalArgumentException(MessageFormat.format(INIT_ERROR_MESSAGE,PROP_JBOSS_AS_4_2_HOME));
}
}
17 years, 4 months