Author: bryanche
Date: Fri Apr  1 12:46:32 2005
New Revision: 159728

URL: http://svn.apache.org/viewcvs?view=rev&rev=159728
Log:
Remove commons-logging and commons-discovery from wsm/external since
they are both now in external/commons


Removed:
    incubator/beehive/trunk/wsm/external/commons-discovery.jar
    incubator/beehive/trunk/wsm/external/commons-logging.jar
Modified:
    incubator/beehive/trunk/wsm/drt/build.xml

Modified: incubator/beehive/trunk/wsm/drt/build.xml
URL: 
http://svn.apache.org/viewcvs/incubator/beehive/trunk/wsm/drt/build.xml?view=diff&r1=159727&r2=159728
==============================================================================
--- incubator/beehive/trunk/wsm/drt/build.xml (original)
+++ incubator/beehive/trunk/wsm/drt/build.xml Fri Apr  1 12:46:32 2005
@@ -26,7 +26,6 @@
         <include name="wsdl4j.jar"/>
         <include name="saaj.jar"/>
         <include name="jaxrpc.jar"/>
-        <include name="commons-logging.jar"/>
         <include name="axis-ant.jar"/>
         <include name="axis.jar"/>
     </fileset>
@@ -39,6 +38,7 @@
         <path refid="tools.dependency.path"/>
         <path refid="commons-codec.dependency.path"/>
         <path refid="commons-discovery.dependency.path"/>
+        <path refid="commons-logging.dependency.path"/>
 
         <pathelement location="${lib.dir}/wsdltypes.jar"/>
         <pathelement location="${lib.dir}/schematypes.jar"/>


Reply via email to