[seam-commits] Seam SVN: r10300 - trunk/seam-gen/ivy.

seam-commits at lists.jboss.org seam-commits at lists.jboss.org
Sun Apr 5 20:45:14 EDT 2009


Author: dan.j.allen
Date: 2009-04-05 20:45:13 -0400 (Sun, 05 Apr 2009)
New Revision: 10300

Modified:
   trunk/seam-gen/ivy/ivy-build.xml
Log:
alias deflate to uninflate


Modified: trunk/seam-gen/ivy/ivy-build.xml
===================================================================
--- trunk/seam-gen/ivy/ivy-build.xml	2009-04-05 16:03:17 UTC (rev 10299)
+++ trunk/seam-gen/ivy/ivy-build.xml	2009-04-06 00:45:13 UTC (rev 10300)
@@ -49,7 +49,9 @@
 
 	<target name="inflate" depends="inflate-core,inflate-source,inflate-test"/>
 
-	<target name="uninflate">
+	<target name="uninflate" depends="deflate"/>
+
+	<target name="deflate">
 		<delete includeemptydirs="true" failonerror="false">
 			 <fileset dir="${lib.dir}">
 				  <include name="**/*"/>




More information about the seam-commits mailing list