Author: mmerz
Date: Mon Oct 25 14:40:56 2004
New Revision: 55534
Modified:
incubator/beehive/trunk/wsm/build.xml
Log:
Fixed the xmlbeans dependency.
Contributor: Daryoush Mehrtash
Modified: incubator/beehive/trunk/wsm/build.xml
==============================================================================
--- incubator/beehive/trunk/wsm/build.xml (original)
+++ incubator/beehive/trunk/wsm/build.xml Mon Oct 25 14:40:56 2004
@@ -243,7 +243,8 @@
<copy file="${velocity14.jar}"
todir="${webapps.dist.dir}/${axis.dir}/WEB-INF/lib" />
<copy file="${velocitydep14.jar}"
todir="${webapps.dist.dir}/${axis.dir}/WEB-INF/lib" />
<copy file="${log4j.jar}"
todir="${webapps.dist.dir}/${axis.dir}/WEB-INF/lib"/>
- <echo message="--------------------------------------------------"/>
+ <copy file="${xbean.jar}"
todir="${webapps.dist.dir}/${axis.dir}/WEB-INF/lib"/>
+ <echo message="--------------------------------------------------"/>
<echo message="| WSM deploy ending |"/>
<echo message="--------------------------------------------------"/>
</target>