You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@flex.apache.org by ha...@apache.org on 2014/11/27 12:38:57 UTC

git commit: [flex-tlf] [refs/heads/tables] - Changed build.properties

Repository: flex-tlf
Updated Branches:
  refs/heads/tables 5357c43c2 -> 86fbe9325


Changed build.properties


Project: http://git-wip-us.apache.org/repos/asf/flex-tlf/repo
Commit: http://git-wip-us.apache.org/repos/asf/flex-tlf/commit/86fbe932
Tree: http://git-wip-us.apache.org/repos/asf/flex-tlf/tree/86fbe932
Diff: http://git-wip-us.apache.org/repos/asf/flex-tlf/diff/86fbe932

Branch: refs/heads/tables
Commit: 86fbe9325610a3ae8b756958d9177227681cfd5c
Parents: 5357c43
Author: Harbs <ha...@in-tools.com>
Authored: Thu Nov 27 13:38:48 2014 +0200
Committer: Harbs <ha...@in-tools.com>
Committed: Thu Nov 27 13:38:48 2014 +0200

----------------------------------------------------------------------
 build.properties | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/flex-tlf/blob/86fbe932/build.properties
----------------------------------------------------------------------
diff --git a/build.properties b/build.properties
index fb3b6f7..be2b672 100644
--- a/build.properties
+++ b/build.properties
@@ -27,11 +27,11 @@ src.depend = true
 src.debug = on
 
 forkValue = true
-minimalTests = true
-flexdebug = false
+minimalTests = false
+flexdebug = true
 
 # JVM options for <compc> and <mxmlc> tasks
-jvm.args = ${local.d32} -Xms64m -Xmx1024m -XX:MaxPermSize=1024m -XX:+CMSClassUnloadingEnabled -XX:+CMSPermGenSweepingEnabled -ea -Dapple.awt.UIElement=true
+jvm.args = ${local.d32} -Xms64m -Xmx1024m -XX:MaxPermSize=1024m -XX:+CMSClassUnloadingEnabled -ea -Dapple.awt.UIElement=true
     # -d32/-d64 for 32-bit/64-bit code model (or don't specify for the default)
 	# -Xms64m: start out with a 64 MB heap
 	# -Xmx512m: allow the heap to grow to 512 MB