« Return to Thread: Seam SVN: r11241 - branches/enterprise/JBPAPP_4_3_FP01/examples.

Seam SVN: r11241 - branches/enterprise/JBPAPP_4_3_FP01/examples.

by seam-commits mailing list :: Rate this Message:

Reply (Restricted by the Administrator) | Reply to Author | View in Thread

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) ##################### -->

_______________________________________________
seam-commits mailing list
seam-commits@...
https://lists.jboss.org/mailman/listinfo/seam-commits

 « Return to Thread: Seam SVN: r11241 - branches/enterprise/JBPAPP_4_3_FP01/examples.