You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@tomcat.apache.org by re...@apache.org on 2001/09/10 20:39:37 UTC

cvs commit: jakarta-tomcat-4.0/jasper build.xml

remm        01/09/10 11:39:37

  Modified:    jasper   build.xml
  Log:
  - Add tools.jar to the list. That's needed for building without anything in the system's
    classpath.
  
  Revision  Changes    Path
  1.20      +1 -1      jakarta-tomcat-4.0/jasper/build.xml
  
  Index: build.xml
  ===================================================================
  RCS file: /home/cvs/jakarta-tomcat-4.0/jasper/build.xml,v
  retrieving revision 1.19
  retrieving revision 1.20
  diff -u -r1.19 -r1.20
  --- build.xml	2001/05/23 19:44:24	1.19
  +++ build.xml	2001/09/10 18:39:37	1.20
  @@ -85,7 +85,7 @@
   
       <!-- Compile internal server components -->
       <javac srcdir="src/share" destdir="${jasper.build}/classes"
  -     classpath="${parser.jar}:${jaxp.jar}:${servlet.jar}"
  +     classpath="${tools.jar}:${parser.jar}:${jaxp.jar}:${servlet.jar}"
        deprecation="off" debug="on" optimize="off"
        excludes="**/CVS/**"/>