You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@flex.apache.org by jo...@apache.org on 2016/05/17 19:48:44 UTC

[2/2] git commit: [flex-asjs] [refs/heads/develop] - installer: updates asjsc Flash Builder launch configurations with correct paths for SDK

installer: updates asjsc Flash Builder launch configurations with correct paths for SDK


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

Branch: refs/heads/develop
Commit: 193170924101a00e1fd71580501e9dc5d96d3abe
Parents: 4f94e82
Author: Josh Tynjala <jo...@apache.org>
Authored: Tue May 17 12:48:31 2016 -0700
Committer: Josh Tynjala <jo...@apache.org>
Committed: Tue May 17 12:48:31 2016 -0700

----------------------------------------------------------------------
 installer.xml | 20 ++++++++++++++++++++
 1 file changed, 20 insertions(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/flex-asjs/blob/19317092/installer.xml
----------------------------------------------------------------------
diff --git a/installer.xml b/installer.xml
index 50b213b..9070491 100644
--- a/installer.xml
+++ b/installer.xml
@@ -106,6 +106,10 @@
         <os family="windows" />
     </condition>
     <property name="MXMLC" value="mxmlc" />
+    <condition property="ASJSC" value="asjsc.bat">
+        <os family="windows" />
+    </condition>
+    <property name="ASJSC" value="asjsc" />
     
     <condition property="java.home" value="${env.JAVA_HOME}" >
         <and>
@@ -924,6 +928,22 @@ tofile="${FLEXJS_HOME}/frameworks/themes/Halo/Halo.swc" />
             token="$FLEXJS_HOME"
             value="${FLEXJS_HOME}"/>
         </replace>
+        <replace file="${FLEXJS_HOME}/ide/flashbuilder/ASJSC (Debug and Release Build).launch">
+            <replacefilter
+            token="$ASJSC"
+            value="${ASJSC}"/>
+            <replacefilter
+            token="$FLEXJS_HOME"
+            value="${FLEXJS_HOME}"/>
+        </replace>
+        <replace file="${FLEXJS_HOME}/ide/flashbuilder/ASJSC (Debug Build).launch">
+            <replacefilter
+            token="$ASJSC"
+            value="${ASJSC}"/>
+            <replacefilter
+            token="$FLEXJS_HOME"
+            value="${FLEXJS_HOME}"/>
+        </replace>
         <replace file="${FLEXJS_HOME}/js/bin/mxmlc.bat">
             <replacefilter
             token="@java"