[seam-commits] Seam SVN: r8004 - branches/Seam_2_0/examples/jpa and 2 other directories.

seam-commits at lists.jboss.org seam-commits at lists.jboss.org
Tue Apr 22 05:09:05 EDT 2008


Author: pete.muir at jboss.org
Date: 2008-04-22 05:09:05 -0400 (Tue, 22 Apr 2008)
New Revision: 8004

Modified:
   branches/Seam_2_0/examples/hibernate/build.xml
   branches/Seam_2_0/examples/jpa/build.xml
   trunk/examples/hibernate/build.xml
   trunk/examples/jpa/build.xml
Log:
Add emedded jboss to clean target

Modified: branches/Seam_2_0/examples/hibernate/build.xml
===================================================================
--- branches/Seam_2_0/examples/hibernate/build.xml	2008-04-22 04:53:54 UTC (rev 8003)
+++ branches/Seam_2_0/examples/hibernate/build.xml	2008-04-22 09:09:05 UTC (rev 8004)
@@ -46,6 +46,7 @@
     	<ant antfile="build-websphere61.xml" target="clean" />
     	<ant antfile="build-tomcat55.xml" target="clean" />
     	<ant antfile="build-tomcat6.xml" target="clean" />
+        <ant antfile="build-jboss-embedded.xml" target="clean" />
    </target>
 
    <target name="all" depends="jboss, jboss405, glassfish, weblogic92, websphere61, tomcat55, tomcat6" description="Build Hibernate Booking example, for deployment to all supported application servers"/>

Modified: branches/Seam_2_0/examples/jpa/build.xml
===================================================================
--- branches/Seam_2_0/examples/jpa/build.xml	2008-04-22 04:53:54 UTC (rev 8003)
+++ branches/Seam_2_0/examples/jpa/build.xml	2008-04-22 09:09:05 UTC (rev 8004)
@@ -46,6 +46,7 @@
     	<ant antfile="build-websphere61.xml" target="clean" />
     	<ant antfile="build-tomcat55.xml" target="clean" />
     	<ant antfile="build-tomcat6.xml" target="clean" />
+        <ant antfile="build-jboss-embedded.xml" target="clean" />
    </target>
 
    <target name="all" depends="jboss, jboss405, glassfish, weblogic92, websphere61, tomcat55, tomcat6"/>

Modified: trunk/examples/hibernate/build.xml
===================================================================
--- trunk/examples/hibernate/build.xml	2008-04-22 04:53:54 UTC (rev 8003)
+++ trunk/examples/hibernate/build.xml	2008-04-22 09:09:05 UTC (rev 8004)
@@ -46,6 +46,7 @@
     	<ant antfile="build-websphere61.xml" target="clean" />
     	<ant antfile="build-tomcat55.xml" target="clean" />
     	<ant antfile="build-tomcat6.xml" target="clean" />
+        <ant antfile="build-jboss-embedded.xml" target="clean" />
    </target>
 
    <target name="all" depends="jboss, jboss405, glassfish, weblogic92, websphere61, tomcat55, tomcat6" description="Build Hibernate Booking example, for deployment to all supported application servers"/>

Modified: trunk/examples/jpa/build.xml
===================================================================
--- trunk/examples/jpa/build.xml	2008-04-22 04:53:54 UTC (rev 8003)
+++ trunk/examples/jpa/build.xml	2008-04-22 09:09:05 UTC (rev 8004)
@@ -46,6 +46,7 @@
     	<ant antfile="build-websphere61.xml" target="clean" />
     	<ant antfile="build-tomcat55.xml" target="clean" />
     	<ant antfile="build-tomcat6.xml" target="clean" />
+        <ant antfile="build-jboss-embedded.xml" target="clean" />
    </target>
 
    <target name="all" depends="jboss, jboss405, glassfish, weblogic92, websphere61, tomcat55, tomcat6"/>




More information about the seam-commits mailing list