You are viewing a plain text version of this content. The canonical link for it is here.
Posted to java-dev@axis.apache.org by rs...@apache.org on 2002/08/21 02:07:40 UTC

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

rsitze      2002/08/20 17:07:40

  Modified:    java/xmls path_refs.xml properties.xml
  Log:
  add jimi.jar, which can be overridden..
  remove excalibur anachronism.
  
  Revision  Changes    Path
  1.4       +1 -1      xml-axis/java/xmls/path_refs.xml
  
  Index: path_refs.xml
  ===================================================================
  RCS file: /home/cvs/xml-axis/java/xmls/path_refs.xml,v
  retrieving revision 1.3
  retrieving revision 1.4
  diff -u -r1.3 -r1.4
  --- path_refs.xml	16 Aug 2002 20:43:13 -0000	1.3
  +++ path_refs.xml	21 Aug 2002 00:07:40 -0000	1.4
  @@ -2,9 +2,9 @@
       <pathelement location="${xerces.jar}"/>
       <pathelement location="${regexp.jar}"/>
       <pathelement location="${junit.jar}"/>
  -    <pathelement location="${excalibur.jar}"/>
       <pathelement location="${j2ee.jar}"/>
       <pathelement location="${jsse.jar}"/>
  +    <pathelement location="${jimi.jar}"/>
       <pathelement location="${tools.jar}"/>
       <fileset dir="${lib.dir}">
           <include name="*.jar"/>
  
  
  
  1.19      +1 -0      xml-axis/java/xmls/properties.xml
  
  Index: properties.xml
  ===================================================================
  RCS file: /home/cvs/xml-axis/java/xmls/properties.xml,v
  retrieving revision 1.18
  retrieving revision 1.19
  diff -u -r1.18 -r1.19
  --- properties.xml	19 Aug 2002 17:12:10 -0000	1.18
  +++ properties.xml	21 Aug 2002 00:07:40 -0000	1.19
  @@ -42,6 +42,7 @@
   <property name="commons-discovery.jar" location="${lib.dir}/commons-discovery.jar"/>
   <property name="log4j-core.jar" location="${lib.dir}/log4j-1.2.4.jar"/>
   <property name="junit.jar" location="${lib.dir}/junit.jar"/>
  +<property name="jimi.jar" location="${lib.dir}/JimiProClasses.zip"/>
   
   <!-- this jar is only in the test lib dir -->
   <property name="regexp.jar" location="${test.dir}/lib/jakarta-oro-2.0.5.jar"/>