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>
<!--