vmassol     2003/06/01 01:46:12

  Modified:    .        build.properties.sample
               anttasks build.properties.sample
               framework build.properties.sample
               integration/ant build.properties.sample
  Log:
  Checkstyle 3.1 requires Antlr 2.7.2
  
  Revision  Changes    Path
  1.66      +2 -2      jakarta-cactus/build.properties.sample
  
  Index: build.properties.sample
  ===================================================================
  RCS file: /home/cvs/jakarta-cactus/build.properties.sample,v
  retrieving revision 1.65
  retrieving revision 1.66
  diff -u -r1.65 -r1.66
  --- build.properties.sample   26 May 2003 12:24:58 -0000      1.65
  +++ build.properties.sample   1 Jun 2003 08:46:12 -0000       1.66
  @@ -129,7 +129,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
  +antlr.jar = ${lib.repo}/antlr/jars/antlr-2.7.2.jar
   checkstyle.jar = ${lib.repo}/checkstyle/jars/checkstyle-3.1.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
  
  
  
  1.9       +2 -2      jakarta-cactus/anttasks/build.properties.sample
  
  Index: build.properties.sample
  ===================================================================
  RCS file: /home/cvs/jakarta-cactus/anttasks/build.properties.sample,v
  retrieving revision 1.8
  retrieving revision 1.9
  diff -u -r1.8 -r1.9
  --- build.properties.sample   26 May 2003 12:24:58 -0000      1.8
  +++ build.properties.sample   1 Jun 2003 08:46:12 -0000       1.9
  @@ -28,7 +28,7 @@
   # below. You do not have to put all the external jars in a single location.
   lib.repo = c:/apps/maven/repository
   
  -antlr.jar = ${lib.repo}/antlr/jars/antlr-2.7.1.jar
  +antlr.jar = ${lib.repo}/antlr/jars/antlr-2.7.2.jar
   checkstyle.jar = ${lib.repo}/checkstyle/jars/checkstyle-3.1.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
  
  
  
  1.24      +2 -2      jakarta-cactus/framework/build.properties.sample
  
  Index: build.properties.sample
  ===================================================================
  RCS file: /home/cvs/jakarta-cactus/framework/build.properties.sample,v
  retrieving revision 1.23
  retrieving revision 1.24
  diff -u -r1.23 -r1.24
  --- build.properties.sample   26 May 2003 12:24:58 -0000      1.23
  +++ build.properties.sample   1 Jun 2003 08:46:12 -0000       1.24
  @@ -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
  +antlr.jar = ${lib.repo}/antlr/jars/antlr-2.7.2.jar
   checkstyle.jar = ${lib.repo}/checkstyle/jars/checkstyle-3.1.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
  
  
  
  1.12      +1 -1      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.11
  retrieving revision 1.12
  diff -u -r1.11 -r1.12
  --- build.properties.sample   26 May 2003 12:24:58 -0000      1.11
  +++ build.properties.sample   1 Jun 2003 08:46:12 -0000       1.12
  @@ -60,7 +60,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
  +antlr.jar = ${lib.repo}/antlr/jars/antlr-2.7.2.jar
   checkstyle.jar = ${lib.repo}/checkstyle/jars/checkstyle-3.1.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
  
  
  

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

Reply via email to