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 <[email protected]> Authored: Mon Jun 9 07:39:32 2014 -0700 Committer: Alex Harui <[email protected]> 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=""${java.executable}""/> </replace> <replace file="${FLEXJS_HOME}/js/bin/compc.bat"> <replacefilter token="@java" - value="${java.executable}"/> + value=""${java.executable}""/> </replace> </target>
