verbose-stacktraces=true

git-svn-id: svn+ssh://src.earth.threerings.net/nenya/trunk@489 ed5b42cb-e716-0410-a449-f6a68f950b19
This commit is contained in:
Ray Greenwell
2008-05-07 21:52:26 +00:00
parent 9783a6a320
commit 95400b6050
+1 -1
View File
@@ -159,7 +159,7 @@
<!-- compiler.use-resource-bundle-metadata: determines whether resources bundles are included in the application.--> <!-- compiler.use-resource-bundle-metadata: determines whether resources bundles are included in the application.-->
<use-resource-bundle-metadata>true</use-resource-bundle-metadata> <use-resource-bundle-metadata>true</use-resource-bundle-metadata>
<!-- compiler.verbose-stacktraces: save callstack information to the SWF for debugging--> <!-- compiler.verbose-stacktraces: save callstack information to the SWF for debugging-->
<verbose-stacktraces>false</verbose-stacktraces> <verbose-stacktraces>true</verbose-stacktraces>
<!-- compiler.warn-array-tostring-changes: Array.toString() format has changed.--> <!-- compiler.warn-array-tostring-changes: Array.toString() format has changed.-->
<warn-array-tostring-changes>false</warn-array-tostring-changes> <warn-array-tostring-changes>false</warn-array-tostring-changes>
<!-- compiler.warn-assignment-within-conditional: Assignment within conditional.--> <!-- compiler.warn-assignment-within-conditional: Assignment within conditional.-->