From f8bdfb10fc38d951cbe721de02a67da722d79a13 Mon Sep 17 00:00:00 2001 From: Stephen Haberman Date: Tue, 30 Aug 2011 17:33:10 -0500 Subject: Fix GWT instructions. --- website/setup/gwt.html | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'website/setup') diff --git a/website/setup/gwt.html b/website/setup/gwt.html index bb4b68a4..f21185f9 100644 --- a/website/setup/gwt.html +++ b/website/setup/gwt.html @@ -44,10 +44,10 @@

Edit your proj-debug and proj-compile batch scripts to add the following VM arguments:

-java -javaagent:lombok.jar=ECJ -Xbootclasspath/p:lombok.jar -jar gwt.jar (rest of arguments)
+java -javaagent:lombok.jar=ECJ (rest of arguments)
 			

- Thanks to Stephan Habermann for figuring this out. + Thanks to Stephen Haberman for figuring this out.

-- cgit