Author: max.andersen(a)jboss.com
Date: 2011-06-23 18:36:43 -0400 (Thu, 23 Jun 2011)
New Revision: 32328
Added:
trunk/documentation/whatsnew/hibernate/hibernate-news-3.5.0.M1.html
Removed:
trunk/documentation/whatsnew/hibernate/hibernate-news-3.5.0.M1.html
Modified:
trunk/documentation/whatsnew/as/as-news-3.3.0.M2.html
trunk/documentation/whatsnew/deltacloud/deltacloud-news-0.2.0.M2.html
trunk/documentation/whatsnew/forge/forge-news-3.3.0.M2.html
trunk/documentation/whatsnew/index.html
trunk/documentation/whatsnew/jbpm/jbpm-news-3.3.0.M2.html
trunk/documentation/whatsnew/maven/maven-news-3.3.0.M2.html
trunk/documentation/whatsnew/modeshape/modeshape-news-3.3.0.M2.html
trunk/documentation/whatsnew/teiid/teiid-news-7.4.html
trunk/documentation/whatsnew/vpe/vpe-news-3.2.0.M2.html
trunk/documentation/whatsnew/vpe/vpe-news-3.3.0.M2.html
trunk/documentation/whatsnew/ws/ws-news-1.2.2.M2.html
Log:
JBIDE-9154 cleaned up N and N
Modified: trunk/documentation/whatsnew/as/as-news-3.3.0.M2.html
===================================================================
--- trunk/documentation/whatsnew/as/as-news-3.3.0.M2.html 2011-06-23 22:34:01 UTC (rev
32327)
+++ trunk/documentation/whatsnew/as/as-news-3.3.0.M2.html 2011-06-23 22:36:43 UTC (rev
32328)
@@ -33,13 +33,29 @@
</td>
</tr>
+ <tr>
+ <td valign="top" align="right">
+ <p><b>AS 6.1 Support</b></p>
+ </td>
+ <td valign="top" width="90%">
+ <p>JBoss AS 6 support now includes 6.1 which adds the now
+ required
+
<code>-Dlogging.configuration="<pathtoAS6>/bin/logging.properties"</code>
+ argument to AS 6.1 launches.</p>
+ <p><small><a
href="https://issues.jboss.org/browse/JBIDE-9236">Related
Jira</a></small></p>
+ </td>
+ </tr>
+ <tr><td colspan="2"><hr /></td></tr>
+
<tr>
<td valign="top" align="right">
<p><b>Dont execute startup/shutdown commands</b></p>
</td>
<td valign="top" width="90%">
<p>You may now tell the server adapter not to start/stop the server when
you start/stop the server adapter.
- This will allow you to deploy to a server that you dont (want to)
control.</p>
+ This will allow you to deploy to a server that you dont want
+ JBoss Tools to start and stop, i.e. for remote already running
+ servers.</p>
<p><img src="images/dont-execute-start-command.png"
/></p>
<p><small><a
href="https://issues.jboss.org/browse/JBIDE-9093">Related
Jira</a></small></p>
</td>
@@ -51,8 +67,11 @@
<b>Custom deploy folders for JBoss AS7</b>
</td>
<td valign="top" width="90%">
- <p>You can now use custom depoy folders when deploying to JBoss
AS7.</p>
+ <p>You can now use custom deploy folders when deploying to JBoss
AS7.</p>
<p><img src="images/as7-custom-deploy-folders.png"/></p>
+
+ <p>Note: In M2 users must register the location at JBoss
+ manually, in upcoming milestones we will do that registration
automatically.</p>
<p><small><a
href="https://issues.jboss.org/browse/JBIDE-9085">Related
Jira</a></small>
</td>
</tr>
@@ -63,7 +82,12 @@
<b>AS7 Change of classpath container behaviour</b>
</td>
<td valign="top" width="90%">
- <p>In AS7, only the javax.* packages and jars are included in the
classpath container. This is a change from previous AS versions, which put every jar in
the distribution into the classpath container. </p>
+ <p>In AS7, only the javax.* packages and jars are included in
+ the classpath container. This is a change from previous AS
+ versions, which put every jar in the distribution into the
+ classpath container. Done to avoid classpath overload and
+ conflicts; in the next milestones we will work on making that
+ more smoth and added other libs as needed and requested by users.</p>
<p><small><a
href="https://issues.jboss.org/browse/JBIDE-8718">Related
Jira</a></small>
</td>
</tr>
Modified: trunk/documentation/whatsnew/deltacloud/deltacloud-news-0.2.0.M2.html
===================================================================
--- trunk/documentation/whatsnew/deltacloud/deltacloud-news-0.2.0.M2.html 2011-06-23
22:34:01 UTC (rev 32327)
+++ trunk/documentation/whatsnew/deltacloud/deltacloud-news-0.2.0.M2.html 2011-06-23
22:36:43 UTC (rev 32328)
@@ -24,7 +24,7 @@
<h1>Deltacloud Development Tools 0.2.0.M2 What's New</h1>
<p align="right"><a href="../index.html">< Main
Index</a> <a
- href="../gwt/gwt-news-1.1.0.M1.html">GWT Integration
+ href="../modeshape/modeshape-news-3.3.0.M2.html">GWT Integration
></a></p>
<table border="0" cellpadding="10" cellspacing="0"
width="80%">
<tr>
Modified: trunk/documentation/whatsnew/forge/forge-news-3.3.0.M2.html
===================================================================
--- trunk/documentation/whatsnew/forge/forge-news-3.3.0.M2.html 2011-06-23 22:34:01 UTC
(rev 32327)
+++ trunk/documentation/whatsnew/forge/forge-news-3.3.0.M2.html 2011-06-23 22:36:43 UTC
(rev 32328)
@@ -23,7 +23,8 @@
<body>
<h1>Forge Tools 3.3.0.M2 What's New</h1>
- <p align="right"><a href="../index.html">< Main
Index</a> </p>
+ <p align="right"><a href="../index.html">< Main
Index</a> <a
+ href="../maven/maven-news-3.3.0.M2.html">Maven Tools
></a></p>
<table border="0" cellpadding="10" cellspacing="0"
width="80%">
Deleted: trunk/documentation/whatsnew/hibernate/hibernate-news-3.5.0.M1.html
===================================================================
--- trunk/documentation/whatsnew/hibernate/hibernate-news-3.5.0.M1.html 2011-06-23
22:34:01 UTC (rev 32327)
+++ trunk/documentation/whatsnew/hibernate/hibernate-news-3.5.0.M1.html 2011-06-23
22:36:43 UTC (rev 32328)
@@ -1,128 +0,0 @@
-<?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>Hibernate tools 3.5.0.M1 What's New</title>
-<script type="text/javascript">
-
- var _gaq = _gaq || [];
- _gaq.push(['_setAccount', 'UA-17645367-5']);
- _gaq.push(['_trackPageview']);
-
- (function() {
- var ga = document.createElement('script'); ga.type =
'text/javascript'; ga.async = true;
- ga.src = ('https:' == document.location.protocol ? 'https://ssl' :
'http://www') + '.google-analytics.com/ga.js';
- var s = document.getElementsByTagName('script')[0];
s.parentNode.insertBefore(ga, s);
- })();
-
-</script></head>
-<body>
-<h1>Hibernate tools 3.5.0.M1 What's New</h1>
-
-<p align="right"><a href="../index.html">< Main
- Index</a> <a href="../jst/jst-news-3.3.0.M1.html">JST Tools
></a></p>
-
-<table border="0" cellpadding="10" cellspacing="0"
width="80%">
-
- <tr>
- <td colspan="2">
- <hr/>
- <h3>Dali Integration</h3>
- <hr/>
- </td>
- </tr>
-
- <tr>
- <td valign="top" align="right"><a
name="itemname3" id="itemname3"></a><b>Validate
@Type</b></td>
- <td valign="top">
- <p>Added validation of org.hibernate.annotation.Type annotation. The type
attribute should contain either a name of the class
- which implements UserType interface either a type name which is defined by @TypeDef
annotation.</p>
-
- <p><small><a
href="https://jira.jboss.org/browse/JBIDE-8238">Related
jira</a></p>
-
- </td>
- </tr>
-
- <tr>
- <td colspan="2">
- </td>
- </tr>
-
- <tr>
- <td valign="top" align="right"><a
name="itemname3" id="itemname3"></a><b>Completion
Proposals</b></td>
- <td valign="top">
- <p>Built-in strategies added to @GenericGenerator strategy attribute completion
proposals.</p>
- <p><img
src="images/strategy_completion_proposals.png"/></p>
-
- <p><small><a
href="https://jira.jboss.org/browse/JBIDE-8470">Related
jira</a></p>
-
- </td>
- </tr>
-
- <tr>
- <td colspan="2">
- <hr/>
- <h3>Hibernate libraries</h3>
- <hr/>
- </td>
- </tr>
-
- <tr>
- <td valign="top" align="right"><a
name="itemname3" id="itemname3"></a><b>Libraries
installation</b></td>
- <td valign="top">
- <p>Added support for hibernate libraries installation using import
wizard.</p>
- <p><img src="images/import_hibernate_jar.jpg"/></p>
- <p><img src="images/import_hibernate_jar2.jpg"/></p>
-<p></p>
-
-
- <p><small><a
href="https://jira.jboss.org/browse/JBIDE-6098">Related
jira</a></p>
-
- </td>
- </tr>
-
- <tr>
- <td colspan="2">
- <hr/>
- <h3>Console Configuration</h3>
- <hr/>
- </td>
- </tr>
-
- <tr>
- <td valign="top" align="right"><a
name="itemname3" id="itemname3"></a><b>Database Icon
Decorated</b></td>
- <td valign="top">
- <p>Database icon now is decorated so it is easy to see whether the connection
was established.</p>
- <p><img src="images/database_icon_decorator.jpg"/></p>
- <p><small><a
href="https://jira.jboss.org/browse/JBIDE-8221">Related
jira</a></p>
- </td>
- </tr>
-
- <tr>
- <td valign="top" align="right"><a
name="itemname3"
id="itemname3"></a><b>Refactoring</b></td>
- <td valign="top">
- <p>Rename Console Configuration as refactoring change. Rename of Console
Configuration now call update of the relationships.
- For example rename Console Configuration call name change in Project
Properties->Hibernate Settings.</p>
- <p><small><a
href="https://jira.jboss.org/browse/JBIDE-8236">Related
jira</a></p>
- </td>
- </tr>
-
- <tr>
- <td colspan="2">
- <hr/>
- </td>
- </tr>
-
-
-
-</table>
-
-</body>
-
-</html>
-
-
Added: trunk/documentation/whatsnew/hibernate/hibernate-news-3.5.0.M1.html
===================================================================
--- trunk/documentation/whatsnew/hibernate/hibernate-news-3.5.0.M1.html
(rev 0)
+++ trunk/documentation/whatsnew/hibernate/hibernate-news-3.5.0.M1.html 2011-06-23
22:36:43 UTC (rev 32328)
@@ -0,0 +1,107 @@
+<?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>Hibernate tools 3.5.0.M1 What's New</title>
+<script type="text/javascript">
+
+ var _gaq = _gaq || [];
+ _gaq.push(['_setAccount', 'UA-17645367-5']);
+ _gaq.push(['_trackPageview']);
+
+ (function() {
+ var ga = document.createElement('script'); ga.type =
'text/javascript'; ga.async = true;
+ ga.src = ('https:' == document.location.protocol ? 'https://ssl' :
'http://www') + '.google-analytics.com/ga.js';
+ var s = document.getElementsByTagName('script')[0];
s.parentNode.insertBefore(ga, s);
+ })();
+
+</script></head>
+<body>
+<h1>Hibernate tools 3.5.0.M1 What's New</h1>
+
+<p align="right"><a href="../index.html">< Main
+ Index</a> <a href="../ws/ws-news-1.2.2.M2.html">Webservices
Tools ></a></p>
+
+<table border="0" cellpadding="10" cellspacing="0"
width="80%">
+
+ <tr>
+ <td colspan="2">
+ <hr/>
+ <h3>Dali Integration</h3>
+ <hr/>
+ </td>
+ </tr>
+
+ <tr>
+ <td valign="top" align="right"><a
name="itemname3" id="itemname3"></a><b>Validate
@Type</b></td>
+ <td valign="top">
+ <p>Added validation of org.hibernate.annotation.Type annotation. The type
attribute should contain either a name of the class
+ which implements UserType interface either a type name which is defined by @TypeDef
annotation.</p>
+
+ <p><small><a
href="https://jira.jboss.org/browse/JBIDE-8238">Related
jira</a></p>
+
+ </td>
+ </tr>
+
+ <tr>
+ <td colspan="2">
+ </td>
+ </tr>
+
+ <tr>
+ <td valign="top" align="right"><a
name="itemname3" id="itemname3"></a><b>Completion
Proposals</b></td>
+ <td valign="top">
+ <p>Built-in strategies added to @GenericGenerator strategy attribute completion
proposals.</p>
+ <p><img
src="images/strategy_completion_proposals.png"/></p>
+
+ <p><small><a
href="https://jira.jboss.org/browse/JBIDE-8470">Related
jira</a></p>
+
+ </td>
+ </tr>
+
+
+ <tr>
+ <td colspan="2">
+ <hr/>
+ <h3>Console Configuration</h3>
+ <hr/>
+ </td>
+ </tr>
+
+ <tr>
+ <td valign="top" align="right"><a
name="itemname3" id="itemname3"></a><b>Database Icon
Decorated</b></td>
+ <td valign="top">
+ <p>Database icon now is decorated so it is easy to see whether the connection
was established.</p>
+ <p><img src="images/database_icon_decorator.jpg"/></p>
+ <p><small><a
href="https://jira.jboss.org/browse/JBIDE-8221">Related
jira</a></p>
+ </td>
+ </tr>
+
+ <tr>
+ <td valign="top" align="right"><a
name="itemname3"
id="itemname3"></a><b>Refactoring</b></td>
+ <td valign="top">
+ <p>Rename Console Configuration as refactoring change. Rename of Console
Configuration now call update of the relationships.
+ For example rename Console Configuration call name change in Project
Properties->Hibernate Settings.</p>
+ <p><small><a
href="https://jira.jboss.org/browse/JBIDE-8236">Related
jira</a></p>
+ </td>
+ </tr>
+
+ <tr>
+ <td colspan="2">
+ <hr/>
+ </td>
+ </tr>
+
+
+
+</table>
+
+</body>
+
+</html>
+
+
Modified: trunk/documentation/whatsnew/index.html
===================================================================
--- trunk/documentation/whatsnew/index.html 2011-06-23 22:34:01 UTC (rev 32327)
+++ trunk/documentation/whatsnew/index.html 2011-06-23 22:36:43 UTC (rev 32328)
@@ -37,24 +37,22 @@
<td valign="top" align="left">
<p align="right"><b>3.3.0.M2</b>
<td valign="top">
- <!--
+
<p><a href="as/as-news-3.3.0.M2.html">JBoss AS Server
Tools</a></p>
- <p><a href="vpe/vpe-news-3.3.0.M2.html">Visual Page
Editor</a></p>
- <p><a href="seam/seam-news-3.3.0.M2.html">Seam 2
Tools</a></p>
- <p><a href="forge/forge-news-3.3.0.M2.html">Forge
Tools</a></p>
<p><a href="maven/maven-news-3.3.0.M2.html">Maven
Tools</a></p>
- <p><a href="examples/examples-news-3.3.0.M2.html">Project
Examples</a></p>
- <p><a
href="deltacloud/deltacloud-news-0.2.0.M2.html">DeltaCloud
Tools</a></p>
- <p><a href="birt/birt-news-3.3.0.M2.html">Birt
Tools</a></p> -->
+ <p><a
href="hibernate/hibernate-news-3.5.0.M1.html">Hibernate
+ Tools</a></p>
<p><a href="jst/jst-news-3.3.0.M2.html">JST/JSF
Tools</a></p>
- <p><a href="vpe/vpe-news-3.3.0.M2.html">Visual Page
Editor</a></p>
+ <p><a href="vpe/vpe-news-3.3.0.M2.html">Visual Page
Editor</a></p>
<p><a href="cdi/cdi-news-3.3.0.M2.html">CDI/Seam 3
Tools</a></p>
<p><a href="ws/ws-news-1.2.2.M2.html">Webservices
Tools</a></p>
- <p><a href="modeshape/modeshape-news-3.3.0.M2.html">ModeShape
Tools</a></p>
- <p><a href="maven/maven-news-3.3.0.M2.html">Maven
Tools</a></p>
- <p><a href="jbpm/jbpm-news-3.3.0.M2.html">jBPM
Tools</a></p>
<p><a href="forge/forge-news-3.3.0.M2.html">Forge
Tools</a></p>
+ <p><a
href="deltacloud/deltacloud-news-0.2.0.M2.html">DeltaCloud
Tools</a></p>
+ <p><a href="modeshape/modeshape-news-3.3.0.M2.html">ModeShape
Tools</a></p>
+ <p><a href="jbpm/jbpm-news-3.3.0.M2.html">jBPM
Tools</a></p>
+ <p><a href="teiid/teiid-news-7.4.html">Teiid
Designer</a></p>
+
</td>
</tr>
Modified: trunk/documentation/whatsnew/jbpm/jbpm-news-3.3.0.M2.html
===================================================================
--- trunk/documentation/whatsnew/jbpm/jbpm-news-3.3.0.M2.html 2011-06-23 22:34:01 UTC (rev
32327)
+++ trunk/documentation/whatsnew/jbpm/jbpm-news-3.3.0.M2.html 2011-06-23 22:36:43 UTC (rev
32328)
@@ -23,7 +23,7 @@
<body>
<h1>jBPM Tools 3.3.0.M2 What's New</h1>
- <p align="right"><a href="../index.html">< Main
Index</a> <a href="../forge/forge-news-3.3.0.M2.html">Forge Tools
></a>
+ <p align="right"><a href="../index.html">< Main
Index</a> <a href="../teiid/teiid-news-7.4.html">Forge Tools
></a>
<table border="0" cellpadding="10" cellspacing="0"
width="80%">
Modified: trunk/documentation/whatsnew/maven/maven-news-3.3.0.M2.html
===================================================================
--- trunk/documentation/whatsnew/maven/maven-news-3.3.0.M2.html 2011-06-23 22:34:01 UTC
(rev 32327)
+++ trunk/documentation/whatsnew/maven/maven-news-3.3.0.M2.html 2011-06-23 22:36:43 UTC
(rev 32328)
@@ -24,7 +24,7 @@
<h1>Maven Tools</h1>
<p align="right"><a href="../index.html">< Main
Index</a> <a
- href="../jbpm/jbpm-news-3.3.0.M2.html">jBPM Tools
></a></p>
+ href="../hibernate/hibernate-news-3.5.0.M1.html">Hibernate Tools
></a></p>
<table border="0" cellpadding="10" cellspacing="0"
width="80%">
<tr>
<td colspan="2">
@@ -44,7 +44,14 @@
</small></p>
</td>
</tr>
+
<tr>
+ <td colspan="2">
+ <hr/>
+ </td>
+ </tr>
+
+ <tr>
<td valign="top" align="left">
<a name="itemname2" id="itemname2"></a><b>CDI
support enabled for projects depending on Seam 3 artifacts.</b></td>
<td valign="top">
@@ -58,7 +65,14 @@
</small></p>
</td>
</tr>
+
<tr>
+ <td colspan="2">
+ <hr/>
+ </td>
+ </tr>
+
+ <tr>
<td valign="top" align="left">
<a name="itemname2" id="itemname2"></a><b>JSF
facet enabled for projects depending on seam-faces 3.x.</b></td>
<td valign="top">
Modified: trunk/documentation/whatsnew/modeshape/modeshape-news-3.3.0.M2.html
===================================================================
--- trunk/documentation/whatsnew/modeshape/modeshape-news-3.3.0.M2.html 2011-06-23
22:34:01 UTC (rev 32327)
+++ trunk/documentation/whatsnew/modeshape/modeshape-news-3.3.0.M2.html 2011-06-23
22:36:43 UTC (rev 32328)
@@ -11,7 +11,7 @@
<body>
<h1>ModeShape 3.3.0.M2 What's New</h1>
<p align="right"><a href="../index.html">< Main
Index</a> <a
-href="../maven/maven-news-3.3.0.M2.html">Maven Tools
></a></p>
+href="../jbpm/jbpm-news-3.3.0.M2.html">jBPM Tools
></a></p>
<p>Last revised June 17, 2011</p>
<table border="0" cellpadding="10" cellspacing="0"
width="80%">
Modified: trunk/documentation/whatsnew/teiid/teiid-news-7.4.html
===================================================================
--- trunk/documentation/whatsnew/teiid/teiid-news-7.4.html 2011-06-23 22:34:01 UTC (rev
32327)
+++ trunk/documentation/whatsnew/teiid/teiid-news-7.4.html 2011-06-23 22:36:43 UTC (rev
32328)
@@ -21,8 +21,7 @@
</script></head>
<body>
<h1>Teiid Designer 7.4 What's New</h1>
-<p align="right"><a href="../index.html">< Main
Index</a> <a
-href="../deltacloud/deltacloud-news-0.0.1.CR1.html">Delta Cloud Tools
></a></p>
+<p align="right"><a href="../index.html">< Main
Index</a></p>
<p>Last revised May 12, 2011</p>
<p><b>Teiid Designer</b> is a graphical data modeling tool that
enables
Modified: trunk/documentation/whatsnew/vpe/vpe-news-3.2.0.M2.html
===================================================================
--- trunk/documentation/whatsnew/vpe/vpe-news-3.2.0.M2.html 2011-06-23 22:34:01 UTC (rev
32327)
+++ trunk/documentation/whatsnew/vpe/vpe-news-3.2.0.M2.html 2011-06-23 22:36:43 UTC (rev
32328)
@@ -75,7 +75,7 @@
<p><img src="images/3.2.0.M2/size-captition.png" alt="Size
Captition in VPE"/>
</p>
<p><small>
- <a
href="hhttps://jira.jboss.org/browse/JBIDE-6333">Related
Jira</a>
+ <a
href="https://jira.jboss.org/browse/JBIDE-6333">Related
Jira</a>
</small></p>
</td>
</tr>
Modified: trunk/documentation/whatsnew/vpe/vpe-news-3.3.0.M2.html
===================================================================
--- trunk/documentation/whatsnew/vpe/vpe-news-3.3.0.M2.html 2011-06-23 22:34:01 UTC (rev
32327)
+++ trunk/documentation/whatsnew/vpe/vpe-news-3.3.0.M2.html 2011-06-23 22:36:43 UTC (rev
32328)
@@ -37,10 +37,20 @@
<tr>
<td valign="top" align="left"><a
name="itemname3" id="itemname3"></a><b>Disable Visual
Editor</b></td>
<td valign="top">
- <p>Eclipse may crash while using Visual Editor on some Linux distributions. We
created a command-line to option for the users who experience this problem.
- Adding the following line to eclipse.ini (or jbdevstudio.ini in JBDS) will disable
Visual Editor:</p>
+ <p>Eclipse may crash while using Visual Editor on some
+ Linux distributions because of <a
+
href="https://bugs.eclipse.org/bugs/show_bug.cgi?id=349837">...;.
+
+ <p>To workaround this issue which will be fixed in
+ 3.7.1, we've created a command-line option for the users who experience this
problem.
+ Adding the following line to eclipse.ini (or
+ jbdevstudio.ini in JBDS) as -vmargs will disable the Visual
+ tab in the Visual Page Editor:</p>
<p><code>-Dorg.jboss.tools.vpe.loadxulrunner=false</code></p>
+ <p>You can also use that directly from the command
+ line:</p>
+ <p><code>eclipse -vmargs
-Dorg.jboss.tools.vpe.loadxulrunner=false</code></p>
<p><small><a
href="https://issues.jboss.org/browse/JBIDE-9144">Related Jira
1</a></small>,
<small><a
href="https://jira.jboss.org/jira/browse/JBIDE-9188">Related Jira
2</a></small></p>
</td>
Modified: trunk/documentation/whatsnew/ws/ws-news-1.2.2.M2.html
===================================================================
--- trunk/documentation/whatsnew/ws/ws-news-1.2.2.M2.html 2011-06-23 22:34:01 UTC (rev
32327)
+++ trunk/documentation/whatsnew/ws/ws-news-1.2.2.M2.html 2011-06-23 22:36:43 UTC (rev
32328)
@@ -23,7 +23,8 @@
<body>
<h1>WS tools 3.3.0 M2 What's New</h1>
-<p align="right"><a href="../index.html">< Main
Index</a></p>
+<p align="right"><a href="../index.html">< Main
Index</a> <a
+href="../deltacloud/deltacloud-news-0.2.0.M2.html">DeltaCloud Tools
></p></p>
<table border="0" cellpadding="10" cellspacing="0"
width="80%">