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 2015/06/15 14:50:07 UTC

git commit: [flex-utilities] [refs/heads/develop] - fix build after refactor

Repository: flex-utilities
Updated Branches:
  refs/heads/develop bff6ca280 -> 673f17e45


fix build after refactor


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

Branch: refs/heads/develop
Commit: 673f17e45b37f7c0a28dce600bc6eb6af886191e
Parents: bff6ca2
Author: Alex Harui <ah...@apache.org>
Authored: Mon Jun 15 05:49:53 2015 -0700
Committer: Alex Harui <ah...@apache.org>
Committed: Mon Jun 15 05:49:53 2015 -0700

----------------------------------------------------------------------
 flex-installer/ant_on_air/build.xml | 8 ++++++--
 1 file changed, 6 insertions(+), 2 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/flex-utilities/blob/673f17e4/flex-installer/ant_on_air/build.xml
----------------------------------------------------------------------
diff --git a/flex-installer/ant_on_air/build.xml b/flex-installer/ant_on_air/build.xml
index 5c74d04..07d0c0a 100644
--- a/flex-installer/ant_on_air/build.xml
+++ b/flex-installer/ant_on_air/build.xml
@@ -101,9 +101,13 @@
     <target name="get-as3commons.swc" depends="check-as3commons.swc" unless="as3commons.swc.present"
         description="Download as3commons.swc and fail if checksum mismatch.">
         <mkdir dir="${basedir}/external/libs"/>
-        <get src="http://projects.yoolab.org/maven/content/repositories/releases/org/as3commons/as3commons-zip/1.0.0-alpha.1/as3commons-zip-1.0.0-alpha.1.swc"
+        <!--<get src="http://projects.yoolab.org/maven/content/repositories/releases/org/as3commons/as3commons-zip/1.0.0-alpha.1/as3commons-zip-1.0.0-alpha.1.swc"
+        dest="${basedir}/external/libs/as3commons-zip-1.0.0-alpha.1.swc"
+        verbose="true"/>-->
+        <get src="https://github.com/bigosmallm/MakeApacheFlexForFlashBuilder/blob/master/libs/as3commons-zip-1.0.0-alpha.1.swc?raw=true"
         dest="${basedir}/external/libs/as3commons-zip-1.0.0-alpha.1.swc"
         verbose="true"/>
+        <!--
         <get src="http://projects.yoolab.org/maven/content/repositories/releases/org/as3commons/as3commons-zip/1.0.0-alpha.1/as3commons-zip-1.0.0-alpha.1.swc.md5"
         dest="${basedir}/external/libs/as3commons-zip-1.0.0-alpha.1.swc.md5"
         verbose="true"/>
@@ -113,7 +117,7 @@
             <condition>
                 <isfalse value="${isMD5ok}"/>
             </condition>
-        </fail>
+        </fail>-->
     </target>
     
     <target name="third-party-clean" description="Cleans up 3rd-party files.">