Author: akazakov
Date: 2012-10-16 16:05:22 -0400 (Tue, 16 Oct 2012)
New Revision: 44531
Added:
trunk/documentation/whatsnew/core/core-news-4.0.0.Beta1.html
trunk/documentation/whatsnew/core/images/newjava.png
trunk/documentation/whatsnew/core/images/registerService.png
trunk/documentation/whatsnew/core/images/registerServiceMenu.png
trunk/documentation/whatsnew/core/images/serviceProvider.png
Modified:
trunk/documentation/whatsnew/index.html
Log:
https://issues.jboss.org/browse/JBIDE-12883 Core/General Component N&N
Added: trunk/documentation/whatsnew/core/core-news-4.0.0.Beta1.html
===================================================================
--- trunk/documentation/whatsnew/core/core-news-4.0.0.Beta1.html
(rev 0)
+++ trunk/documentation/whatsnew/core/core-news-4.0.0.Beta1.html 2012-10-16 20:05:22 UTC
(rev 44531)
@@ -0,0 +1,79 @@
+<?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>Core/Common 3.3.0.M5 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>Core/Common 4.0.0.Beta1 What's New</h1>
+
+<p align="right"><a href="../index.html">< Main
Index</a>
+<a href="../jst/jst-news-4.0.0.Beta1.html">JST/JSF 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="right">
+ <a name="itemnam1e"
id="itemname1"></a><b>New Service Provider Class
Wizard</b>
+ </td>
+ <td width="70%" valign="top">
+ <p>
+ There is a new a new service provider class wizard in JBoss Tools 4.0.0.Beta1. This
wizard creates a new java class with specific service type and create a service file in
the 'META-INF/services' directory.
+ If the service file already exists, the class is added to it on a new line.
+ </p>
+ <br/>
+ <img src="images/newjava.png" /><br/><br/>
+ <img src="images/serviceProvider.png" />
+
+ <p>
+ It's also possible to register an existing class as a service provider in
META-INF/services.
+ </p>
+
+ <br/>
+ <img src="images/registerServiceMenu.png" /><br/><br/>
+ <img src="images/registerService.png" />
+
+ <p>
+ <small>
+ Related Jiras : <a
href="https://issues.jboss.org/browse/JBIDE-9443">JBIDE-9443...;,
+ <a
href="https://issues.jboss.org/browse/JBIDE-12793">JBIDE-127...
+ </small>
+ </p>
+
+ </td>
+ </tr>
+
+ <tr>
+ <td colspan="2">
+ <hr />
+ </td>
+ </tr>
+
+</table>
+
+</body>
+
+</html>
Property changes on: trunk/documentation/whatsnew/core/core-news-4.0.0.Beta1.html
___________________________________________________________________
Added: svn:mime-type
+ text/plain
Added: trunk/documentation/whatsnew/core/images/newjava.png
===================================================================
(Binary files differ)
Property changes on: trunk/documentation/whatsnew/core/images/newjava.png
___________________________________________________________________
Added: svn:mime-type
+ application/octet-stream
Added: trunk/documentation/whatsnew/core/images/registerService.png
===================================================================
(Binary files differ)
Property changes on: trunk/documentation/whatsnew/core/images/registerService.png
___________________________________________________________________
Added: svn:mime-type
+ application/octet-stream
Added: trunk/documentation/whatsnew/core/images/registerServiceMenu.png
===================================================================
(Binary files differ)
Property changes on: trunk/documentation/whatsnew/core/images/registerServiceMenu.png
___________________________________________________________________
Added: svn:mime-type
+ application/octet-stream
Added: trunk/documentation/whatsnew/core/images/serviceProvider.png
===================================================================
(Binary files differ)
Property changes on: trunk/documentation/whatsnew/core/images/serviceProvider.png
___________________________________________________________________
Added: svn:mime-type
+ application/octet-stream
Modified: trunk/documentation/whatsnew/index.html
===================================================================
--- trunk/documentation/whatsnew/index.html 2012-10-16 17:52:09 UTC (rev 44530)
+++ trunk/documentation/whatsnew/index.html 2012-10-16 20:05:22 UTC (rev 44531)
@@ -50,6 +50,13 @@
<tr>
<td valign="top" align="left">
+ <p align="right"><b>4.0.0.Beta1</b>
+ <td valign="top">
+ <p><a
href="core/core-news-4.0.0.Beta1.html">Core/General</a></p>
+ </td>
+ </tr>
+ <tr>
+ <td valign="top" align="left">
<p align="right"><b>4.0.0.Alpha2</b>
<td valign="top">
<p><a href="as/as-news-4.0.0.Alpha2.html">Server
Tools</a></p>