[jboss-cvs] JBoss Messaging SVN: r2706 - trunk/docs/examples/web-service.

jboss-cvs-commits at lists.jboss.org jboss-cvs-commits at lists.jboss.org
Thu May 17 17:35:04 EDT 2007


Author: clebert.suconic at jboss.com
Date: 2007-05-17 17:35:03 -0400 (Thu, 17 May 2007)
New Revision: 2706

Modified:
   trunk/docs/examples/web-service/build.xml
Log:
We don't need temporary properties any more... fixing the build to not need those.

Modified: trunk/docs/examples/web-service/build.xml
===================================================================
--- trunk/docs/examples/web-service/build.xml	2007-05-17 21:34:07 UTC (rev 2705)
+++ trunk/docs/examples/web-service/build.xml	2007-05-17 21:35:03 UTC (rev 2706)
@@ -13,6 +13,7 @@
    <property environment="ENV"/>
 
    <!-- These properties may be overriden by calling ants when this example is used in a smoke test -->
+   <property file="../examples.properties"/>
    <property name="messaging.client.jar.path" value="../../"/>
    <property name="messaging.client.jar.name" value="jboss-messaging-client.jar"/>
    <property name="jboss.home" value="${ENV.JBOSS_HOME}"/>




More information about the jboss-cvs-commits mailing list