Revision: 10379
Author:   [email protected]
Date:     Wed Jun 22 13:09:08 2011
Log:      Switch on GWT incremental compilation.

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

http://code.google.com/p/google-web-toolkit/source/detail?r=10379

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 Tue Jun 21 08:09:05 2011 +++ /trunk/dev/core/src/com/google/gwt/dev/jjs/impl/GwtAstBuilder.java Wed Jun 22 13:09:08 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