yoavs       2004/05/18 11:13:28

  Modified:    .        build.properties.default
  Log:
  - Changed Xerces typo (2.6.1 should be 2.6.2)
  - Change HttpClient dependency from 2.0-rc1 to 2.0 (final)
  - Did a successful build with these settings.
  
  Revision  Changes    Path
  1.122     +5 -5      jakarta-tomcat-5/build.properties.default
  
  Index: build.properties.default
  ===================================================================
  RCS file: /home/cvs/jakarta-tomcat-5/build.properties.default,v
  retrieving revision 1.121
  retrieving revision 1.122
  diff -u -r1.121 -r1.122
  --- build.properties.default  7 Apr 2004 13:55:00 -0000       1.121
  +++ build.properties.default  18 May 2004 18:13:28 -0000      1.122
  @@ -130,7 +130,7 @@
   regexp.loc=${base-jakarta.loc}/regexp/binaries/jakarta-regexp-1.3.tar.gz
   
   
  -# ----- Xerces XML Parser, version 2.6.1 -----
  +# ----- Xerces XML Parser, version 2.6.2 -----
   xerces.home=${base.path}/xerces-2_6_2
   xerces.lib=${xerces.home}
   xercesImpl.jar=${xerces.lib}/xercesImpl.jar
  @@ -158,10 +158,10 @@
   
   
   # ----- Commons HttpClient, version 2.0 or later -----
  -commons-httpclient.home=${base.path}/commons-httpclient-2.0-rc1
  +commons-httpclient.home=${base.path}/commons-httpclient-2.0
   commons-httpclient.lib=${commons-httpclient.home}
  -commons-httpclient.jar=${commons-httpclient.lib}/commons-httpclient-2.0-rc1.jar
  
-commons-httpclient.loc=${base-jakarta.loc}/commons/httpclient/binary/commons-httpclient-2.0-rc1.tar.gz
  +commons-httpclient.jar=${commons-httpclient.lib}/commons-httpclient-2.0.jar
  
+commons-httpclient.loc=${base-jakarta.loc}/commons/httpclient/binary/commons-httpclient-2.0.tar.gz
   
   
   # ----- Commons Pool, version 1.1 or later -----
  
  
  

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

Reply via email to