You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@beehive.apache.org by mm...@apache.org on 2004/10/28 01:44:53 UTC

svn commit: rev 55749 - in incubator/beehive/trunk: . wsm/lib

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>