You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@beehive.apache.org by cs...@apache.org on 2007/01/15 21:21:15 UTC

svn commit: r496463 - /beehive/trunk/system-controls/samples/webservice/ant/beehive-wsc-tools.xml

Author: cschoett
Date: Mon Jan 15 12:21:14 2007
New Revision: 496463

URL: http://svn.apache.org/viewvc?view=rev&rev=496463
Log:
Created path with refid of wsc.dependency.path so samples can build in their current state.

Modified:
    beehive/trunk/system-controls/samples/webservice/ant/beehive-wsc-tools.xml

Modified: beehive/trunk/system-controls/samples/webservice/ant/beehive-wsc-tools.xml
URL: http://svn.apache.org/viewvc/beehive/trunk/system-controls/samples/webservice/ant/beehive-wsc-tools.xml?view=diff&rev=496463&r1=496462&r2=496463
==============================================================================
--- beehive/trunk/system-controls/samples/webservice/ant/beehive-wsc-tools.xml (original)
+++ beehive/trunk/system-controls/samples/webservice/ant/beehive-wsc-tools.xml Mon Jan 15 12:21:14 2007
@@ -46,6 +46,11 @@
             <fail unless="axis.home"
                   message="axis.home must be set to your Apache Axis installation directory"/>
 
+            <!-- TODO: REMOVE THIS PATH DEFINITION for final form -->
+            <path id="wsc.dependency.path">
+                <pathelement location="../../../build/jars/beehive-webservice-control.jar"/>
+            </path>
+
             <path id="_wscgen.classpath">
                 <path refid="@{classpathref}"/>
                 <path refid="wsc.dependency.path"/>