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

seam-commits at lists.jboss.org seam-commits at lists.jboss.org
Tue Nov 25 11:57:23 EST 2008


Author: dan.j.allen
Date: 2008-11-25 11:57:23 -0500 (Tue, 25 Nov 2008)
New Revision: 9640

Modified:
   trunk/build/ci.build.xml
Log:
dvd example was renamed to dvdstore


Modified: trunk/build/ci.build.xml
===================================================================
--- trunk/build/ci.build.xml	2008-11-25 16:27:29 UTC (rev 9639)
+++ trunk/build/ci.build.xml	2008-11-25 16:57:23 UTC (rev 9640)
@@ -86,7 +86,7 @@
 		<deployExample name="booking" repositoryId="snapshots.jboss.org" />
 		<deployExampleNoDs name="numberguess" 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" />
+		<deployExample name="dvdstore" path="${seam.dir}/examples/dvdstore" repositoryId="snapshots.jboss.org" />
 	</target>
 	
 	<target name="deployDocumentation" depends="initdav, initpoms">
@@ -137,4 +137,4 @@
 		</sequential>
 	</macrodef>
 
-</project>
\ No newline at end of file
+</project>




More information about the seam-commits mailing list