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 di...@apache.org on 2003/04/27 00:13:53 UTC

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

dims        2003/04/26 15:13:52

  Modified:    java/xmls path_refs.xml
  Log:
  Fix for Bug 19344 - setting servlet.jar in build.properties for ant doesn't work
  
  Revision  Changes    Path
  1.11      +1 -0      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.10
  retrieving revision 1.11
  diff -u -r1.10 -r1.11
  --- path_refs.xml	19 Sep 2002 15:58:02 -0000	1.10
  +++ path_refs.xml	26 Apr 2003 22:13:52 -0000	1.11
  @@ -8,6 +8,7 @@
       <pathelement location="${tools.jar}"/>
       <pathelement location="${j2ee.jar}"/>
       <pathelement location="${junit.jar}"/>
  +    <pathelement location="${servlet.jar}"/>
       <fileset dir="${lib.dir}">
           <include name="**/*.jar"/>
       </fileset>