Author: adietish
Date: 2011-06-17 11:17:39 -0400 (Fri, 17 Jun 2011)
New Revision: 32162
Added:
trunk/documentation/whatsnew/as/as-news-3.3.0.M2.html
trunk/documentation/whatsnew/as/images/as7-custom-deploy-folders.png
trunk/documentation/whatsnew/as/images/dont-execute-start-command.png
Log:
[JBIDE-9154] created N&N for JBossAS
Added: trunk/documentation/whatsnew/as/as-news-3.3.0.M2.html
===================================================================
--- trunk/documentation/whatsnew/as/as-news-3.3.0.M2.html (rev 0)
+++ trunk/documentation/whatsnew/as/as-news-3.3.0.M2.html 2011-06-17 15:17:39 UTC (rev
32162)
@@ -0,0 +1,66 @@
+<html>
+
+<head>
+<link rel="stylesheet" href="../whatsnew.css">
+<title>JBoss AS Tools 3.3.0.M1 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 3.3.0.M2 What's New</h1>
+
+ <p align="right"><a href="../index.html">< Main
Index</a> <a href="../jst/jst-news-3.3.0.M2.html">JST/JSF 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="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>
+ <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>
+ </tr>
+ <tr><td colspan="2"><hr /></td></tr>
+ <tr>
+ <td valign="top" align="left">
+ <p align="right">
+ <b>Custom deploy folders for JBoss AS7</b>
+ </td>
+ <td valign="top" width="90%">
+ <p>You can now alos use custom depoy folders when deploying to JBoss
AS7.</p>
+ <p><img src="images/as7-custom-deploy-folders.png"/></p>
+ <p><small><a
href="https://issues.jboss.org/browse/JBIDE-9085">Related
Jira</a></small>
+ </td>
+ </tr>
+ <tr><td colspan="2"><hr /></td></tr>
+</table>
+
+</body>
+
+</html>
+
+
Property changes on: trunk/documentation/whatsnew/as/as-news-3.3.0.M2.html
___________________________________________________________________
Added: svn:mime-type
+ text/plain
Added: trunk/documentation/whatsnew/as/images/as7-custom-deploy-folders.png
===================================================================
(Binary files differ)
Property changes on: trunk/documentation/whatsnew/as/images/as7-custom-deploy-folders.png
___________________________________________________________________
Added: svn:mime-type
+ application/octet-stream
Added: trunk/documentation/whatsnew/as/images/dont-execute-start-command.png
===================================================================
(Binary files differ)
Property changes on:
trunk/documentation/whatsnew/as/images/dont-execute-start-command.png
___________________________________________________________________
Added: svn:mime-type
+ application/octet-stream