You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@flex.apache.org by ah...@apache.org on 2014/06/09 16:39:43 UTC

git commit: [flex-asjs] [refs/heads/develop] - need quotes around java executable

Repository: flex-asjs
Updated Branches:
  refs/heads/develop a8979ccdf -> c4a6440b9


need quotes around java executable


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

Branch: refs/heads/develop
Commit: c4a6440b969d25d57d2a72cc8f03355fbeee73f3
Parents: a8979cc
Author: Alex Harui <ah...@apache.org>
Authored: Mon Jun 9 07:39:32 2014 -0700
Committer: Alex Harui <ah...@apache.org>
Committed: Mon Jun 9 07:39:32 2014 -0700

----------------------------------------------------------------------
 installer.xml | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/flex-asjs/blob/c4a6440b/installer.xml
----------------------------------------------------------------------
diff --git a/installer.xml b/installer.xml
index 685b349..af6b786 100644
--- a/installer.xml
+++ b/installer.xml
@@ -946,12 +946,12 @@ tofile="${FLEXJS_HOME}/frameworks/themes/Halo/Halo.swc" />
         <replace file="${FLEXJS_HOME}/js/bin/mxmlc.bat">
             <replacefilter
             token="@java"
-            value="${java.executable}"/>
+            value="&quot;${java.executable}&quot;"/>
         </replace>
         <replace file="${FLEXJS_HOME}/js/bin/compc.bat">
             <replacefilter
             token="@java"
-            value="${java.executable}"/>
+            value="&quot;${java.executable}&quot;"/>
         </replace>
     </target>