You are viewing a plain text version of this content. The canonical link for it is here.
Posted to watchdog-dev@jakarta.apache.org by ho...@apache.org on 2001/01/24 20:54:00 UTC

cvs commit: jakarta-watchdog-4.0 build.xml

horwat      01/01/24 11:54:00

  Modified:    .        build.xml
  Log:
  Point to latest servletapi directory
  
  Revision  Changes    Path
  1.7       +3 -3      jakarta-watchdog-4.0/build.xml
  
  Index: build.xml
  ===================================================================
  RCS file: /home/cvs/jakarta-watchdog-4.0/build.xml,v
  retrieving revision 1.6
  retrieving revision 1.7
  diff -u -r1.6 -r1.7
  --- build.xml	2001/01/19 22:47:55	1.6
  +++ build.xml	2001/01/24 19:53:57	1.7
  @@ -5,7 +5,7 @@
      <property name="build.compiler" value="classic"/>
      <property name="watchdog.build" value="../build/watchdog"/>
      <property name="watchdog.dist" value="../dist/watchdog"/>
  -   <property name="watchdog-classpath" value="../jakarta-servletapi/lib/servlet.jar:./src/tools" />
  +   <property name="watchdog-classpath" value="../jakarta-servletapi-4/lib/servlet.jar:./src/tools" />
   
      <!-- Prepare the unpacked destination directory -->
   
  @@ -31,7 +31,7 @@
         <copyfile src="../jakarta-ant/lib/ant.jar"
                   dest="${watchdog.build}/lib/ant.jar"/>
   
  -      <copyfile src="../jakarta-servletapi/lib/servlet.jar"
  +      <copyfile src="../jakarta-servletapi-4/lib/servlet.jar"
                   dest="${watchdog.build}/lib/servlet.jar"/>
   
   
  @@ -129,7 +129,7 @@
         <copyfile src="../jakarta-ant/lib/ant.jar"
                  dest="${watchdog.dist}/lib/ant.jar"/>
   
  -      <copyfile src="../jakarta-servletapi/lib/servlet.jar"
  +      <copyfile src="../jakarta-servletapi-4/lib/servlet.jar"
                  dest="${watchdog.dist}/lib/servlet.jar"/>
   
         <copydir src="src/clients/org/apache/jcheck/jsp/client"