You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@flex.apache.org by cz...@apache.org on 2013/05/22 15:51:01 UTC

[41/41] git commit: updated clean task and sourceUrl of mockolate swc

updated clean task and sourceUrl of mockolate swc


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

Branch: refs/heads/makeFlexUnitApacheReady
Commit: 0f9cd8890a44d1c903f18ddfc86e36969422c104
Parents: 47736bc
Author: cyrill.zadra <cy...@gmail.com>
Authored: Wed May 22 21:46:14 2013 +0800
Committer: cyrill.zadra <cy...@gmail.com>
Committed: Wed May 22 21:46:14 2013 +0800

----------------------------------------------------------------------
 FlexUnit4Test/build.xml     |    1 -
 FlexUnit4Test/downloads.xml |    3 ++-
 2 files changed, 2 insertions(+), 2 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/flex-flexunit/blob/0f9cd889/FlexUnit4Test/build.xml
----------------------------------------------------------------------
diff --git a/FlexUnit4Test/build.xml b/FlexUnit4Test/build.xml
index 8f5e456..21be420 100644
--- a/FlexUnit4Test/build.xml
+++ b/FlexUnit4Test/build.xml
@@ -137,7 +137,6 @@
       <delete>
          <fileset dir="${lib.loc}">
             <exclude name="mock-as3.swc" />
-            <exclude name="mockolate*.swc" />
             <exclude name="build/saxon*.jar" />
          </fileset>
       </delete>

http://git-wip-us.apache.org/repos/asf/flex-flexunit/blob/0f9cd889/FlexUnit4Test/downloads.xml
----------------------------------------------------------------------
diff --git a/FlexUnit4Test/downloads.xml b/FlexUnit4Test/downloads.xml
index 6dd2620..a0693fb 100644
--- a/FlexUnit4Test/downloads.xml
+++ b/FlexUnit4Test/downloads.xml
@@ -60,6 +60,7 @@
         <delete includeEmptyDirs="true" failonerror="false">
             <fileset dir="${download.dir}">
              	<include name="hamcrest*/**"/>
+            	<include name="mockolate*/**"/>
 			</fileset>
         </delete>
     </target>
@@ -253,7 +254,7 @@
 	        description="Downloads and copies mockolate to the lib directory.">
 	        <echo message="Obtaining lib/mockolate-0.9.5.swc"/>
 	        <antcall target="download-zip">
-	          <param name="srcUrl" value="https://github.com/downloads/drewbourne/mockolate"/>
+	          <param name="srcUrl" value="http://cloud.github.com/downloads/drewbourne/mockolate"/>
 	          <param name="zipFile" value="mockolate-0.9.5.zip"/>
 	          <param name="srcJarPath" value="mockolate-0.9.5/mockolate-0.9.5.swc"/>
 	          <param name="md5" value="b73fe1bb5f443993adcf8b274f6a48b2"/>