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/08/14 07:46:38 UTC

[2/2] git commit: [flex-asjs] [refs/heads/develop] - FLEX-34460 fix air install on windows

FLEX-34460 fix air install on windows


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

Branch: refs/heads/develop
Commit: d2e6a3fe1aad321dc7afb5e52655c5fd8d9e0226
Parents: 3421d4d
Author: Alex Harui <ah...@apache.org>
Authored: Tue Aug 12 14:02:43 2014 -0700
Committer: Alex Harui <ah...@apache.org>
Committed: Wed Aug 13 22:46:28 2014 -0700

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


http://git-wip-us.apache.org/repos/asf/flex-asjs/blob/d2e6a3fe/installer.xml
----------------------------------------------------------------------
diff --git a/installer.xml b/installer.xml
index 46b781a..22eb773 100644
--- a/installer.xml
+++ b/installer.xml
@@ -587,9 +587,9 @@
             <fileset dir="${download.dir}/airsdk">
                 <include name="AIR SDK license.pdf" />
                 <include name="AIR SDK Readme.txt" />
+                <include name="airsdk.xml" />
                 <include name="bin/adl.exe" />
-                <include name="bin/adl" />
-                <include name="bin/adl.bat" />
+                <include name="bin/adt.bat" />
                 <include name="frameworks/libs/air/**" />
                 <include name="frameworks/projects/air/**" />
                 <include name="include/**" />
@@ -604,6 +604,8 @@
                 <include name="samples/descriptor-sample.xml" />
                 <include name="samples/icons/**" />
                 <include name="templates/air/**" />
+                <include name="templates/extensions/**" />
+                <include name="templates/sdk/**" />
             </fileset>
         </copy>
     </target>