Author: adietish
Date: 2011-09-01 05:14:08 -0400 (Thu, 01 Sep 2011)
New Revision: 34476
Added:
trunk/documentation/whatsnew/gwt/gwt-news-1.0.2.M3.html
Log:
[JBIDE-9610] created N&N for 3.3.0 M3
Added: trunk/documentation/whatsnew/gwt/gwt-news-1.0.2.M3.html
===================================================================
--- trunk/documentation/whatsnew/gwt/gwt-news-1.0.2.M3.html (rev
0)
+++ trunk/documentation/whatsnew/gwt/gwt-news-1.0.2.M3.html 2011-09-01 09:14:08 UTC (rev
34476)
@@ -0,0 +1,52 @@
+<?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.2.M3 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>GWT Integration 1.0.2.M3 What's New</h1>
+
+<p align="right"><a href="../index.html">< Main
Index</a> <a
+href="../maven/maven-news-3.3.0.M3.html">Maven 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>Support for
Eclipse 3.7 Indigo</b></td>
+ <td valign="top">
+ Our WTP facet for GWT was not included in JBoss Tools 3.3.x in the past since Google
had not released their
+ plugins for Eclipse 3.7 Indigo yet. In the meantime Google released a new version and
we therefore updated
+ our facet. We now fully support the GWT facet for dynamic web projects in Eclipse 3.7
Indigo.
+ <p>You'll find installation and usage instructions in all details at <a
href="http://community.jboss.org/wiki/CreateGWTProjectsWithJBossTool...
+ <p><small><a
href="https://issues.jboss.org/browse/JBIDE-9338">Related
Jira</a></small></p>
+ </td>
+ </tr>
+</table>
+
+</body>
+
+</html>
+
+
Property changes on: trunk/documentation/whatsnew/gwt/gwt-news-1.0.2.M3.html
___________________________________________________________________
Added: svn:mime-type
+ text/plain