You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@flex.apache.org by er...@apache.org on 2013/05/24 11:04:55 UTC

[3/3] git commit: [flex-falcon] [refs/heads/develop] - - there is no 'sdk/generated' directory at this level: removed delete commands - changed the 'wipe' target call on compiler.jx -which doesn't exist - to 'super-clean'

- there is no 'sdk/generated' directory at this level: removed delete commands
- changed the 'wipe' target call on compiler.jx -which doesn't exist - to 'super-clean'

Signed-off-by: Erik de Bruin <er...@ixsoftware.nl>


Project: http://git-wip-us.apache.org/repos/asf/flex-falcon/repo
Commit: http://git-wip-us.apache.org/repos/asf/flex-falcon/commit/59b98023
Tree: http://git-wip-us.apache.org/repos/asf/flex-falcon/tree/59b98023
Diff: http://git-wip-us.apache.org/repos/asf/flex-falcon/diff/59b98023

Branch: refs/heads/develop
Commit: 59b980233da3dc4fc2be80444886bf60f1d47d0f
Parents: bed0cdf
Author: Erik de Bruin <er...@ixsoftware.nl>
Authored: Fri May 24 11:04:34 2013 +0200
Committer: Erik de Bruin <er...@ixsoftware.nl>
Committed: Fri May 24 11:04:34 2013 +0200

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


http://git-wip-us.apache.org/repos/asf/flex-falcon/blob/59b98023/build.xml
----------------------------------------------------------------------
diff --git a/build.xml b/build.xml
index 3abe5c5..2ed7945 100644
--- a/build.xml
+++ b/build.xml
@@ -67,14 +67,12 @@
     <target name="wipe" description="Wipes out everything that didn't come from Git.">
         <ant dir="compiler" target="wipe"/>
         <ant dir="compiler.tests" target="wipe"/>
-		<delete dir="sdk/generated"/>
     </target>
     
     <target name="wipe-all" description="Wipes out everything that didn't come from Git.">
         <ant dir="compiler" target="wipe"/>
         <ant dir="compiler.tests" target="wipe"/>
-		<delete dir="sdk/generated"/>
-        <ant dir="compiler.jx" target="wipe"/>
+		<ant dir="compiler.jx" target="super-clean"/>
         <ant dir="compiler.jx.tests" target="wipe"/>
     </target>