You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@flex.apache.org by ca...@apache.org on 2016/10/26 20:49:11 UTC

[02/24] git commit: [flex-asjs] [refs/heads/feature/mdl] - fix up installer after launch script name changes

fix up installer after launch script name changes


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

Branch: refs/heads/feature/mdl
Commit: 4c78873dfa4f5faabd2e0130413be5a9e92776cb
Parents: 561cf33
Author: Alex Harui <ah...@apache.org>
Authored: Wed Oct 26 09:27:04 2016 -0700
Committer: Alex Harui <ah...@apache.org>
Committed: Wed Oct 26 09:27:11 2016 -0700

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


http://git-wip-us.apache.org/repos/asf/flex-asjs/blob/4c78873d/installer.xml
----------------------------------------------------------------------
diff --git a/installer.xml b/installer.xml
index d6c8722..47fd118 100644
--- a/installer.xml
+++ b/installer.xml
@@ -967,7 +967,12 @@ tofile="${FLEXJS_HOME}/frameworks/themes/Halo/Halo.swc" />
             token="$FLEXJS_HOME"
             value="${FLEXJS_HOME}"/>
         </replace>
-        <replace file="${FLEXJS_HOME}/ide/flashbuilder/FlexJS (Cordova Run).launch">
+        <replace file="${FLEXJS_HOME}/ide/flashbuilder/FlexJS (Cordova Run IOS).launch">
+            <replacefilter
+            token="$FLEXJS_HOME"
+            value="${FLEXJS_HOME}"/>
+        </replace>
+        <replace file="${FLEXJS_HOME}/ide/flashbuilder/FlexJS (Cordova Run Android).launch">
             <replacefilter
             token="$FLEXJS_HOME"
             value="${FLEXJS_HOME}"/>
@@ -1000,11 +1005,16 @@ tofile="${FLEXJS_HOME}/frameworks/themes/Halo/Halo.swc" />
         	token="PATH"
         	value="UNIX_PATH" />
         </replace>
-        <replace file="${FLEXJS_HOME}/ide/flashbuilder/FlexJS (Cordova Run).launch">
+        <replace file="${FLEXJS_HOME}/ide/flashbuilder/FlexJS (Cordova Run IOS).launch">
         	<replacefilter
         	token="PATH"
         	value="UNIX_PATH" />
         </replace>
+        <replace file="${FLEXJS_HOME}/ide/flashbuilder/FlexJS (Cordova Run Android).launch">
+            <replacefilter
+            token="PATH"
+            value="UNIX_PATH" />
+        </replace>
     </target>
 
     <target name="download_using_mirror" depends="check-cache,get-preferred">