You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@commons.apache.org by je...@apache.org on 2002/01/14 12:29:47 UTC

cvs commit: jakarta-commons/httpclient build.properties.sample

jefft       02/01/14 03:29:47

  Modified:    httpclient build.properties.sample
  Log:
  Update default properties to reflect the jars currently (2001-01-14) in
  jakarta-site2. Also add a warning about the effect of old jars.
  
  Revision  Changes    Path
  1.6       +10 -4     jakarta-commons/httpclient/build.properties.sample
  
  Index: build.properties.sample
  ===================================================================
  RCS file: /home/cvs/jakarta-commons/httpclient/build.properties.sample,v
  retrieving revision 1.5
  retrieving revision 1.6
  diff -u -r1.5 -r1.6
  --- build.properties.sample	4 Oct 2001 17:49:14 -0000	1.5
  +++ build.properties.sample	14 Jan 2002 11:29:47 -0000	1.6
  @@ -4,7 +4,7 @@
   # Make a copy this file named "build.properties",
   # and customize it to your environment and preferences.
   #
  -# $Id: build.properties.sample,v 1.5 2001/10/04 17:49:14 rwaldhoff Exp $
  +# $Id: build.properties.sample,v 1.6 2002/01/14 11:29:47 jefft Exp $
   # ===================================================================
   
   # ===================================================================
  @@ -70,8 +70,14 @@
   # ===================================================================
   # Anakia Properties (used by the xdoc target)
   # ===================================================================
  -velocity.jar=/cvs/jakarta/jakarta-site2/lib/velocity-1.0.1.jar
  -jdom.jar=/cvs/jakarta/jakarta-site2/lib/jdom-b6.jar
  -xerces.jar=/cvs/jakarta/jakarta-site2/lib/xerces-1.3.0.jar
  +
  +velocity.jar=/cvs/jakarta/jakarta-site2/lib/velocity-1.3-dev.jar
  +jdom.jar=/cvs/jakarta/jakarta-site2/lib/jdom-b7.jar
  +xerces.jar=/cvs/jakarta/jakarta-site2/lib/xerces-1.4.3.jar
  +
  +# Note: Building the docs won't work if you have an earlier version of
  +# velocity.jar (eg 1.0.1) than that specified here. A symptom of this is when
  +# your generated HTML contains "[Element: <p/>]"
  +
   # set this property to keep xdoc from fetching .vsl file from cvs
   #localstylesheet=true
  
  
  

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