Author: adietish
Date: 2011-05-12 13:02:04 -0400 (Thu, 12 May 2011)
New Revision: 31247
Added:
trunk/documentation/whatsnew/gwt/gwt-news-1.0.1.M1.html
Log:
[JBIDE-8889] created N&N for 1.0.1 M1
Added: trunk/documentation/whatsnew/gwt/gwt-news-1.0.1.M1.html
===================================================================
--- trunk/documentation/whatsnew/gwt/gwt-news-1.0.1.M1.html (rev
0)
+++ trunk/documentation/whatsnew/gwt/gwt-news-1.0.1.M1.html 2011-05-12 17:02:04 UTC (rev
31247)
@@ -0,0 +1,54 @@
+<?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.1.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>GWT Integration 1.0.1.M1 What's New</h1>
+
+<p align="right"><a href="../index.html">< Main
Index</a> <a
+href="../maven/maven-news-3.2.0.CR1.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>Installation
impediments</b></td>
+ <td valign="top">
+ We initially had a dependency to the google GWT SDK so that installing our facet would
have been a single click operation. The Google GWT SDK would have been installed
automatically.
+ <p>Unfortuntately our plugin became uninstallable when Google removed old
versions of their plugin from their update site. We could have solved that by mirroring
those old versions.
+ The proprietary license google applies to their plugin unfortunately prevents us from
doing that (<a
href="http://code.google.com/intl/de-DE/eclipse/terms.html">...;,
Section 5.3).
+ We therefore removed the dependency to their SDK and dropped any installation ease and
guard.
+ You'll therefore have to install the Google plugins manually in a first
step.</p>
+ <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-7828">Related
Jira</a></small></p>
+ </td>
+ </tr>
+</table>
+
+</body>
+
+</html>
+
+
Property changes on: trunk/documentation/whatsnew/gwt/gwt-news-1.0.1.M1.html
___________________________________________________________________
Added: svn:mime-type
+ text/plain