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

seam-commits at lists.jboss.org seam-commits at lists.jboss.org
Tue May 20 15:16:16 EDT 2008


Author: jbalunas at redhat.com
Date: 2008-05-20 15:16:16 -0400 (Tue, 20 May 2008)
New Revision: 8238

Modified:
   trunk/build/ci.build.xml
Log:
JBSEAM-3012 - refdoc is handled as part od the dist target and does not need to be executed.

Modified: trunk/build/ci.build.xml
===================================================================
--- trunk/build/ci.build.xml	2008-05-20 18:13:37 UTC (rev 8237)
+++ trunk/build/ci.build.xml	2008-05-20 19:16:16 UTC (rev 8238)
@@ -57,11 +57,7 @@
 	<target name="snapshot">
 		<build target="cleanall" />
 		<build target="dist" />
-		<build target="refdoc">
-			<properties>
-				<property name="dist.ref.dir" value="${dist.ref.dir}" />
-			</properties>
-		</build>
+		
 		<ant target="deploySeamSnapshot" antfile="${ant.file}" inheritall="false" inheritrefs="false" dir=".">
 			<property name="qualifier" value="-SNAPSHOT" />
 		</ant>




More information about the seam-commits mailing list