You are viewing a plain text version of this content. The canonical link for it is here.
Posted to axis-cvs@ws.apache.org by di...@apache.org on 2005/04/22 16:51:12 UTC

cvs commit: ws-axis/java/xmls properties.xml

dims        2005/04/22 07:51:12

  Modified:    java/xmls properties.xml
  Log:
  fix jar names
  
  Revision  Changes    Path
  1.59      +4 -4      ws-axis/java/xmls/properties.xml
  
  Index: properties.xml
  ===================================================================
  RCS file: /home/cvs/ws-axis/java/xmls/properties.xml,v
  retrieving revision 1.58
  retrieving revision 1.59
  diff -u -r1.58 -r1.59
  --- properties.xml	14 Feb 2005 13:19:24 -0000	1.58
  +++ properties.xml	22 Apr 2005 14:51:12 -0000	1.59
  @@ -43,11 +43,11 @@
   <property name="lib.dir" location="${axis.lib.dir}"/>
   
   <!-- jar files -->
  -<property name="wsdl4j.jar" location="${lib.dir}/wsdl4j.jar"/>
  +<property name="wsdl4j.jar" location="${lib.dir}/wsdl4j-1.5.1.jar"/>
   <property name="jsse.jar" location="${lib.dir}/jsse.jar"/>
  -<property name="commons-logging.jar" location="${lib.dir}/commons-logging.jar"/>
  -<property name="commons-discovery.jar" location="${lib.dir}/commons-discovery.jar"/>
  -<property name="commons-httpclient.jar" location="${lib.dir}/commons-httpclient.jar"/>
  +<property name="commons-logging.jar" location="${lib.dir}/commons-logging-1.0.4.jar"/>
  +<property name="commons-discovery.jar" location="${lib.dir}/commons-discovery-0.2.jar"/>
  +<property name="commons-httpclient.jar" location="${lib.dir}/commons-httpclient-3.0-rc2.jar"/>
   <property name="commons-net.jar" location="${lib.dir}/commons-net-1.0.0-dev.jar"/>
   <property name="log4j-core.jar" location="${lib.dir}/log4j-1.2.8.jar"/>
   <property name="junit.jar" location="${lib.dir}/junit.jar"/>