Author: mmerz
Date: Thu Sep  9 13:52:52 2004
New Revision: 43631

Added:
   incubator/beehive/trunk/wsm/external/
   incubator/beehive/trunk/wsm/external/axis-ant.jar
      - copied unchanged from rev 43630, 
incubator/beehive/trunk/wsm/lib/axis-ant.jar
   incubator/beehive/trunk/wsm/external/axis.jar
      - copied unchanged from rev 43630, 
incubator/beehive/trunk/wsm/lib/axis.jar
   incubator/beehive/trunk/wsm/external/commons-discovery.jar
      - copied unchanged from rev 43630, 
incubator/beehive/trunk/wsm/lib/commons-discovery.jar
   incubator/beehive/trunk/wsm/external/commons-logging.jar
      - copied unchanged from rev 43630, 
incubator/beehive/trunk/wsm/lib/commons-logging.jar
   incubator/beehive/trunk/wsm/external/jaxrpc.jar
      - copied unchanged from rev 43630, 
incubator/beehive/trunk/wsm/lib/jaxrpc.jar
   incubator/beehive/trunk/wsm/external/saaj.jar
      - copied unchanged from rev 43630, 
incubator/beehive/trunk/wsm/lib/saaj.jar
   incubator/beehive/trunk/wsm/external/wsdl4j.jar
      - copied unchanged from rev 43630, 
incubator/beehive/trunk/wsm/lib/wsdl4j.jar
Removed:
   incubator/beehive/trunk/wsm/lib/axis-ant.jar
   incubator/beehive/trunk/wsm/lib/axis.jar
   incubator/beehive/trunk/wsm/lib/commons-discovery.jar
   incubator/beehive/trunk/wsm/lib/commons-logging.jar
   incubator/beehive/trunk/wsm/lib/jaxrpc.jar
   incubator/beehive/trunk/wsm/lib/log4j-1.2.8.jar
   incubator/beehive/trunk/wsm/lib/log4j.properties
   incubator/beehive/trunk/wsm/lib/saaj.jar
   incubator/beehive/trunk/wsm/lib/wsdl4j.jar
Modified:
   incubator/beehive/trunk/wsm/build.xml
Log:
Moving the AXIS libraries from lib to external and removing the redundant 
log4j-1.2.8.jar.  xmltypes.jar will remain in lib since it contains xmlbeans 
generated specifically for this project for WSDL handling.



Modified: incubator/beehive/trunk/wsm/build.xml
==============================================================================
--- incubator/beehive/trunk/wsm/build.xml       (original)
+++ incubator/beehive/trunk/wsm/build.xml       Thu Sep  9 13:52:52 2004
@@ -44,6 +44,7 @@
   <property name="runtime.classes" value="${classes.dir}/runtime"/>
 
   <property name="lib.dir" value="lib"/>
+  <property name="ext.lib.dir" value="external"/>
 
   <property name="wsm.jar" value="${jars.dir}/wsm.jar"/>
   <property name="wsm-axis.jar" value="${jars.dir}/wsm-axis.jar"/>
@@ -65,7 +66,7 @@
     <pathelement location="${api.classes}"/>
   </path>
 
-<fileset id="axis.jars" dir="${lib.dir}">
+<fileset id="axis.jars" dir="${ext.lib.dir}">
     <include name="wsdl4j.jar"/>
     <include name="saaj.jar"/>
     <include name="jaxrpc.jar"/>

Reply via email to