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 2002/06/06 06:23:28 UTC

cvs commit: jakarta-tomcat-4.0 build.xml

remm        2002/06/05 21:23:28

  Modified:    .        build.xml
  Log:
  - Default to Jasper 2.
  
  Revision  Changes    Path
  1.71      +1 -1      jakarta-tomcat-4.0/build.xml
  
  Index: build.xml
  ===================================================================
  RCS file: /home/cvs/jakarta-tomcat-4.0/build.xml,v
  retrieving revision 1.70
  retrieving revision 1.71
  diff -u -r1.70 -r1.71
  --- build.xml	29 May 2002 10:44:02 -0000	1.70
  +++ build.xml	6 Jun 2002 04:23:27 -0000	1.71
  @@ -33,7 +33,7 @@
   
     <!-- Source dependencies -->
     <property name="jasper.home"
  -            value="${basedir}/./jasper"/>
  +           value="${basedir}/../jakarta-tomcat-jasper/jasper2"/>
     <property name="jtc.home"
              value="${basedir}/../jakarta-tomcat-connectors"/>
   
  
  
  

--
To unsubscribe, e-mail:   <ma...@jakarta.apache.org>
For additional commands, e-mail: <ma...@jakarta.apache.org>