Repository: flex-asjs Updated Branches: refs/heads/develop da54e7ef9 -> 284c837ca
forgot to fixup this file Project: http://git-wip-us.apache.org/repos/asf/flex-asjs/repo Commit: http://git-wip-us.apache.org/repos/asf/flex-asjs/commit/284c837c Tree: http://git-wip-us.apache.org/repos/asf/flex-asjs/tree/284c837c Diff: http://git-wip-us.apache.org/repos/asf/flex-asjs/diff/284c837c Branch: refs/heads/develop Commit: 284c837ca8f45fb0a46f75b2376e4726534a987e Parents: da54e7e Author: Alex Harui <[email protected]> Authored: Thu Jun 16 16:18:57 2016 -0700 Committer: Alex Harui <[email protected]> Committed: Thu Jun 16 16:18:57 2016 -0700 ---------------------------------------------------------------------- installer.xml | 8 ++++++++ 1 file changed, 8 insertions(+) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/flex-asjs/blob/284c837c/installer.xml ---------------------------------------------------------------------- diff --git a/installer.xml b/installer.xml index 20808bf..74a04e7 100644 --- a/installer.xml +++ b/installer.xml @@ -930,6 +930,14 @@ tofile="${FLEXJS_HOME}/frameworks/themes/Halo/Halo.swc" /> token="$FLEXJS_HOME" value="${FLEXJS_HOME}"/> </replace> + <replace file="${FLEXJS_HOME}/ide/flashbuilder/FlexJS (FalconJX Debug Build).launch"> + <replacefilter + token="$MXMLC" + value="${MXMLC}"/> + <replacefilter + token="$FLEXJS_HOME" + value="${FLEXJS_HOME}"/> + </replace> <replace file="${FLEXJS_HOME}/ide/flashbuilder/FlexJS (JS COMPC).launch"> <replacefilter token="$COMPC"
