Reviewers: bobv,

Description:
Update XML doc to make it clearer that 'compiler.emulatedStack' should
no longer be used.

Review by: [email protected]

Please review this at http://gwt-code-reviews.appspot.com/1462804/

Affected files:
  M user/src/com/google/gwt/core/EmulateJsStack.gwt.xml


Index: user/src/com/google/gwt/core/EmulateJsStack.gwt.xml
===================================================================
--- user/src/com/google/gwt/core/EmulateJsStack.gwt.xml (revision 10345)
+++ user/src/com/google/gwt/core/EmulateJsStack.gwt.xml (working copy)
@@ -17,8 +17,7 @@
 <module>
   <inherits name="com.google.gwt.core.Core" />

-  <!-- Legacy property, use 'compiler.stackMode' instead -->
- <!-- If set to true, emulated stack frames will be emitted into the JS -->
+  <!-- Legacy property. Do NOT use. See 'compiler.stackMode' instead. -->
   <define-property name="compiler.emulatedStack" values="true,false" />
   <set-property name="compiler.emulatedStack" value="false" />



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

Reply via email to