Revision: 10385
Author:   [email protected]
Date:     Thu Jun 23 09:22:06 2011
Log:      Switch on GWT incremental compilation, again.

http://gwt-code-reviews.appspot.com/1461802/

Review by: [email protected]
http://code.google.com/p/google-web-toolkit/source/detail?r=10385

Modified:
 /trunk/dev/core/src/com/google/gwt/dev/jjs/impl/GwtAstBuilder.java

=======================================
--- /trunk/dev/core/src/com/google/gwt/dev/jjs/impl/GwtAstBuilder.java Wed Jun 22 17:02:06 2011 +++ /trunk/dev/core/src/com/google/gwt/dev/jjs/impl/GwtAstBuilder.java Thu Jun 23 09:22:06 2011
@@ -2758,7 +2758,7 @@
     }
   }

- public static boolean ENABLED = System.getProperties().containsKey("x.gwt.astBuilder"); + public static boolean ENABLED = !System.getProperties().containsKey("x.gwt.noAstBuilder");

   /**
    * Manually tracked version count.

--
http://groups.google.com/group/Google-Web-Toolkit-Contributors

Reply via email to