[jboss-svn-commits] JBL Code SVN: r13100 - labs/jbossesb/trunk/product/samples/quickstarts/webservice_bpel.
jboss-svn-commits at lists.jboss.org
jboss-svn-commits at lists.jboss.org
Thu Jul 5 02:49:33 EDT 2007
Author: beve
Date: 2007-07-05 02:49:33 -0400 (Thu, 05 Jul 2007)
New Revision: 13100
Modified:
labs/jbossesb/trunk/product/samples/quickstarts/webservice_bpel/build.xml
Log:
Fixed a typo. The includeemptydirs was : includemptydirs which cased the undeploy target to fail.
Modified: labs/jbossesb/trunk/product/samples/quickstarts/webservice_bpel/build.xml
===================================================================
--- labs/jbossesb/trunk/product/samples/quickstarts/webservice_bpel/build.xml 2007-07-05 04:29:05 UTC (rev 13099)
+++ labs/jbossesb/trunk/product/samples/quickstarts/webservice_bpel/build.xml 2007-07-05 06:49:33 UTC (rev 13100)
@@ -65,7 +65,7 @@
<target name="quickstart-specific-undeploys"
depends="assert-CATALINA_HOME-set, assert-ACTIVEBPEL_ENGINE-installed">
<!-- Undeploy the quickstart apps. -->
- <delete verbose="true" includemptydirs="true"
+ <delete verbose="true" includeemptydirs="true"
dir="${org.jboss.esb.server.deploy.dir}"
includes="order-manager-service.jar,order-manager.war shipping-service.jar" />
<!-- Should undeploy ActiveBPEL -->
More information about the jboss-svn-commits
mailing list