You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@flex.apache.org by go...@apache.org on 2013/05/08 00:19:20 UTC

[5/7] git commit: [flex-sdk] [refs/heads/develop] - Delete 'lib' and 'in' directories as part of 'super-clean', not 'clean'

Delete 'lib' and 'in' directories as part of 'super-clean', not 'clean'


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

Branch: refs/heads/develop
Commit: 1cfee79bd56a77a3d251356d1f7cf62f392f9a90
Parents: 0a6b468
Author: Gordon Smith <go...@apache.org>
Authored: Tue May 7 14:52:23 2013 -0700
Committer: Gordon Smith <go...@apache.org>
Committed: Tue May 7 14:52:23 2013 -0700

----------------------------------------------------------------------
 build.xml |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/flex-sdk/blob/1cfee79b/build.xml
----------------------------------------------------------------------
diff --git a/build.xml b/build.xml
index 07da287..53b3dfa 100644
--- a/build.xml
+++ b/build.xml
@@ -300,6 +300,8 @@
     <target name="thirdparty-clean" description="Removes all thirdparty downloads.">
         <ant dir="${basedir}/modules" target="thirdparty-clean"/>
         <ant dir="${basedir}/frameworks" target="thirdparty-clean"/>
+        <delete dir="${basedir}/in"/>
+        <delete dir="${basedir}/lib"/>
     </target>
 
     <target name="clean" depends="modules-clean,frameworks-clean,frameworks-clean,frameworks-rsls-clean,package-clean,checkintests-clean" 
@@ -319,8 +321,6 @@
             <include name="nai/**"/>
             <include name="win/**"/>
         </delete>
-        <delete dir="${basedir}/in"/>
-        <delete dir="${basedir}/lib"/>
         <delete dir="${basedir}/out" failonerror="false" includeEmptyDirs="true"/>
         <delete dir="${basedir}/temp" failonerror="false" includeEmptyDirs="true"/>
         <delete dir="${basedir}/tempDoc" failonerror="false" includeEmptyDirs="true"/>