[seam-commits] Seam SVN: r13620 - branches/community/Seam_2_2/examples/hibernate.

seam-commits at lists.jboss.org seam-commits at lists.jboss.org
Fri Aug 20 06:05:28 EDT 2010


Author: manaRH
Date: 2010-08-20 06:05:28 -0400 (Fri, 20 Aug 2010)
New Revision: 13620

Modified:
   branches/community/Seam_2_2/examples/hibernate/build.xml
Log:
JBSEAM-4571 - removed useless jboss42.undeploy target

Modified: branches/community/Seam_2_2/examples/hibernate/build.xml
===================================================================
--- branches/community/Seam_2_2/examples/hibernate/build.xml	2010-08-20 10:03:10 UTC (rev 13619)
+++ branches/community/Seam_2_2/examples/hibernate/build.xml	2010-08-20 10:05:28 UTC (rev 13620)
@@ -22,10 +22,6 @@
         <ant antfile="build-jboss.xml" target="jbosswar.undeploy"/>
    </target>
 	
-   <target name="jboss42.undeploy" description="Undeploy Hibernate Booking example from JBoss Application Server">
-        <ant antfile="build-jboss.xml" target="jbosswar.undeploy"/>
-   </target>
-
    <target name="jboss405" description="Build the Hibernate Booking example artifacts, suitable for deployment to JBoss 4.0.5.GA">
      	<ant antfile="build-jboss405.xml"/>
    </target>



More information about the seam-commits mailing list