JBoss Tools SVN: r28946 - branches/jbosstools-3.2.x/runtime/plugins/org.jboss.tools.runtime.ui.
by jbosstools-commits@lists.jboss.org
Author: nickboldt
Date: 2011-02-02 20:14:49 -0500 (Wed, 02 Feb 2011)
New Revision: 28946
Added:
branches/jbosstools-3.2.x/runtime/plugins/org.jboss.tools.runtime.ui/about.html
branches/jbosstools-3.2.x/runtime/plugins/org.jboss.tools.runtime.ui/about.ini
branches/jbosstools-3.2.x/runtime/plugins/org.jboss.tools.runtime.ui/about.mappings
branches/jbosstools-3.2.x/runtime/plugins/org.jboss.tools.runtime.ui/about.properties
branches/jbosstools-3.2.x/runtime/plugins/org.jboss.tools.runtime.ui/jboss_about.png
Modified:
branches/jbosstools-3.2.x/runtime/plugins/org.jboss.tools.runtime.ui/build.properties
branches/jbosstools-3.2.x/runtime/plugins/org.jboss.tools.runtime.ui/plugin.properties
Log:
JBIDE-8311 fix legal info, add missing files
Added: branches/jbosstools-3.2.x/runtime/plugins/org.jboss.tools.runtime.ui/about.html
===================================================================
--- branches/jbosstools-3.2.x/runtime/plugins/org.jboss.tools.runtime.ui/about.html (rev 0)
+++ branches/jbosstools-3.2.x/runtime/plugins/org.jboss.tools.runtime.ui/about.html 2011-02-03 01:14:49 UTC (rev 28946)
@@ -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: branches/jbosstools-3.2.x/runtime/plugins/org.jboss.tools.runtime.ui/about.ini
===================================================================
--- branches/jbosstools-3.2.x/runtime/plugins/org.jboss.tools.runtime.ui/about.ini (rev 0)
+++ branches/jbosstools-3.2.x/runtime/plugins/org.jboss.tools.runtime.ui/about.ini 2011-02-03 01:14:49 UTC (rev 28946)
@@ -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: branches/jbosstools-3.2.x/runtime/plugins/org.jboss.tools.runtime.ui/about.mappings
===================================================================
--- branches/jbosstools-3.2.x/runtime/plugins/org.jboss.tools.runtime.ui/about.mappings (rev 0)
+++ branches/jbosstools-3.2.x/runtime/plugins/org.jboss.tools.runtime.ui/about.mappings 2011-02-03 01:14:49 UTC (rev 28946)
@@ -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: branches/jbosstools-3.2.x/runtime/plugins/org.jboss.tools.runtime.ui/about.properties
===================================================================
--- branches/jbosstools-3.2.x/runtime/plugins/org.jboss.tools.runtime.ui/about.properties (rev 0)
+++ branches/jbosstools-3.2.x/runtime/plugins/org.jboss.tools.runtime.ui/about.properties 2011-02-03 01:14:49 UTC (rev 28946)
@@ -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: branches/jbosstools-3.2.x/runtime/plugins/org.jboss.tools.runtime.ui/build.properties
===================================================================
--- branches/jbosstools-3.2.x/runtime/plugins/org.jboss.tools.runtime.ui/build.properties 2011-02-02 22:28:06 UTC (rev 28945)
+++ branches/jbosstools-3.2.x/runtime/plugins/org.jboss.tools.runtime.ui/build.properties 2011-02-03 01:14:49 UTC (rev 28946)
@@ -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: branches/jbosstools-3.2.x/runtime/plugins/org.jboss.tools.runtime.ui/jboss_about.png
===================================================================
--- branches/jbosstools-3.2.x/runtime/plugins/org.jboss.tools.runtime.ui/jboss_about.png (rev 0)
+++ branches/jbosstools-3.2.x/runtime/plugins/org.jboss.tools.runtime.ui/jboss_about.png 2011-02-03 01:14:49 UTC (rev 28946)
@@ -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: branches/jbosstools-3.2.x/runtime/plugins/org.jboss.tools.runtime.ui/plugin.properties
===================================================================
--- branches/jbosstools-3.2.x/runtime/plugins/org.jboss.tools.runtime.ui/plugin.properties 2011-02-02 22:28:06 UTC (rev 28945)
+++ branches/jbosstools-3.2.x/runtime/plugins/org.jboss.tools.runtime.ui/plugin.properties 2011-02-03 01:14:49 UTC (rev 28946)
@@ -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
13 years, 11 months
JBoss Tools SVN: r28945 - trunk/jsf/docs/userguide/en-US.
by jbosstools-commits@lists.jboss.org
Author: mcaspers
Date: 2011-02-02 17:28:06 -0500 (Wed, 02 Feb 2011)
New Revision: 28945
Modified:
trunk/jsf/docs/userguide/en-US/Book_Info.xml
Log:
General Documentation Updates
Modified: trunk/jsf/docs/userguide/en-US/Book_Info.xml
===================================================================
--- trunk/jsf/docs/userguide/en-US/Book_Info.xml 2011-02-02 22:26:38 UTC (rev 28944)
+++ trunk/jsf/docs/userguide/en-US/Book_Info.xml 2011-02-02 22:28:06 UTC (rev 28945)
@@ -7,7 +7,7 @@
<productname>JBoss Developer Studio</productname>
<productnumber>4.0</productnumber>
<edition>4.0.0</edition>
- <pubsnumber>9</pubsnumber>
+ <pubsnumber>10</pubsnumber>
<abstract>
<para>The Visual Web Tools Reference Guide explains extensive collection of specialized wizards, editors and views that can be used in various scenarios while developing Web applications.</para>
</abstract>
13 years, 11 months
JBoss Tools SVN: r28944 - trunk/jsf/docs/jsf_tools_tutorial/en-US.
by jbosstools-commits@lists.jboss.org
Author: mcaspers
Date: 2011-02-02 17:26:38 -0500 (Wed, 02 Feb 2011)
New Revision: 28944
Modified:
trunk/jsf/docs/jsf_tools_tutorial/en-US/Book_Info.xml
Log:
General Documentation Updates
Modified: trunk/jsf/docs/jsf_tools_tutorial/en-US/Book_Info.xml
===================================================================
--- trunk/jsf/docs/jsf_tools_tutorial/en-US/Book_Info.xml 2011-02-02 22:26:19 UTC (rev 28943)
+++ trunk/jsf/docs/jsf_tools_tutorial/en-US/Book_Info.xml 2011-02-02 22:26:38 UTC (rev 28944)
@@ -7,7 +7,7 @@
<productname>JBoss Developer Studio</productname>
<productnumber>4.0</productnumber>
<edition>4.0.0</edition>
- <pubsnumber>5</pubsnumber>
+ <pubsnumber>6</pubsnumber>
<abstract>
<para>The JSF Tools Tutorial explains how to use the JSF Tools module to create a simple JSF application.</para>
</abstract>
13 years, 11 months
JBoss Tools SVN: r28943 - trunk/hibernatetools/docs/reference/en-US.
by jbosstools-commits@lists.jboss.org
Author: mcaspers
Date: 2011-02-02 17:26:19 -0500 (Wed, 02 Feb 2011)
New Revision: 28943
Modified:
trunk/hibernatetools/docs/reference/en-US/Book_Info.xml
Log:
General Documentation Updates
Modified: trunk/hibernatetools/docs/reference/en-US/Book_Info.xml
===================================================================
--- trunk/hibernatetools/docs/reference/en-US/Book_Info.xml 2011-02-02 22:25:45 UTC (rev 28942)
+++ trunk/hibernatetools/docs/reference/en-US/Book_Info.xml 2011-02-02 22:26:19 UTC (rev 28943)
@@ -7,7 +7,7 @@
<productname>JBoss Developer Studio</productname>
<productnumber>4.0</productnumber>
<edition>4.0.0</edition>
- <pubsnumber>12</pubsnumber>
+ <pubsnumber>13</pubsnumber>
<abstract>
<para>
The Hibernate Tools Reference Guide explains how to use the Hibernate Tools to perform reverse engineering, code generation, visualization and interaction with Hibernate.
13 years, 11 months
JBoss Tools SVN: r28942 - trunk/esb/docs/esb_ref_guide/en-US.
by jbosstools-commits@lists.jboss.org
Author: mcaspers
Date: 2011-02-02 17:25:45 -0500 (Wed, 02 Feb 2011)
New Revision: 28942
Modified:
trunk/esb/docs/esb_ref_guide/en-US/Book_Info.xml
Log:
General Documentation Updates
Modified: trunk/esb/docs/esb_ref_guide/en-US/Book_Info.xml
===================================================================
--- trunk/esb/docs/esb_ref_guide/en-US/Book_Info.xml 2011-02-02 22:25:10 UTC (rev 28941)
+++ trunk/esb/docs/esb_ref_guide/en-US/Book_Info.xml 2011-02-02 22:25:45 UTC (rev 28942)
@@ -7,7 +7,7 @@
<productname>JBoss Developer Studio</productname>
<productnumber>4.0</productnumber>
<edition>4.0.0</edition>
- <pubsnumber>6</pubsnumber>
+ <pubsnumber>7</pubsnumber>
<abstract>
<para>The ESB Tools Reference Guide explains how to use the ESB Tools to create ESB files quickly and with precision.</para>
</abstract>
13 years, 11 months
JBoss Tools SVN: r28941 - trunk/deltacloud/docs/Cloud_Tools_Reference_Guide/en-US.
by jbosstools-commits@lists.jboss.org
Author: mcaspers
Date: 2011-02-02 17:25:10 -0500 (Wed, 02 Feb 2011)
New Revision: 28941
Modified:
trunk/deltacloud/docs/Cloud_Tools_Reference_Guide/en-US/Book_Info.xml
Log:
General Documentation Updates
Modified: trunk/deltacloud/docs/Cloud_Tools_Reference_Guide/en-US/Book_Info.xml
===================================================================
--- trunk/deltacloud/docs/Cloud_Tools_Reference_Guide/en-US/Book_Info.xml 2011-02-02 21:40:38 UTC (rev 28940)
+++ trunk/deltacloud/docs/Cloud_Tools_Reference_Guide/en-US/Book_Info.xml 2011-02-02 22:25:10 UTC (rev 28941)
@@ -9,7 +9,7 @@
<productname>JBoss Developer Studio</productname>
<productnumber>4.0</productnumber>
<edition>1</edition>
- <pubsnumber>9</pubsnumber>
+ <pubsnumber>10</pubsnumber>
<abstract>
<para>
The Cloud Tools Reference Guide provides documentation of the tools used to interact with your cloud computing instances, including the Deltacloud API.
13 years, 11 months
JBoss Tools SVN: r28940 - branches/jbosstools-3.2.x/as/plugins/org.jboss.ide.eclipse.as.core/jbosscore/org/jboss/ide/eclipse/as/core/publishers.
by jbosstools-commits@lists.jboss.org
Author: rob.stryker(a)jboss.com
Date: 2011-02-02 16:40:38 -0500 (Wed, 02 Feb 2011)
New Revision: 28940
Modified:
branches/jbosstools-3.2.x/as/plugins/org.jboss.ide.eclipse.as.core/jbosscore/org/jboss/ide/eclipse/as/core/publishers/AbstractPublishMethod.java
Log:
JBIDE-8312 branch cr2
Modified: branches/jbosstools-3.2.x/as/plugins/org.jboss.ide.eclipse.as.core/jbosscore/org/jboss/ide/eclipse/as/core/publishers/AbstractPublishMethod.java
===================================================================
--- branches/jbosstools-3.2.x/as/plugins/org.jboss.ide.eclipse.as.core/jbosscore/org/jboss/ide/eclipse/as/core/publishers/AbstractPublishMethod.java 2011-02-02 21:33:30 UTC (rev 28939)
+++ branches/jbosstools-3.2.x/as/plugins/org.jboss.ide.eclipse.as.core/jbosscore/org/jboss/ide/eclipse/as/core/publishers/AbstractPublishMethod.java 2011-02-02 21:40:38 UTC (rev 28940)
@@ -78,7 +78,7 @@
this,
behaviour.getServer(), module,
publishType, deltas, monitor);
- if( result != null && result.isOK())
+ if( result != null )
ServerLogger.getDefault().log(behaviour.getServer(), result);
} catch( CoreException ce) {
// Let the user know
13 years, 11 months
JBoss Tools SVN: r28939 - trunk/as/plugins/org.jboss.ide.eclipse.as.core/jbosscore/org/jboss/ide/eclipse/as/core/publishers.
by jbosstools-commits@lists.jboss.org
Author: rob.stryker(a)jboss.com
Date: 2011-02-02 16:33:30 -0500 (Wed, 02 Feb 2011)
New Revision: 28939
Modified:
trunk/as/plugins/org.jboss.ide.eclipse.as.core/jbosscore/org/jboss/ide/eclipse/as/core/publishers/AbstractPublishMethod.java
Log:
JBIDE-8312 - trunk
Modified: trunk/as/plugins/org.jboss.ide.eclipse.as.core/jbosscore/org/jboss/ide/eclipse/as/core/publishers/AbstractPublishMethod.java
===================================================================
--- trunk/as/plugins/org.jboss.ide.eclipse.as.core/jbosscore/org/jboss/ide/eclipse/as/core/publishers/AbstractPublishMethod.java 2011-02-02 20:59:04 UTC (rev 28938)
+++ trunk/as/plugins/org.jboss.ide.eclipse.as.core/jbosscore/org/jboss/ide/eclipse/as/core/publishers/AbstractPublishMethod.java 2011-02-02 21:33:30 UTC (rev 28939)
@@ -78,7 +78,7 @@
this,
behaviour.getServer(), module,
publishType, deltas, monitor);
- if( result != null && result.isOK())
+ if( result != null )
ServerLogger.getDefault().log(behaviour.getServer(), result);
} catch( CoreException ce) {
// Let the user know
13 years, 11 months
JBoss Tools SVN: r28938 - branches/jbosstools-3.2.x/modeshape/plugins/org.jboss.tools.modeshape.rest.
by jbosstools-commits@lists.jboss.org
Author: elvisisking
Date: 2011-02-02 15:59:04 -0500 (Wed, 02 Feb 2011)
New Revision: 28938
Modified:
branches/jbosstools-3.2.x/modeshape/plugins/org.jboss.tools.modeshape.rest/modeshape-client.jar
Log:
JBIDE-8055 bump soap requirements used by JBT tests, Modeshape and JBDS uberbuild to ER9 release. Teiid Designer and JBT ModeShape Tools trunk and CR2 have been updated with the ER9 ModeShape jars.
Modified: branches/jbosstools-3.2.x/modeshape/plugins/org.jboss.tools.modeshape.rest/modeshape-client.jar
===================================================================
(Binary files differ)
13 years, 11 months
JBoss Tools SVN: r28937 - trunk/modeshape/plugins/org.jboss.tools.modeshape.rest.
by jbosstools-commits@lists.jboss.org
Author: elvisisking
Date: 2011-02-02 15:42:08 -0500 (Wed, 02 Feb 2011)
New Revision: 28937
Modified:
trunk/modeshape/plugins/org.jboss.tools.modeshape.rest/modeshape-client.jar
Log:
JBIDE-8055 bump soap requirements used by JBT tests, Modeshape and JBDS uberbuild to ER9 release. Updated the 4 jars to ModeShape ER9.
Modified: trunk/modeshape/plugins/org.jboss.tools.modeshape.rest/modeshape-client.jar
===================================================================
(Binary files differ)
13 years, 11 months