[seam-commits] Seam SVN: r11241 - branches/enterprise/JBPAPP_4_3_FP01/examples.
seam-commits at lists.jboss.org
seam-commits at lists.jboss.org
Sun Jul 5 07:13:49 EDT 2009
Author: manaRH
Date: 2009-07-05 07:13:49 -0400 (Sun, 05 Jul 2009)
New Revision: 11241
Modified:
branches/enterprise/JBPAPP_4_3_FP01/examples/build.xml
Log:
JBPAPP-1913 - fixed usage of property example.ds
Modified: branches/enterprise/JBPAPP_4_3_FP01/examples/build.xml
===================================================================
--- branches/enterprise/JBPAPP_4_3_FP01/examples/build.xml 2009-07-03 23:48:35 UTC (rev 11240)
+++ branches/enterprise/JBPAPP_4_3_FP01/examples/build.xml 2009-07-05 11:13:49 UTC (rev 11241)
@@ -748,7 +748,7 @@
<exclude name="**/*.jar" />
</fileset>
</delete>
- <delete file="${deploy.dir}/${example.ds}.xml" failonerror="no" />
+ <delete file="${deploy.dir}/${example.ds}" failonerror="no" />
<delete dir="${ear.deploy.dir}" failonerror="no" />
<!-- <delete failonerror="no">
<fileset dir="${deploy.dir}">
@@ -939,7 +939,7 @@
<target name="jbosswar.unexplode" description="Undeploy the example from JBoss">
<delete dir="${deploy.dir}/${example.name}.war" />
- <delete file="${deploy.dir}/${example.ds}.xml" failonerror="no" />
+ <delete file="${deploy.dir}/${example.ds}" failonerror="no" />
</target>
<!-- #################### TEST TARGETS (JBOSS AS) ##################### -->
More information about the seam-commits
mailing list