Author: mmerz Date: Fri Dec 10 18:06:26 2004 New Revision: 111567 URL: http://svn.apache.org/viewcvs?view=rev&rev=111567 Log: fixed build.xml
Contributor: Daryoush Mehrtash Modified: incubator/beehive/trunk/wsm/build.xml Modified: incubator/beehive/trunk/wsm/build.xml Url: http://svn.apache.org/viewcvs/incubator/beehive/trunk/wsm/build.xml?view=diff&rev=111567&p1=incubator/beehive/trunk/wsm/build.xml&r1=111566&p2=incubator/beehive/trunk/wsm/build.xml&r2=111567 ============================================================================== --- incubator/beehive/trunk/wsm/build.xml (original) +++ incubator/beehive/trunk/wsm/build.xml Fri Dec 10 18:06:26 2004 @@ -49,6 +49,8 @@ <pathelement location="${log4j.jar}"/> <pathelement location="${lib.dir}/wsdltypes.jar"/> <pathelement location="${lib.dir}/schematypes.jar"/> + <pathelement location="${velocity14.jar}"/> + <pathelement location="${velocitydep14.jar}"/> </path> <fileset id="axis.jars" dir="${ext.lib.dir}"> <include name="wsdl4j.jar"/>
