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

seam-commits at lists.jboss.org seam-commits at lists.jboss.org
Mon Oct 20 09:56:52 EDT 2008


Author: pete.muir at jboss.org
Date: 2008-10-20 09:56:52 -0400 (Mon, 20 Oct 2008)
New Revision: 9365

Modified:
   trunk/build/ci.build.xml
Log:
minor

Modified: trunk/build/ci.build.xml
===================================================================
--- trunk/build/ci.build.xml	2008-10-20 13:36:06 UTC (rev 9364)
+++ trunk/build/ci.build.xml	2008-10-20 13:56:52 UTC (rev 9365)
@@ -73,7 +73,7 @@
 	<target name="deployExamplesSnapshot" depends="initdav">
 		<deployExample name="booking" repositoryId="snapshots.jboss.org" />
 		<deployExampleNoDs name="numberguess" repositoryId="snapshots.jboss.org" />
-		<deployExampleNoDs name="jpa" distdir="dist-jboss" repositoryId="snapshots.jboss.org" />
+		<deployExampleNoDs name="jpa" distdir="dist-jboss" type="war" repositoryId="snapshots.jboss.org" />
 		<deployExample name="dvd" path="${seam.dir}/examples/dvdstore" repositoryId="snapshots.jboss.org" />
 	</target>
 	




More information about the seam-commits mailing list