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:50:57 UTC

[37/41] git commit: update ant clean target

update ant clean target


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

Branch: refs/heads/makeFlexUnitApacheReady
Commit: 26f66a9159117b177866f488a01ace501957c7bd
Parents: b33e4c4
Author: cyrill.zadra <cy...@gmail.com>
Authored: Wed May 22 00:21:40 2013 +0800
Committer: cyrill.zadra <cy...@gmail.com>
Committed: Wed May 22 00:21:40 2013 +0800

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


http://git-wip-us.apache.org/repos/asf/flex-flexunit/blob/26f66a91/FlexUnit4Test/build.xml
----------------------------------------------------------------------
diff --git a/FlexUnit4Test/build.xml b/FlexUnit4Test/build.xml
index 1cae7f7..8f5e456 100644
--- a/FlexUnit4Test/build.xml
+++ b/FlexUnit4Test/build.xml
@@ -136,14 +136,13 @@
       <delete dir="${dist.loc}" />
       <delete>
          <fileset dir="${lib.loc}">
-			<exclude name="fluint-1_2.swc" />
-            <exclude name="FlexUnit1Lib.swc" />
-            <exclude name="hamcrest-as3*.swc" />
             <exclude name="mock-as3.swc" />
             <exclude name="mockolate*.swc" />
             <exclude name="build/saxon*.jar" />
          </fileset>
       </delete>
+
+	  <ant antfile="${basedir}/downloads.xml" target="clean" dir="${basedir}" />
    </target>
 
    <target name="init">

http://git-wip-us.apache.org/repos/asf/flex-flexunit/blob/26f66a91/FlexUnit4Test/downloads.xml
----------------------------------------------------------------------
diff --git a/FlexUnit4Test/downloads.xml b/FlexUnit4Test/downloads.xml
index 1851b3c..eb214d3 100644
--- a/FlexUnit4Test/downloads.xml
+++ b/FlexUnit4Test/downloads.xml
@@ -58,8 +58,8 @@
             description="Removes thirdparty downloads.">
         <delete includeEmptyDirs="true" failonerror="false">
             <fileset dir="${download.dir}">
-                <include name="FlexUnit1Lib*/**"/>
-            </fileset>
+             	<include name="hamcrest*/**"/>
+			</fileset>
         </delete>
     </target>