You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@ace.apache.org by ma...@apache.org on 2012/07/10 09:11:07 UTC

svn commit: r1359498 - in /ace/sandbox/marrs: cnf/build.xml org.apache.ace.deployment.provider.api/test/ org.apache.ace.identification.ifconfig/tmp/

Author: marrs
Date: Tue Jul 10 07:11:07 2012
New Revision: 1359498

URL: http://svn.apache.org/viewvc?rev=1359498&view=rev
Log:
Enhanced the 'clean' target a bit. Cleaned up some folders.

Added:
    ace/sandbox/marrs/org.apache.ace.deployment.provider.api/test/
Removed:
    ace/sandbox/marrs/org.apache.ace.identification.ifconfig/tmp/
Modified:
    ace/sandbox/marrs/cnf/build.xml

Modified: ace/sandbox/marrs/cnf/build.xml
URL: http://svn.apache.org/viewvc/ace/sandbox/marrs/cnf/build.xml?rev=1359498&r1=1359497&r2=1359498&view=diff
==============================================================================
--- ace/sandbox/marrs/cnf/build.xml (original)
+++ ace/sandbox/marrs/cnf/build.xml Tue Jul 10 07:11:07 2012
@@ -148,6 +148,9 @@
 		
 		<delete dir="${workspacedir}/cnf/tmp"/>
 		<delete dir="${workspacedir}/cnf/p2target"/>
+		
+		<!-- Clean up test tmp folder. -->
+		<delete dir="tmp" />
 	</target>
 
 	<!--