[seam-commits] Seam SVN: r9281 - trunk/build.

seam-commits at lists.jboss.org seam-commits at lists.jboss.org
Mon Oct 13 08:03:37 EDT 2008


Author: pete.muir at jboss.org
Date: 2008-10-13 08:03:37 -0400 (Mon, 13 Oct 2008)
New Revision: 9281

Modified:
   trunk/build/ci.build.xml
Log:
Do a clean before building docs

Modified: trunk/build/ci.build.xml
===================================================================
--- trunk/build/ci.build.xml	2008-10-13 11:55:34 UTC (rev 9280)
+++ trunk/build/ci.build.xml	2008-10-13 12:03:37 UTC (rev 9281)
@@ -59,6 +59,7 @@
 	</target>
 	
 	<target name="snapshotDocumentation">
+		<build target="cleanall" />
 	   <build target="refdoc">
          <properties>
             <property name="build.translations" value="true" />




More information about the seam-commits mailing list