Repository: flex-utilities
Updated Branches:
  refs/heads/develop 8d8150922 -> 697ea8e1c


Fix urls to external utils classes in ant_on_air


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

Branch: refs/heads/develop
Commit: 697ea8e1cfa815edf45d4bb628308a64ac10ba25
Parents: 8d81509
Author: Piotr Zarzycki <[email protected]>
Authored: Tue Oct 24 15:27:37 2017 +0200
Committer: Piotr Zarzycki <[email protected]>
Committed: Tue Oct 24 15:27:37 2017 +0200

----------------------------------------------------------------------
 flex-installer/ant_on_air/build.xml | 14 +++++++-------
 1 file changed, 7 insertions(+), 7 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/flex-utilities/blob/697ea8e1/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 07d0c0a..f8a7593 100644
--- a/flex-installer/ant_on_air/build.xml
+++ b/flex-installer/ant_on_air/build.xml
@@ -82,15 +82,15 @@
 
     <target name="third-party" depends="get-as3commons.swc" 
description="downloads 3rd-party files">
         <mkdir dir="${basedir}/external/de/ketzler/utils" />
-        <get 
src="http://as3-simple-untar.googlecode.com/svn/trunk/src/de/ketzler/utils/SimpleUntar.as";
 dest="${basedir}/external/de/ketzler/utils/SimpleUntar.as" skipexisting="true" 
/>
+        <get 
src="https://raw.githubusercontent.com/thdtjsdn/as3-simple-untar/master/src/de/ketzler/utils/SimpleUntar.as";
 dest="${basedir}/external/de/ketzler/utils/SimpleUntar.as" skipexisting="true" 
/>
         <mkdir dir="${basedir}/external/de/ketzler/utils/untar" />
-        <get 
src="http://as3-simple-untar.googlecode.com/svn/trunk/src/de/ketzler/utils/untar/UntarFileInfo.as";
 dest="${basedir}/external/de/ketzler/utils/untar/UntarFileInfo.as" 
skipexisting="true" />
-        <get 
src="http://as3-simple-untar.googlecode.com/svn/trunk/src/de/ketzler/utils/untar/UntarHeaderBlock.as";
 dest="${basedir}/external/de/ketzler/utils/untar/UntarHeaderBlock.as" 
skipexisting="true" />
+        <get 
src="https://raw.githubusercontent.com/thdtjsdn/as3-simple-untar/master/src/de/ketzler/utils/untar/UntarFileInfo.as";
 dest="${basedir}/external/de/ketzler/utils/untar/UntarFileInfo.as" 
skipexisting="true" />
+        <get 
src="https://raw.githubusercontent.com/thdtjsdn/as3-simple-untar/master/src/de/ketzler/utils/untar/UntarHeaderBlock.as";
 dest="${basedir}/external/de/ketzler/utils/untar/UntarHeaderBlock.as" 
skipexisting="true" />
         <mkdir dir="${basedir}/external/com/probertson/utils" />
-        <get 
src="http://ascompress.googlecode.com/svn/trunk/src/com/probertson/utils/CRC32Generator.as";
 dest="${basedir}/external/com/probertson/utils/CRC32Generator.as" 
skipexisting="true" />
-        <get 
src="http://ascompress.googlecode.com/svn/trunk/src/com/probertson/utils/GZIPBytesEncoder.as";
 dest="${basedir}/external/com/probertson/utils/GZIPBytesEncoder.as" 
skipexisting="true" />
-        <get 
src="http://ascompress.googlecode.com/svn/trunk/src/com/probertson/utils/GZIPEncoder.as";
 dest="${basedir}/external/com/probertson/utils/GZIPEncoder.as" 
skipexisting="true" />
-        <get 
src="http://ascompress.googlecode.com/svn/trunk/src/com/probertson/utils/GZIPFile.as";
 dest="${basedir}/external/com/probertson/utils/GZIPFile.as" 
skipexisting="true" />
+        <get 
src="https://raw.githubusercontent.com/johan/browser-gzip-encoder/master/src/com/probertson/utils/CRC32Generator.as";
 dest="${basedir}/external/com/probertson/utils/CRC32Generator.as" 
skipexisting="true" />
+        <get 
src="https://raw.githubusercontent.com/johan/browser-gzip-encoder/master/src/com/probertson/utils/GZIPBytesEncoder.as";
 dest="${basedir}/external/com/probertson/utils/GZIPBytesEncoder.as" 
skipexisting="true" />
+        <get 
src="https://raw.githubusercontent.com/johan/browser-gzip-encoder/master/src/com/probertson/utils/GZIPEncoder.as";
 dest="${basedir}/external/com/probertson/utils/GZIPEncoder.as" 
skipexisting="true" />
+        <get 
src="https://raw.githubusercontent.com/johan/browser-gzip-encoder/master/src/com/probertson/utils/GZIPFile.as";
 dest="${basedir}/external/com/probertson/utils/GZIPFile.as" 
skipexisting="true" />
     </target>
     
     <target name="check-as3commons.swc">

Reply via email to