You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@flex.apache.org by pi...@apache.org on 2014/10/21 20:29:07 UTC

git commit: [flex-tlf] [refs/heads/develop] - Attempt to fix build - set forkValue to true

Repository: flex-tlf
Updated Branches:
  refs/heads/develop b9cecc631 -> 83490edf9


Attempt to fix build - set forkValue to true


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

Branch: refs/heads/develop
Commit: 83490edf936c9cb8473e373c58ce9f791ad1f4a2
Parents: b9cecc6
Author: piotrz <pi...@gmail.com>
Authored: Tue Oct 21 20:28:36 2014 +0200
Committer: piotrz <pi...@gmail.com>
Committed: Tue Oct 21 20:28:36 2014 +0200

----------------------------------------------------------------------
 build.properties | 2 ++
 1 file changed, 2 insertions(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/flex-tlf/blob/83490edf/build.properties
----------------------------------------------------------------------
diff --git a/build.properties b/build.properties
index 4a30a49..a698964 100644
--- a/build.properties
+++ b/build.properties
@@ -26,6 +26,8 @@ local.d32 =
 src.depend = true
 src.debug = on
 
+forkValue = 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
     # -d32/-d64 for 32-bit/64-bit code model (or don't specify for the default)