Author: mmerz
Date: Wed Oct 27 16:44:53 2004
New Revision: 55749
Removed:
incubator/beehive/trunk/wsm/lib/schematypes.jar
Modified:
incubator/beehive/trunk/build.xml
Log:
Deleted schematypes.jar since it contained classes already in apache-xbean.jar.
Now copying jars from wsm/lib/ into the distribution.
Contributor: Jonathan Colwell
Modified: incubator/beehive/trunk/build.xml
==============================================================================
--- incubator/beehive/trunk/build.xml (original)
+++ incubator/beehive/trunk/build.xml Wed Oct 27 16:44:53 2004
@@ -247,6 +247,7 @@
<copy todir="${dist.dir}/lib/wsm" failOnError="true">
<fileset dir="${os.BEEHIVE_HOME}/wsm/external"
includes="**/*.jar"/>
+ <fileset dir="${os.BEEHIVE_HOME}/wsm/lib" includes="**/*.jar"/>
<fileset dir="${os.BEEHIVE_HOME}/wsm/build/jars"
includes="**/*.jar"/>
</copy>