cmlenz      2003/03/14 07:14:16

  Modified:    .        build.properties.sample
               framework build.properties.sample
               integration/ant build.properties.sample
               samples/jetty build.properties.sample
               anttasks build.properties.sample
  Log:
  Some updates to current stable versions of our dependancies.
  
  Note that someone will need to upload Checkstyle 3.0 to the 
  Maven repo (Vincent?)
  
  Revision  Changes    Path
  1.46      +7 -7      jakarta-cactus/build.properties.sample
  
  Index: build.properties.sample
  ===================================================================
  RCS file: /home/cvs/jakarta-cactus/build.properties.sample,v
  retrieving revision 1.45
  retrieving revision 1.46
  diff -u -r1.45 -r1.46
  --- build.properties.sample   10 Mar 2003 09:47:49 -0000      1.45
  +++ build.properties.sample   14 Mar 2003 15:14:16 -0000      1.46
  @@ -35,16 +35,16 @@
   servlet.jar = ${lib.repo}/servletapi/jars/servletapi-2.3.jar
   
   # The location of the Commons Logging jar
  -commons.logging.jar = ${lib.repo}/commons-logging/jars/commons-logging-1.0.1.jar
  +commons.logging.jar = ${lib.repo}/commons-logging/jars/commons-logging-1.0.2.jar
   
   # The location of the log4j jar
  -log4j.jar = ${lib.repo}/log4j/jars/log4j-1.2.6.jar
  +log4j.jar = ${lib.repo}/log4j/jars/log4j-1.2.7.jar
   
   # The location of the Commons Httpclient jar
  -commons.httpclient.jar = 
${lib.repo}/commons-httpclient/jars/commons-httpclient-2.0alpha2-20030125.jar
  +commons.httpclient.jar = 
${lib.repo}/commons-httpclient/jars/commons-httpclient-2.0-alpha3.jar
   
   # The location of the Httpunit jar
  -httpunit.jar = ${lib.repo}/httpunit/jars/httpunit-1.4.5.jar
  +httpunit.jar = ${lib.repo}/httpunit/jars/httpunit-1.5.jar
   
   # The location of the AspectJ runtime jar
   aspectjrt.jar = ${lib.repo}/aspectj/jars/aspectjrt-1.0.6.jar
  @@ -106,8 +106,8 @@
   # Dependancies for Checkstyle code auditing
   # If not specified here, the JARs must be present in ANTHOME/lib
   antlr.jar = ${lib.repo}/antlr/jars/antlr-2.7.1.jar
  -checkstyle.jar = ${lib.repo}/checkstyle/jars/checkstyle-2.4.jar
  -commons.beanutils.jar = ${lib.repo}/commons-beanutils/jars/commons-beanutils-1.5.jar
  +checkstyle.jar = ${lib.repo}/checkstyle/jars/checkstyle-3.0.jar
  +commons.beanutils.jar = 
${lib.repo}/commons-beanutils/jars/commons-beanutils-1.6.1.jar
   commons.collections.jar = 
${lib.repo}/commons-collections/jars/commons-collections-2.1.jar
   regexp.jar = ${lib.repo}/regexp/jars/regexp-1.2.jar
   
  
  
  
  1.21      +7 -7      jakarta-cactus/framework/build.properties.sample
  
  Index: build.properties.sample
  ===================================================================
  RCS file: /home/cvs/jakarta-cactus/framework/build.properties.sample,v
  retrieving revision 1.20
  retrieving revision 1.21
  diff -u -r1.20 -r1.21
  --- build.properties.sample   24 Feb 2003 22:44:44 -0000      1.20
  +++ build.properties.sample   14 Mar 2003 15:14:16 -0000      1.21
  @@ -28,16 +28,16 @@
   j2ee.jar = ${lib.repo}/j2ee/jars/j2ee-1.3.jar
   
   # The location of the Commons Logging jar
  -commons.logging.jar = ${lib.repo}/commons-logging/jars/commons-logging-1.0.1.jar
  +commons.logging.jar = ${lib.repo}/commons-logging/jars/commons-logging-1.0.2.jar
   
   # The location of the log4j jar
  -log4j.jar = ${lib.repo}/log4j/jars/log4j-1.2.6.jar
  +log4j.jar = ${lib.repo}/log4j/jars/log4j-1.2.7.jar
   
   # The location of the Commons Httpclient jar
  -commons.httpclient.jar = 
${lib.repo}/commons-httpclient/jars/commons-httpclient-2.0alpha2-20030125.jar
  +commons.httpclient.jar = 
${lib.repo}/commons-httpclient/jars/commons-httpclient-2.0-alpha3.jar
   
   # The location of the Httpunit jar
  -httpunit.jar = ${lib.repo}/httpunit/jars/httpunit-1.4.5.jar
  +httpunit.jar = ${lib.repo}/httpunit/jars/httpunit-1.5.jar
   
   # -----------------------------------------------------------------------------
   # Optional properties
  @@ -58,8 +58,8 @@
   # Dependancies for Checkstyle code auditing
   # If not specified here, the JARs must be present in ANTHOME/lib
   antlr.jar = ${lib.repo}/antlr/jars/antlr-2.7.1.jar
  -checkstyle.jar = ${lib.repo}/checkstyle/jars/checkstyle-2.4.jar
  -commons.beanutils.jar = ${lib.repo}/commons-beanutils/jars/commons-beanutils-1.5.jar
  +checkstyle.jar = ${lib.repo}/checkstyle/jars/checkstyle-3.0.jar
  +commons.beanutils.jar = 
${lib.repo}/commons-beanutils/jars/commons-beanutils-1.6.1.jar
   commons.collections.jar = 
${lib.repo}/commons-collections/jars/commons-collections-2.1.jar
   regexp.jar = ${lib.repo}/regexp/jars/regexp-1.2.jar
   
  
  
  
  1.3       +6 -6      jakarta-cactus/integration/ant/build.properties.sample
  
  Index: build.properties.sample
  ===================================================================
  RCS file: /home/cvs/jakarta-cactus/integration/ant/build.properties.sample,v
  retrieving revision 1.2
  retrieving revision 1.3
  diff -u -r1.2 -r1.3
  --- build.properties.sample   24 Feb 2003 22:44:44 -0000      1.2
  +++ build.properties.sample   14 Mar 2003 15:14:16 -0000      1.3
  @@ -33,16 +33,16 @@
   servlet.jar = ${lib.repo}/servletapi/jars/servletapi-2.3.jar
   
   # The location of the Commons Logging jar
  -commons.logging.jar = ${lib.repo}/commons-logging/jars/commons-logging-1.0.1.jar
  +commons.logging.jar = ${lib.repo}/commons-logging/jars/commons-logging-1.0.2.jar
   
   # The location of the log4j jar
  -log4j.jar = ${lib.repo}/log4j/jars/log4j-1.2.6.jar
  +log4j.jar = ${lib.repo}/log4j/jars/log4j-1.2.7.jar
   
   # The location of the Commons Httpclient jar
  -commons.httpclient.jar = 
${lib.repo}/commons-httpclient/jars/commons-httpclient-2.0alpha2-20030125.jar
  +commons.httpclient.jar = 
${lib.repo}/commons-httpclient/jars/commons-httpclient-2.0-alpha3.jar
   
   # The location of the Httpunit jar
  -httpunit.jar = ${lib.repo}/httpunit/jars/httpunit-1.4.5.jar
  +httpunit.jar = ${lib.repo}/httpunit/jars/httpunit-1.5.jar
   
   # The location of the AspectJ runtime jar
   aspectjrt.jar = ${lib.repo}/aspectj/jars/aspectjrt-1.0.6.jar
  @@ -57,7 +57,7 @@
   # Dependancies for Checkstyle code auditing
   # If not specified here, the JARs must be present in ANTHOME/lib
   antlr.jar = ${lib.repo}/antlr/jars/antlr-2.7.1.jar
  -checkstyle.jar = ${lib.repo}/checkstyle/jars/checkstyle-2.4.jar
  -commons.beanutils.jar = ${lib.repo}/commons-beanutils/jars/commons-beanutils-1.5.jar
  +checkstyle.jar = ${lib.repo}/checkstyle/jars/checkstyle-3.0.jar
  +commons.beanutils.jar = 
${lib.repo}/commons-beanutils/jars/commons-beanutils-1.6.1.jar
   commons.collections.jar = 
${lib.repo}/commons-collections/jars/commons-collections-2.1.jar
   regexp.jar = ${lib.repo}/regexp/jars/regexp-1.2.jar
  
  
  
  1.2       +3 -3      jakarta-cactus/samples/jetty/build.properties.sample
  
  Index: build.properties.sample
  ===================================================================
  RCS file: /home/cvs/jakarta-cactus/samples/jetty/build.properties.sample,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -r1.1 -r1.2
  --- build.properties.sample   3 Feb 2003 08:37:36 -0000       1.1
  +++ build.properties.sample   14 Mar 2003 15:14:16 -0000      1.2
  @@ -31,19 +31,19 @@
   aspectjrt.jar = ${lib.repo}/aspectj/jars/aspectjrt-1.0.6.jar
   
   # The location of the Commons Logging jar
  -commons.logging.jar = ${lib.repo}/commons-logging/jars/commons-logging-1.0.1.jar
  +commons.logging.jar = ${lib.repo}/commons-logging/jars/commons-logging-1.0.2.jar
   
   # The location of the log4j jar
   log4j.jar = ${lib.repo}/log4j/jars/log4j-1.2.6.jar
   
   # The location of the Commons Httpclient jar
  -commons.httpclient.jar = 
${lib.repo}/commons-httpclient/jars/commons-httpclient-2.0alpha2-20030125.jar
  +commons.httpclient.jar = 
${lib.repo}/commons-httpclient/jars/commons-httpclient-2.0-alpha3.jar
   
   # The location of the Junit jar
   junit.jar = ${lib.repo}/junit/jars/junit-3.8.1.jar
   
   # The location of the Httpunit jar
  -httpunit.jar = ${lib.repo}/httpunit/jars/httpunit-1.4.5.jar
  +httpunit.jar = ${lib.repo}/httpunit/jars/httpunit-1.5.jar
   
   # The location of the Jetty jar
   jetty.jar = ${lib.repo}/jetty/jars/org.mortbay.jetty-jdk1.2-4.1.0RC4.jar
  
  
  
  1.7       +3 -3      jakarta-cactus/anttasks/build.properties.sample
  
  Index: build.properties.sample
  ===================================================================
  RCS file: /home/cvs/jakarta-cactus/anttasks/build.properties.sample,v
  retrieving revision 1.6
  retrieving revision 1.7
  diff -u -r1.6 -r1.7
  --- build.properties.sample   24 Feb 2003 22:44:44 -0000      1.6
  +++ build.properties.sample   14 Mar 2003 15:14:16 -0000      1.7
  @@ -29,8 +29,8 @@
   lib.repo = c:/apps/maven/repository
   
   antlr.jar = ${lib.repo}/antlr/jars/antlr-2.7.1.jar
  -checkstyle.jar = ${lib.repo}/checkstyle/jars/checkstyle-2.4.jar
  -commons.beanutils.jar = ${lib.repo}/commons-beanutils/jars/commons-beanutils-1.5.jar
  +checkstyle.jar = ${lib.repo}/checkstyle/jars/checkstyle-3.0.jar
  +commons.beanutils.jar = 
${lib.repo}/commons-beanutils/jars/commons-beanutils-1.6.1.jar
   commons.collections.jar = 
${lib.repo}/commons-collections/jars/commons-collections-2.1.jar
   regexp.jar = ${lib.repo}/regexp/jars/regexp-1.2.jar
   
  
  
  

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

Reply via email to