Repository: flex-sdk
Updated Branches:
  refs/heads/develop 96c064e6b -> f406e251a


FLEX-34460 adt is missing in windows install


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

Branch: refs/heads/develop
Commit: cd88495aa92d42cfd332cd52f5c4e9aac371fcdc
Parents: 96c064e
Author: Alex Harui <aha...@apache.org>
Authored: Tue Aug 12 14:01:54 2014 -0700
Committer: Alex Harui <aha...@apache.org>
Committed: Tue Aug 12 14:01:54 2014 -0700

----------------------------------------------------------------------
 installer.xml | 5 +++--
 1 file changed, 3 insertions(+), 2 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/flex-sdk/blob/cd88495a/installer.xml
----------------------------------------------------------------------
diff --git a/installer.xml b/installer.xml
index 4c75227..6097703 100644
--- a/installer.xml
+++ b/installer.xml
@@ -380,8 +380,7 @@
                 <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/**" />
@@ -396,6 +395,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>

Reply via email to