remm        02/02/07 23:19:03

  Modified:    .        build.properties.sample
  Log:
  - Add the possibility to build a minimal JDK 1.4 optimized distribution.
  
  Revision  Changes    Path
  1.29      +3 -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.28
  retrieving revision 1.29
  diff -u -r1.28 -r1.29
  --- build.properties.sample   29 Jan 2002 02:42:25 -0000      1.28
  +++ build.properties.sample   8 Feb 2002 07:19:03 -0000       1.29
  @@ -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.28 2002/01/29 02:42:25 craigmcc Exp $
  +# $Id: build.properties.sample,v 1.29 2002/02/08 07:19:03 remm Exp $
   # -----------------------------------------------------------------------------
   
   
  @@ -18,6 +18,7 @@
   
   # ----- Build Control Flags
   #full.dist=on
  +#light.dist=on
   #build.sysclasspath=ignore
   #flags.hide=on
   
  @@ -105,7 +106,7 @@
   
   
   # ----- Java Management Extensions (JMX), JMX RI 1.0.1 or later or OpenJMX 1.0b2 or 
later -----
  -jmx.home=${base.path}/openjmx
  +jmx.home=${base.path}/openjmx-1.0
   jmx.lib=${jmx.home}/lib
   jmx.jar=${jmx.lib}/openjmx.jar
   
  
  
  

--
To unsubscribe, e-mail:   <mailto:[EMAIL PROTECTED]>
For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>

Reply via email to