You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@struts.apache.org by rl...@apache.org on 2003/09/29 04:49:18 UTC

cvs commit: jakarta-struts/doc/userGuide release-notes.xml

rleland     2003/09/28 19:49:18

  Modified:    .        build.properties.sample build.xml
               doc/userGuide release-notes.xml
  Log:
  Update version of validator required in Docs.
  
  Also, back in August we had talked about
  making Struts depend on the latest stable releases:
  so I updated the docs to indicate
   Lang 2.0 &  ORO 2.0.7
  would be used.
  
  Revision  Changes    Path
  1.49      +4 -4      jakarta-struts/build.properties.sample
  
  Index: build.properties.sample
  ===================================================================
  RCS file: /home/cvs/jakarta-struts/build.properties.sample,v
  retrieving revision 1.48
  retrieving revision 1.49
  diff -u -r1.48 -r1.49
  --- build.properties.sample	28 Aug 2003 01:51:23 -0000	1.48
  +++ build.properties.sample	29 Sep 2003 02:49:18 -0000	1.49
  @@ -50,13 +50,13 @@
   
   # The JAR file containing the Lang package (Version 1.0.1 or later)
   # from the Jakarta Commons project.
  -commons-lang.jar=${commons-lib.home}/lang/dist/commons-lang-1.0.1.jar
  +commons-lang.jar=${commons-lib.home}/lang/dist/commons-lang-2.0.jar
   
   # The JAR file containing the Logging package (Version 1.0.3 or later)
   # from the Jakarta Commons project.
   commons-logging.jar=${commons-lib.home}/logging/dist/commons-logging.jar
   
  -# The JAR file containing the Validator package (Version 1.0.2 or later)
  +# The JAR file containing the Validator package (Version 1.1.0 or later)
   # from the Jakarta Commons project.
   commons-validator.jar=${commons-lib.home}/validator/dist/commons-validator.jar
   
  @@ -326,4 +326,4 @@
   
   tomcat.home.33 = ${apache.home}/jakarta-tomcat-3.3.1
   tomcat.home.40 = ${apache.home}/jakarta-tomcat-4.0.6
  -tomcat.home.41 = ${apache.home}/jakarta-tomcat-4.1.24
  +tomcat.home.41 = ${apache.home}/jakarta-tomcat-4.1.27
  
  
  
  1.123     +4 -4      jakarta-struts/build.xml
  
  Index: build.xml
  ===================================================================
  RCS file: /home/cvs/jakarta-struts/build.xml,v
  retrieving revision 1.122
  retrieving revision 1.123
  diff -u -r1.122 -r1.123
  --- build.xml	9 Sep 2003 21:29:10 -0000	1.122
  +++ build.xml	29 Sep 2003 02:49:18 -0000	1.123
  @@ -24,7 +24,7 @@
   
           antlr.jar                     The path to the JAR file of the ANTLR
                                         package.
  -                                      [Version 2.7.1 or later]
  +                                      [Version 2.7.2 or later]
   
           commons-beanutils.jar         The path to the JAR file of the Jakarta
                                         Commons Beanutils package.
  @@ -44,7 +44,7 @@
   
           commons-lang.jar              The path to the JAR file of the Jakarta
                                         Commons Lang package.
  -                                      [Version 1.0.1 or later]
  +                                      [Version 2.0 or later]
   
           commons-logging.jar           The path to the JAR file of the Jakarta
                                         Commons Logging package.
  @@ -52,11 +52,11 @@
   
           commons-validator.jar         The path to the JAR file of the Jakarta
                                         Commons Validator package.
  -                                      [Version 1.0.2 or later]
  +                                      [Version 1.1.0 or later]
   
           jakarta-oro.jar               The path to the JAR file of the Jakarta
                                         ORO package.
  -                                      [Version 2.0.6 or later]
  +                                      [Version 2.0.7 or later]
   
           jdbc20ext.jar                 The path to the JAR file for the JDBC 2.0
                                         Optional Package APIs.
  
  
  
  1.33      +2 -2      jakarta-struts/doc/userGuide/release-notes.xml
  
  Index: release-notes.xml
  ===================================================================
  RCS file: /home/cvs/jakarta-struts/doc/userGuide/release-notes.xml,v
  retrieving revision 1.32
  retrieving revision 1.33
  diff -u -r1.32 -r1.33
  --- release-notes.xml	9 Sep 2003 17:49:18 -0000	1.32
  +++ release-notes.xml	29 Sep 2003 02:49:18 -0000	1.33
  @@ -115,9 +115,9 @@
       <li>Commons Collections 2.1</li>
       <li>Commons Digester 1.5</li>
       <li>Commons FileUpload 1.0</li>
  -    <li>Commons Lang 1.0.1</li>
  +    <li>Commons Lang 2.0</li>
       <li>Commons Logging 1.0.3</li>
  -    <li>Commons Validator 1.0.2</li>
  +    <li>Commons Validator 1.1.0</li>
       </ul>
   
     </section>
  
  
  

---------------------------------------------------------------------
To unsubscribe, e-mail: struts-dev-unsubscribe@jakarta.apache.org
For additional commands, e-mail: struts-dev-help@jakarta.apache.org