You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@tomcat.apache.org by ru...@apache.org on 2001/09/28 16:17:52 UTC

cvs commit: jakarta-tomcat-4.0 build.properties.sample build.xml

rubys       01/09/28 07:17:52

  Modified:    .        build.properties.sample build.xml
  Log:
  Craig - both of these look like simple oversights, but I will leave it
  to determine whether these should be backported to the tomcat_40_branch
  or rolled back off HEAD if I am mistaken.
  
  Revision  Changes    Path
  1.16      +2 -2      jakarta-tomcat-4.0/build.properties.sample
  
  Index: build.properties.sample
  ===================================================================
  RCS file: /home/cvs/jakarta-tomcat-4.0/build.properties.sample,v
  retrieving revision 1.15
  retrieving revision 1.16
  diff -u -r1.15 -r1.16
  --- build.properties.sample	2001/09/28 05:41:29	1.15
  +++ build.properties.sample	2001/09/28 14:17:52	1.16
  @@ -6,7 +6,7 @@
   # modules that Tomcat depends on.  Copy this file to "build.properties"
   # in the top-level source directory, and customize it as needed.
   #
  -# $Id: build.properties.sample,v 1.15 2001/09/28 05:41:29 craigmcc Exp $
  +# $Id: build.properties.sample,v 1.16 2001/09/28 14:17:52 rubys Exp $
   # -----------------------------------------------------------------------------
   
   
  @@ -113,5 +113,5 @@
   # ----- Xerces XML Parser, version 1.4.3 or later -----
   xerces.home=${base.path}/xerces-1_4_3
   xerces.lib=${xerces.home}
  -xercse.jar=${xerces.lib}/xerces.jar
  +xerces.jar=${xerces.lib}/xerces.jar
   
  
  
  
  1.41      +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.40
  retrieving revision 1.41
  diff -u -r1.40 -r1.41
  --- build.xml	2001/09/23 00:12:34	1.40
  +++ build.xml	2001/09/28 14:17:52	1.41
  @@ -128,7 +128,7 @@
         <fileset dir="${tomcat.build}/conf" />
       </copy>
       <copy todir="${tomcat.dist}/jasper">
  -      <fileset dir="${tomcat.build}/jasper" />
  +      <fileset dir="${jasper.build}" />
       </copy>
       <copy todir="${tomcat.dist}/common/lib">
         <fileset dir="${tomcat.build}/common/lib" />