Revision: 9389
Author: j...@google.com
Date: Thu Dec  9 04:33:35 2010
Log: Rolling back stupidly-accidental commit to JUnit.gwt.xml

Review by: knor...@google.com
http://code.google.com/p/google-web-toolkit/source/detail?r=9389

Modified:
 /trunk/user/src/com/google/gwt/junit/JUnit.gwt.xml

=======================================
--- /trunk/user/src/com/google/gwt/junit/JUnit.gwt.xml Wed Dec 8 11:37:11 2010 +++ /trunk/user/src/com/google/gwt/junit/JUnit.gwt.xml Thu Dec 9 04:33:35 2010
@@ -32,8 +32,8 @@
   </generate-with>

   <!-- We want to provide consistent stack traces across all browsers. -->
- <set-configuration-property name="compiler.emulatedStack.recordFileNames" value="false" />
-  <set-property name="compiler.emulatedStack" value="false" />
+ <set-configuration-property name="compiler.emulatedStack.recordFileNames" value="true" />
+  <set-property name="compiler.emulatedStack" value="true" />

<!-- Override the regular symbolMaps linker to put the data somewhere we can find it --> <define-linker name="symbolMaps" class="com.google.gwt.junit.linker.JUnitSymbolMapsLinker" />

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

Reply via email to