[seam-commits] Seam SVN: r8124 - trunk/examples and 1 other directory.

seam-commits at lists.jboss.org seam-commits at lists.jboss.org
Wed May 7 08:36:55 EDT 2008


Author: pete.muir at jboss.org
Date: 2008-05-07 08:36:55 -0400 (Wed, 07 May 2008)
New Revision: 8124

Modified:
   branches/Seam_2_0/examples/build.xml
   trunk/examples/build.xml
Log:
Make jbosswar.undeploy delete the -ds.xml file

Modified: branches/Seam_2_0/examples/build.xml
===================================================================
--- branches/Seam_2_0/examples/build.xml	2008-05-07 12:21:20 UTC (rev 8123)
+++ branches/Seam_2_0/examples/build.xml	2008-05-07 12:36:55 UTC (rev 8124)
@@ -885,6 +885,7 @@
 	
 	<target name="jbosswar.unexplode" description="Undeploy the example from JBoss">
 		<delete dir="${deploy.dir}/${example.name}.war" />
+		<delete file="${deploy.dir}/${example.name}-ds.xml" failonerror="no" />
 	</target>
 
 	<!-- #################### TEST TARGETS (JBOSS AS) ##################### -->

Modified: trunk/examples/build.xml
===================================================================
--- trunk/examples/build.xml	2008-05-07 12:21:20 UTC (rev 8123)
+++ trunk/examples/build.xml	2008-05-07 12:36:55 UTC (rev 8124)
@@ -906,6 +906,7 @@
 	
 	<target name="jbosswar.unexplode" description="Undeploy the example from JBoss">
 		<delete dir="${deploy.dir}/${example.name}.war" />
+		<delete file="${deploy.dir}/${example.name}-ds.xml" failonerror="no" />
 	</target>
 
 	<!-- #################### TEST TARGETS (JBOSS AS) ##################### -->




More information about the seam-commits mailing list