diff options
Diffstat (limited to 'website2/templates/setup/gwt.html')
-rw-r--r-- | website2/templates/setup/gwt.html | 16 |
1 files changed, 0 insertions, 16 deletions
diff --git a/website2/templates/setup/gwt.html b/website2/templates/setup/gwt.html deleted file mode 100644 index 142362ac..00000000 --- a/website2/templates/setup/gwt.html +++ /dev/null @@ -1,16 +0,0 @@ -<#import "_setup.html" as s> - -<@s.scaffold title="GWT"> - <@s.introduction> - <p> - <a href="http://www.gwtproject.org/">GWT (Google Web Toolkit)</a> is compatible with lombok. - </p><p> - Edit your <code>proj-debug</code> and <code>proj-compile</code> batch scripts to add the following VM arguments: -<pre> -java <strong>-javaagent:lombok.jar=ECJ</strong> <em>(rest of arguments)</em> -</pre> - </p><p> - Thanks to Stephen Haberman for figuring this out. - </p> - </@s.introduction> -</@s.scaffold> |