[seam-commits] Seam SVN: r13926 - branches/community/Seam_2_2/build.

seam-commits at lists.jboss.org seam-commits at lists.jboss.org
Tue Nov 23 03:25:29 EST 2010


Author: manaRH
Date: 2010-11-23 03:25:28 -0500 (Tue, 23 Nov 2010)
New Revision: 13926

Modified:
   branches/community/Seam_2_2/build/ci.build.xml
Log:
changed deployment configuration of DVDStore example - now for JBoss AS6 only

Modified: branches/community/Seam_2_2/build/ci.build.xml
===================================================================
--- branches/community/Seam_2_2/build/ci.build.xml	2010-11-22 15:41:50 UTC (rev 13925)
+++ branches/community/Seam_2_2/build/ci.build.xml	2010-11-23 08:25:28 UTC (rev 13926)
@@ -104,7 +104,7 @@
         <deployExample name="booking" repositoryId="jboss-snapshots-repository" />
         <deployExampleNoDs name="numberguess" repositoryId="jboss-snapshots-repository" />
         <deployExampleNoDs name="jpa" distdir="dist-jboss" type="war" repositoryId="jboss-snapshots-repository" />
-        <deployExample name="dvdstore" path="${seam.dir}/examples/dvdstore" repositoryId="jboss-snapshots-repository" />
+        <deployExampleJboss6 name="dvdstore" path="${seam.dir}/examples/dvdstore" repositoryId="jboss-snapshots-repository" />
     </target>
 
     <target name="deployDocumentation" depends="initdav, initpoms">



More information about the seam-commits mailing list