[jbosstools-commits] JBoss Tools SVN: r43666 - in trunk/documentation/whatsnew: as and 4 other directories.
jbosstools-commits at lists.jboss.org
jbosstools-commits at lists.jboss.org
Thu Sep 13 15:47:00 EDT 2012
Author: akazakov
Date: 2012-09-13 15:46:59 -0400 (Thu, 13 Sep 2012)
New Revision: 43666
Added:
trunk/documentation/whatsnew/as/as-news-4.0.0.Alpha1.html
trunk/documentation/whatsnew/as/images/4.0.0.Alpha1/
trunk/documentation/whatsnew/as/images/4.0.0.Alpha1/ds.png
Modified:
trunk/documentation/whatsnew/cdi/cdi-news-4.0.0.Alpha1.html
trunk/documentation/whatsnew/index.html
trunk/documentation/whatsnew/jst/jst-news-4.0.0.Alpha1.html
Log:
-ds.xml wizard N&N
Added: trunk/documentation/whatsnew/as/as-news-4.0.0.Alpha1.html
===================================================================
--- trunk/documentation/whatsnew/as/as-news-4.0.0.Alpha1.html (rev 0)
+++ trunk/documentation/whatsnew/as/as-news-4.0.0.Alpha1.html 2012-09-13 19:46:59 UTC (rev 43666)
@@ -0,0 +1,63 @@
+<html>
+
+<head>
+<link rel="stylesheet" href="../whatsnew.css">
+<title>JBoss AS Tools 3.3.0.Beta1 News</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>JBoss AS Tools 4.0.0.Beta1 What's New</h1>
+
+ <p align="right"><a href="../index.html">< Main Index</a> <a
+href="../cdi/cdi-news-4.0.0.Alpha1.html">CDI Tools></a></p>
+<table border="0" cellpadding="10" cellspacing="0" width="80%">
+
+ <tr>
+ <td colspan="2">
+ <hr />
+ <h3>Data Source xml file wizard</h3>
+ <hr />
+ </td>
+ </tr>
+ <tr>
+ <td valign="top" align="left">
+ <p><b>persistence.xml registration</b></p>
+ </td>
+ <td align="top">
+ <p>
+ Now when you generate a new -ds.xml file using New JBoss Datasource wizard you can generate/update the corresponding persistence.xml file.
+ </p>
+ <p><img src="images/4.0.0.Alpha1/ds.png" /></p>
+ <p>
+ <small>
+ <a href="https://issues.jboss.org/browse/JBIDE-11394">Related Jira</a>
+ </small><br/>
+ </p>
+ </td>
+ </tr>
+ <tr>
+ <td colspan="2">
+ <hr />
+ </td>
+ </tr>
+
+</table>
+
+</body>
+
+</html>
+
+
Property changes on: trunk/documentation/whatsnew/as/as-news-4.0.0.Alpha1.html
___________________________________________________________________
Added: svn:mime-type
+ text/plain
Added: trunk/documentation/whatsnew/as/images/4.0.0.Alpha1/ds.png
===================================================================
(Binary files differ)
Property changes on: trunk/documentation/whatsnew/as/images/4.0.0.Alpha1/ds.png
___________________________________________________________________
Added: svn:mime-type
+ application/octet-stream
Modified: trunk/documentation/whatsnew/cdi/cdi-news-4.0.0.Alpha1.html
===================================================================
--- trunk/documentation/whatsnew/cdi/cdi-news-4.0.0.Alpha1.html 2012-09-13 19:13:21 UTC (rev 43665)
+++ trunk/documentation/whatsnew/cdi/cdi-news-4.0.0.Alpha1.html 2012-09-13 19:46:59 UTC (rev 43666)
@@ -23,8 +23,8 @@
<body>
<h1>CDI tools 3.3.0.CR1 What's New</h1>
-<p align="right"><a href="../index.html">< Main Index</a> <a
- href="../maven/maven-news-4.0.0.Alpha1.html">Maven Tools News ></a></p>
+<p align="right"><a href="../index.html">< Main Index</a>
+<a href="../maven/maven-news-4.0.0.Alpha1.html">Maven Tools News ></a></p>
<table border="0" cellpadding="10" cellspacing="0" width="80%">
Modified: trunk/documentation/whatsnew/index.html
===================================================================
--- trunk/documentation/whatsnew/index.html 2012-09-13 19:13:21 UTC (rev 43665)
+++ trunk/documentation/whatsnew/index.html 2012-09-13 19:46:59 UTC (rev 43666)
@@ -52,11 +52,12 @@
<td valign="top" align="left">
<p align="right"><b>4.0.0.Alpha1</b>
<td valign="top">
-
+
+ <p><a href="as/as-news-4.0.0.Alpha1.html">JBoss AS Server Tools</a></p>
<p><a href="cdi/cdi-news-4.0.0.Alpha1.html">CDI Tools</a></p>
<p><a href="maven/maven-news-4.0.0.Alpha1.html">Maven Tools</a></p>
<p><a href="jst/jst-news-4.0.0.Alpha1.html">JST/JSF Tools</a></p>
-
+ <p><a href="vpe/vpe-news-4.0.0.Alpha1.html">Visual Page Editor/BrowserSim</a></p>
</td>
</tr>
Modified: trunk/documentation/whatsnew/jst/jst-news-4.0.0.Alpha1.html
===================================================================
--- trunk/documentation/whatsnew/jst/jst-news-4.0.0.Alpha1.html 2012-09-13 19:13:21 UTC (rev 43665)
+++ trunk/documentation/whatsnew/jst/jst-news-4.0.0.Alpha1.html 2012-09-13 19:46:59 UTC (rev 43666)
@@ -24,7 +24,8 @@
<h1>JST/JSF 4.0.0.Alpha1 What's New</h1>
<p align="right"><a href="../index.html">< Main
- Index</a> </p>
+ Index</a>
+<a href="../vpe/vpe-news-4.0.0.Alpha1.html">Visual Page Editor News ></a></p>
<table border="0" cellpadding="10" cellspacing="0" width="80%">
More information about the jbosstools-commits
mailing list