Revision: 10202
Author: [email protected]
Date: Mon May 23 07:26:25 2011
Log: Enables on the persistent unit cache by default.
Review at http://gwt-code-reviews.appspot.com/1448801
http://code.google.com/p/google-web-toolkit/source/detail?r=10202
Modified:
/trunk/dev/core/src/com/google/gwt/dev/javac/UnitCacheFactory.java
=======================================
--- /trunk/dev/core/src/com/google/gwt/dev/javac/UnitCacheFactory.java Thu
Apr 28 09:54:26 2011
+++ /trunk/dev/core/src/com/google/gwt/dev/javac/UnitCacheFactory.java Mon
May 23 07:26:25 2011
@@ -29,7 +29,7 @@
* The API must be enabled explicitly for persistent caching to be live.
*/
private static final String configPropertyValue =
System.getProperty("gwt.persistentunitcache",
- "false");
+ "true");
private static final boolean usePersistent =
configPropertyValue.length() == 0
|| Boolean.parseBoolean(configPropertyValue);
private static UnitCache instance = null;
--
http://groups.google.com/group/Google-Web-Toolkit-Contributors