You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@tomcat.apache.org by gl...@apache.org on 2001/02/23 03:35:08 UTC

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

glenn       01/02/22 18:35:08

  Modified:    jasper   build.xml
  Log:
  Remove installation of servlet.jar in /bin by jasper build
  
  Revision  Changes    Path
  1.15      +1 -2      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.14
  retrieving revision 1.15
  diff -u -r1.14 -r1.15
  --- build.xml	2001/02/18 02:18:14	1.14
  +++ build.xml	2001/02/23 02:35:07	1.15
  @@ -37,8 +37,7 @@
       <chmod perm="+x" file="${jasper.build}/bin/jspc.sh"/>
   
       <!-- Shared Extensions -->
  -    <!--   Jasper needs the servlet API classes -->
  -    <copy file="${servlet.jar}" tofile="${jasper.build}/bin/servlet.jar"/>
  +    <!--   Jasper uses the shared servlet.jar provided by Tomcat -->
       <!--   Jasper needs JAXP1.1/SAX2.0 compliant parser -->
       <copy file="${parser.jar}"
        tofile="${jasper.build}/lib/${jasper.jaxp.parser.jar}"/>