We need verbosity now.

Maybe I'll screw around with passing properties down to sub-projects to
control their stack trace verbosity when I'm not sick.


git-svn-id: svn+ssh://src.earth.threerings.net/narya/trunk@5047 542714f4-19e9-0310-aa3c-eee0fc999fb1
This commit is contained in:
Ray Greenwell
2008-05-07 21:51:17 +00:00
parent b528132e5d
commit 45c6def0bc
+1 -1
View File
@@ -158,7 +158,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.-->