JBoss Tools SVN: r25222 - trunk/common/plugins/org.jboss.tools.common.model/src/org/jboss/tools/common/model/filesystems/impl.
by jbosstools-commits@lists.jboss.org
Author: scabanovich
Date: 2010-09-27 06:51:48 -0400 (Mon, 27 Sep 2010)
New Revision: 25222
Modified:
trunk/common/plugins/org.jboss.tools.common.model/src/org/jboss/tools/common/model/filesystems/impl/Libs.java
Log:
JBIDE-7148
https://jira.jboss.org/browse/JBIDE-7148
Modified: trunk/common/plugins/org.jboss.tools.common.model/src/org/jboss/tools/common/model/filesystems/impl/Libs.java
===================================================================
--- trunk/common/plugins/org.jboss.tools.common.model/src/org/jboss/tools/common/model/filesystems/impl/Libs.java 2010-09-27 09:45:12 UTC (rev 25221)
+++ trunk/common/plugins/org.jboss.tools.common.model/src/org/jboss/tools/common/model/filesystems/impl/Libs.java 2010-09-27 10:51:48 UTC (rev 25222)
@@ -102,7 +102,7 @@
Set<XModelObject> fss = new HashSet<XModelObject>();
for (int i = 0; i < fs.length; i++) fss.add(fs[i]);
- for (int i = 0; i < paths.size(); i++) {
+ if(paths != null) for (int i = 0; i < paths.size(); i++) {
String path = paths.get(i);
if(!EclipseResourceUtil.isJar(path)) continue;
String fileName = new File(path).getName();
15 years, 6 months
JBoss Tools SVN: r25221 - branches/jbosstools-3.2.0.Beta1/documentation/whatsnew/as.
by jbosstools-commits@lists.jboss.org
Author: rob.stryker(a)jboss.com
Date: 2010-09-27 05:45:12 -0400 (Mon, 27 Sep 2010)
New Revision: 25221
Added:
branches/jbosstools-3.2.0.Beta1/documentation/whatsnew/as/as-news-3.2.0.Beta1.html
Log:
JBIDE-7132 branch beta1 n&n
Added: branches/jbosstools-3.2.0.Beta1/documentation/whatsnew/as/as-news-3.2.0.Beta1.html
===================================================================
--- branches/jbosstools-3.2.0.Beta1/documentation/whatsnew/as/as-news-3.2.0.Beta1.html (rev 0)
+++ branches/jbosstools-3.2.0.Beta1/documentation/whatsnew/as/as-news-3.2.0.Beta1.html 2010-09-27 09:45:12 UTC (rev 25221)
@@ -0,0 +1,77 @@
+<html>
+
+<head>
+<link rel="stylesheet" href="../whatsnew.css">
+<title>JBoss AS Tools 3.2.0.Beta1 News</title>
+</head>
+
+<body>
+
+<h1>JBoss AS Tools 3.2.0.Beta1 - New and Noteworthy</h1>
+
+ <p align="right"><a href="../index.html">< Main Index</a> <a href="../hibernate/hibernate-news-3.4.0.Beta1.html">Hibernate Tools ></a></p>
+
+<table border="0" cellpadding="10" cellspacing="0" width="80%">
+
+ <tr>
+ <td colspan="2">
+ <hr/>
+ <h3>Server</h3>
+ <hr/>
+ </td>
+ </tr>
+
+ <tr>
+ <td valign="top" align="left">
+ <p align="right">
+ <b>Remote System Support Improvements</b></td>
+ <td valign="top" width="90%">
+ <p>
+ Remote system support has been improved. Before and after publishes,
+ the remote system will now suspend its deployment scanner to make sure
+ that the full deployment is published before the server tries to
+ register it. Also, a page to customize start and stop commands
+ has been added to the launch configuration.
+ </p>
+ <p></p>
+ <p><small>
+ <a href="https://jira.jboss.org/jira/browse/JBIDE-7121">remote UI launch</a><br/>
+ <a href="https://jira.jboss.org/jira/browse/JBIDE-6900">remote start / stop </a><br/>
+ <a href="https://jira.jboss.org/jira/browse/JBIDE-7065">deployment scanner for RSE</a><br/>
+ </small></p>
+ </td>
+ </tr>
+
+ <tr>
+ <td colspan="2">
+ <hr/>
+ </td>
+ </tr>
+
+ <tr>
+ <td valign="top" align="left">
+ <p align="right">
+ <b>Web Startup / Shutdown Poller added</b></td>
+ <td valign="top">
+ <p> A new poller has been added. This poller scans the web port for a response.
+ It is a simpler poller which does not require JMX to be installed and running,
+ and is now the default poller for all newly-created servers.</p>
+ <p></p>
+ <p><small><a href="https://jira.jboss.org/jira/browse/JBIDE-6973">Web Poller Creation</a><br/>
+ <a href="https://jira.jboss.org/jira/browse/JBIDE-7118">Default to Web Poller</a></small></p>
+ </td>
+ </tr>
+
+ <tr>
+ <td colspan="2">
+ <hr/>
+ </td>
+ </tr>
+
+</table>
+
+</body>
+
+</html>
+
+
15 years, 6 months
JBoss Tools SVN: r25220 - trunk/examples/plugins/org.jboss.tools.project.examples.
by jbosstools-commits@lists.jboss.org
Author: snjeza
Date: 2010-09-27 05:08:19 -0400 (Mon, 27 Sep 2010)
New Revision: 25220
Modified:
trunk/examples/plugins/org.jboss.tools.project.examples/plugin.properties
trunk/examples/plugins/org.jboss.tools.project.examples/plugin.xml
Log:
JBIDE-7095 org.jboss.tools.community.project.examples plug-in registers url in SVN - should point to http://download.jboss.org/jbosstools/examples
Modified: trunk/examples/plugins/org.jboss.tools.project.examples/plugin.properties
===================================================================
--- trunk/examples/plugins/org.jboss.tools.project.examples/plugin.properties 2010-09-27 08:34:36 UTC (rev 25219)
+++ trunk/examples/plugins/org.jboss.tools.project.examples/plugin.properties 2010-09-27 09:08:19 UTC (rev 25220)
@@ -6,4 +6,4 @@
Project_Examples_command =Project Examples...
ProjectExamples=Project Examples file
Project_Examples = Project Examples
-JBoss_Tools_31_Community_Examples = JBoss Tools 3.1 Community Examples
\ No newline at end of file
+JBoss_Tools_32_Community_Examples = JBoss Tools 3.2 Community Examples
\ No newline at end of file
Modified: trunk/examples/plugins/org.jboss.tools.project.examples/plugin.xml
===================================================================
--- trunk/examples/plugins/org.jboss.tools.project.examples/plugin.xml 2010-09-27 08:34:36 UTC (rev 25219)
+++ trunk/examples/plugins/org.jboss.tools.project.examples/plugin.xml 2010-09-27 09:08:19 UTC (rev 25220)
@@ -70,7 +70,7 @@
<extension
point="org.jboss.tools.project.examples.projectExamplesXml"
- name="%JBoss_Tools_31_Community_Examples">
+ name="%JBoss_Tools_32_Community_Examples">
<url>http://download.jboss.org/jbosstools/examples/project-examples-3.2.xml</url>
<experimental>false</experimental>
</extension>
15 years, 6 months
JBoss Tools SVN: r25219 - trunk/usage/plugins/org.jboss.tools.usage/src/org/jboss/tools/usage/internal.
by jbosstools-commits@lists.jboss.org
Author: adietish
Date: 2010-09-27 04:34:36 -0400 (Mon, 27 Sep 2010)
New Revision: 25219
Modified:
trunk/usage/plugins/org.jboss.tools.usage/src/org/jboss/tools/usage/internal/JBDSConstants.java
Log:
[JBDS-1339] fixed product identifier
Modified: trunk/usage/plugins/org.jboss.tools.usage/src/org/jboss/tools/usage/internal/JBDSConstants.java
===================================================================
--- trunk/usage/plugins/org.jboss.tools.usage/src/org/jboss/tools/usage/internal/JBDSConstants.java 2010-09-27 08:19:13 UTC (rev 25218)
+++ trunk/usage/plugins/org.jboss.tools.usage/src/org/jboss/tools/usage/internal/JBDSConstants.java 2010-09-27 08:34:36 UTC (rev 25219)
@@ -15,5 +15,5 @@
public static final String JBDS_MESSAGEKEY_SUFFIX = "_JBDS";
/** the JBDS product feature id */
- public static final String JBDS_PRODUCT_ID = "com.jboss.jbds.product.feature";
+ public static final String JBDS_PRODUCT_ID = "com.jboss.jbds.product.product";
}
15 years, 6 months
JBoss Tools SVN: r25218 - trunk/documentation/whatsnew/as.
by jbosstools-commits@lists.jboss.org
Author: rob.stryker(a)jboss.com
Date: 2010-09-27 04:19:13 -0400 (Mon, 27 Sep 2010)
New Revision: 25218
Added:
trunk/documentation/whatsnew/as/as-news-3.2.0.Beta1.html
Modified:
trunk/documentation/whatsnew/as/as-news-3.2.0.M2.html
Log:
JBIDE-7132 trunk new and noteworthy for beta1
Added: trunk/documentation/whatsnew/as/as-news-3.2.0.Beta1.html
===================================================================
--- trunk/documentation/whatsnew/as/as-news-3.2.0.Beta1.html (rev 0)
+++ trunk/documentation/whatsnew/as/as-news-3.2.0.Beta1.html 2010-09-27 08:19:13 UTC (rev 25218)
@@ -0,0 +1,77 @@
+<html>
+
+<head>
+<link rel="stylesheet" href="../whatsnew.css">
+<title>JBoss AS Tools 3.2.0.Beta1 News</title>
+</head>
+
+<body>
+
+<h1>JBoss AS Tools 3.2.0.Beta1 - New and Noteworthy</h1>
+
+ <p align="right"><a href="../index.html">< Main Index</a> <a href="../hibernate/hibernate-news-3.4.0.Beta1.html">Hibernate Tools ></a></p>
+
+<table border="0" cellpadding="10" cellspacing="0" width="80%">
+
+ <tr>
+ <td colspan="2">
+ <hr/>
+ <h3>Server</h3>
+ <hr/>
+ </td>
+ </tr>
+
+ <tr>
+ <td valign="top" align="left">
+ <p align="right">
+ <b>Remote System Support Improvements</b></td>
+ <td valign="top" width="90%">
+ <p>
+ Remote system support has been improved. Before and after publishes,
+ the remote system will now suspend its deployment scanner to make sure
+ that the full deployment is published before the server tries to
+ register it. Also, a page to customize start and stop commands
+ has been added to the launch configuration.
+ </p>
+ <p></p>
+ <p><small>
+ <a href="https://jira.jboss.org/jira/browse/JBIDE-7121">remote UI launch</a><br/>
+ <a href="https://jira.jboss.org/jira/browse/JBIDE-6900">remote start / stop </a><br/>
+ <a href="https://jira.jboss.org/jira/browse/JBIDE-7065">deployment scanner for RSE</a><br/>
+ </small></p>
+ </td>
+ </tr>
+
+ <tr>
+ <td colspan="2">
+ <hr/>
+ </td>
+ </tr>
+
+ <tr>
+ <td valign="top" align="left">
+ <p align="right">
+ <b>Web Startup / Shutdown Poller added</b></td>
+ <td valign="top">
+ <p> A new poller has been added. This poller scans the web port for a response.
+ It is a simpler poller which does not require JMX to be installed and running,
+ and is now the default poller for all newly-created servers.</p>
+ <p></p>
+ <p><small><a href="https://jira.jboss.org/jira/browse/JBIDE-6973">Web Poller Creation</a><br/>
+ <a href="https://jira.jboss.org/jira/browse/JBIDE-7118">Default to Web Poller</a></small></p>
+ </td>
+ </tr>
+
+ <tr>
+ <td colspan="2">
+ <hr/>
+ </td>
+ </tr>
+
+</table>
+
+</body>
+
+</html>
+
+
Modified: trunk/documentation/whatsnew/as/as-news-3.2.0.M2.html
===================================================================
--- trunk/documentation/whatsnew/as/as-news-3.2.0.M2.html 2010-09-27 08:09:34 UTC (rev 25217)
+++ trunk/documentation/whatsnew/as/as-news-3.2.0.M2.html 2010-09-27 08:19:13 UTC (rev 25218)
@@ -2,12 +2,12 @@
<head>
<link rel="stylesheet" href="../whatsnew.css">
-<title>JBoss AS Tools 2.2.0.M2 News</title>
+<title>JBoss AS Tools 3.2.0.M2 News</title>
</head>
<body>
-<h1>JBoss AS Tools 2.2.0.M2 - New and Noteworthy</h1>
+<h1>JBoss AS Tools 3.2.0.M2 - New and Noteworthy</h1>
<p align="right"><a href="../index.html">< Main Index</a> <a href="../hibernate/hibernate-news-3.4.0.M2.html">Hibernate Tools ></a></p>
15 years, 6 months
JBoss Tools SVN: r25217 - trunk/documentation/whatsnew/images.
by jbosstools-commits@lists.jboss.org
Author: adietish
Date: 2010-09-27 04:09:34 -0400 (Mon, 27 Sep 2010)
New Revision: 25217
Added:
trunk/documentation/whatsnew/images/reports-jboss-tools-version.png
trunk/documentation/whatsnew/images/reports-jdk-version.png
Log:
[JBIDE-7125] N&N for 3.2.0.Beta1 created
Added: trunk/documentation/whatsnew/images/reports-jboss-tools-version.png
===================================================================
(Binary files differ)
Property changes on: trunk/documentation/whatsnew/images/reports-jboss-tools-version.png
___________________________________________________________________
Name: svn:mime-type
+ application/octet-stream
Added: trunk/documentation/whatsnew/images/reports-jdk-version.png
===================================================================
(Binary files differ)
Property changes on: trunk/documentation/whatsnew/images/reports-jdk-version.png
___________________________________________________________________
Name: svn:mime-type
+ application/octet-stream
15 years, 6 months
JBoss Tools SVN: r25216 - trunk/documentation/whatsnew/usage.
by jbosstools-commits@lists.jboss.org
Author: adietish
Date: 2010-09-27 04:08:41 -0400 (Mon, 27 Sep 2010)
New Revision: 25216
Added:
trunk/documentation/whatsnew/usage/usage-news-3.2.0.Beta1.html
Log:
[JBIDE-7125] N&N for 3.2.0.Beta1 created
Added: trunk/documentation/whatsnew/usage/usage-news-3.2.0.Beta1.html
===================================================================
--- trunk/documentation/whatsnew/usage/usage-news-3.2.0.Beta1.html (rev 0)
+++ trunk/documentation/whatsnew/usage/usage-news-3.2.0.Beta1.html 2010-09-27 08:08:41 UTC (rev 25216)
@@ -0,0 +1,61 @@
+<!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-Language" content="en-us" />
+<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1" />
+<link rel="stylesheet" href="../whatsnew.css" />
+<title>What's New Usage Reporting 3.2.0.M2</title>
+</head>
+<body>
+<h1>What's New Usage Reporting 3.2.0.Beta1</h1>
+
+<p align="right">
+<a href="../index.html">< Main Index</a> <a
+href="../as/as-news-3.2.0.M2.html">AS Tools</a></p>
+<table border="0" cellpadding="10" cellspacing="0" width="80%">
+ <tr>
+ <td colspan="2">
+ <hr />
+ <h3>General</h3>
+ <hr />
+ </td>
+ </tr>
+ <tr>
+ <td valign="top" align="left"><a name="itemname3" id="itemname3"></a><b>Usage Reporting</b></td>
+ <td valign="top">
+ <p>We fixed some minor bugs and improved in the following areas:</p>
+
+ <p>
+ Usage Reporting now reports the JBoss Tools version. We use the version of the usage reporting plugin for this purpose.
+ The version is added to the URL
+ </p>
+ <p><img src="../images/reports-jboss-tools-version.png"></img></p>
+ <p><small><a href="https://jira.jboss.org/browse/JBIDE-7041">Related Jira</a></small></p>
+
+ <p>
+ Usage Reporting may now be disabled for tests: <strong>-Dusage_reporting_enabled=false</strong>
+ </p>
+ <p><small><a href="https://jira.jboss.org/browse/JBIDE-6953">Related Jira</a></small></p>
+
+ <p>
+ Usage Reporting now reports the JDK that's being used.
+ </p>
+ <p><img src="../images/reports-jdk-version.png"></img></p>
+ <p><small><a href="https://jira.jboss.org/browse/JBIDE-7034">Related Jira</a></small></p>
+
+ <p>
+ Usage Reporting may now be globally disabled with a properties file on our servers.
+ </p>
+ <p><small><a href="https://jira.jboss.org/browse/JBIDE-6880">Related Jira</a></small></p>
+
+ <p>
+ Usage Reporting did not report AS and other JBoss Tools components that did not have a proper package naming ("org.jboss.tools.XXX")
+ </p>
+ <p><small><a href="https://jira.jboss.org/browse/JBIDE-7082">Related Jira</a></small></p>
+ </td>
+ </tr>
+
+</table>
+</body>
+</html>
Property changes on: trunk/documentation/whatsnew/usage/usage-news-3.2.0.Beta1.html
___________________________________________________________________
Name: svn:mime-type
+ text/plain
15 years, 6 months
JBoss Tools SVN: r25215 - trunk/documentation/whatsnew/gwt.
by jbosstools-commits@lists.jboss.org
Author: adietish
Date: 2010-09-27 03:32:41 -0400 (Mon, 27 Sep 2010)
New Revision: 25215
Modified:
trunk/documentation/whatsnew/gwt/gwt-news-1.0.0.Beta1.html
Log:
[JBIDE-7127] N&N for 3.2.0.Beta1 created
Modified: trunk/documentation/whatsnew/gwt/gwt-news-1.0.0.Beta1.html
===================================================================
--- trunk/documentation/whatsnew/gwt/gwt-news-1.0.0.Beta1.html 2010-09-27 07:14:30 UTC (rev 25214)
+++ trunk/documentation/whatsnew/gwt/gwt-news-1.0.0.Beta1.html 2010-09-27 07:32:41 UTC (rev 25215)
@@ -21,7 +21,7 @@
</td>
</tr>
<tr>
- <td valign="top" align="left"><a name="itemname3" id="itemname3"></a><b>GWT Integration</b></td>
+ <td valign="top" align="left"><a name="itemname3" id="itemname3"></a><b>GWT Designer Support</b></td>
<td valign="top">
<p>You can now edit your GWT pages with the Google GWT Designer. All you have to do is install the GWT Designer. Any project we create with our WTP facet is ready to be edited with this great WYSIWYG editor.</p>
<p><img src="../images/invoke-gwt-designer.jpg" /></p>
15 years, 6 months
JBoss Tools SVN: r25214 - trunk/documentation/whatsnew/images.
by jbosstools-commits@lists.jboss.org
Author: adietish
Date: 2010-09-27 03:14:30 -0400 (Mon, 27 Sep 2010)
New Revision: 25214
Added:
trunk/documentation/whatsnew/images/gwt-designer-in-action.jpg
trunk/documentation/whatsnew/images/invoke-gwt-designer.jpg
Log:
[JBIDE-7127] N&N for 3.2.0.Beta1 created
Added: trunk/documentation/whatsnew/images/gwt-designer-in-action.jpg
===================================================================
(Binary files differ)
Property changes on: trunk/documentation/whatsnew/images/gwt-designer-in-action.jpg
___________________________________________________________________
Name: svn:mime-type
+ application/octet-stream
Added: trunk/documentation/whatsnew/images/invoke-gwt-designer.jpg
===================================================================
(Binary files differ)
Property changes on: trunk/documentation/whatsnew/images/invoke-gwt-designer.jpg
___________________________________________________________________
Name: svn:mime-type
+ application/octet-stream
15 years, 6 months
JBoss Tools SVN: r25213 - trunk/documentation/whatsnew/gwt.
by jbosstools-commits@lists.jboss.org
Author: adietish
Date: 2010-09-27 03:13:41 -0400 (Mon, 27 Sep 2010)
New Revision: 25213
Added:
trunk/documentation/whatsnew/gwt/gwt-news-1.0.0.Beta1.html
Log:
[JBIDE-7127] N&N for 3.2.0.Beta1 created
Added: trunk/documentation/whatsnew/gwt/gwt-news-1.0.0.Beta1.html
===================================================================
--- trunk/documentation/whatsnew/gwt/gwt-news-1.0.0.Beta1.html (rev 0)
+++ trunk/documentation/whatsnew/gwt/gwt-news-1.0.0.Beta1.html 2010-09-27 07:13:41 UTC (rev 25213)
@@ -0,0 +1,38 @@
+<?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-Language" content="en-us" />
+<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1" />
+<link rel="stylesheet" href="../whatsnew.css" />
+<title>GWT Integration 1.0.0.M2 What's New</title>
+</head>
+<body>
+<h1>GWT Integration 1.0.0.Beta1 What's New</h1>
+
+<p align="right"><a href="../index.html">< Main Index</a> <a href="../teiid/teiid-news-7.1.0.M2.html">Teiid Designer ></a></p>
+<table border="0" cellpadding="10" cellspacing="0" width="80%">
+ <tr>
+ <td colspan="2">
+ <hr />
+ <h3>General</h3>
+ <hr />
+ </td>
+ </tr>
+ <tr>
+ <td valign="top" align="left"><a name="itemname3" id="itemname3"></a><b>GWT Integration</b></td>
+ <td valign="top">
+ <p>You can now edit your GWT pages with the Google GWT Designer. All you have to do is install the GWT Designer. Any project we create with our WTP facet is ready to be edited with this great WYSIWYG editor.</p>
+ <p><img src="../images/invoke-gwt-designer.jpg" /></p>
+ <p><img src="../images/gwt-designer-in-action.jpg" /></p>
+ <p><small><a href="https://jira.jboss.org/browse/JBIDE-7092">Related Jira</a></small></p>
+ </td>
+ </tr>
+</table>
+
+</body>
+
+</html>
+
+
Property changes on: trunk/documentation/whatsnew/gwt/gwt-news-1.0.0.Beta1.html
___________________________________________________________________
Name: svn:mime-type
+ text/plain
15 years, 6 months