[jboss-cvs] JBoss Messaging SVN: r3135 - trunk/docs/examples/web-service.
jboss-cvs-commits at lists.jboss.org
jboss-cvs-commits at lists.jboss.org
Fri Sep 21 10:23:03 EDT 2007
Author: timfox
Date: 2007-09-21 10:23:03 -0400 (Fri, 21 Sep 2007)
New Revision: 3135
Modified:
trunk/docs/examples/web-service/build.xml
Log:
Increased sleep to 10 seconds
Modified: trunk/docs/examples/web-service/build.xml
===================================================================
--- trunk/docs/examples/web-service/build.xml 2007-09-21 14:17:05 UTC (rev 3134)
+++ trunk/docs/examples/web-service/build.xml 2007-09-21 14:23:03 UTC (rev 3135)
@@ -139,7 +139,7 @@
<target name="deploy" depends="war">
<copy file="./output/lib/jms-web-service.war"
todir="${jboss.home}/server/${jboss.configuration}/deploy"/>
- <antcall target="sleep"><param name="sleep.interval" value="5"/></antcall>
+ <antcall target="sleep"><param name="sleep.interval" value="10"/></antcall>
</target>
<target name="compile-client">
More information about the jboss-cvs-commits
mailing list