[jboss-cvs] jboss-seam ...

Gavin King gavin.king at jboss.com
Mon Jun 25 12:41:18 EDT 2007


  User: gavin   
  Date: 07/06/25 12:41:18

  Modified:    jboss-seam    readme.txt changelog.txt
                        build.properties.sample
  Log:
  several breaking changes, major redesigns, better call it 2.0
  
  Revision  Changes    Path
  1.37      +1 -1      jboss-seam/readme.txt
  
  (In the diff below, changes in quantity of whitespace are not shown.)
  
  Index: readme.txt
  ===================================================================
  RCS file: /cvsroot/jboss/jboss-seam/readme.txt,v
  retrieving revision 1.36
  retrieving revision 1.37
  diff -u -b -r1.36 -r1.37
  --- readme.txt	23 Jun 2007 10:01:23 -0000	1.36
  +++ readme.txt	25 Jun 2007 16:41:18 -0000	1.37
  @@ -1,6 +1,6 @@
   JBoss Seam - Contextual Component framework for Java EE 5
   =========================================================
  -version 1.3.0.BETA1, June 2007
  +version 2.0.0.BETA1, June 2007
   
   This software is distributed under the terms of the FSF Lesser Gnu
   Public License (see lgpl.txt).
  
  
  
  1.49      +1 -1      jboss-seam/changelog.txt
  
  (In the diff below, changes in quantity of whitespace are not shown.)
  
  Index: changelog.txt
  ===================================================================
  RCS file: /cvsroot/jboss/jboss-seam/changelog.txt,v
  retrieving revision 1.48
  retrieving revision 1.49
  diff -u -b -r1.48 -r1.49
  --- changelog.txt	23 Jun 2007 10:01:23 -0000	1.48
  +++ changelog.txt	25 Jun 2007 16:41:18 -0000	1.49
  @@ -1,6 +1,6 @@
   JBoss Seam Changelog
   ====================
  -Release Notes - JBoss Seam - Version 1.3.0.BETA1
  +Release Notes - JBoss Seam - Version 2.0.0.BETA1
   
   Release Notes - JBoss Seam - Version 1.3.0.ALPHA
   
  
  
  
  1.5       +3 -3      jboss-seam/build.properties.sample
  
  (In the diff below, changes in quantity of whitespace are not shown.)
  
  Index: build.properties.sample
  ===================================================================
  RCS file: /cvsroot/jboss/jboss-seam/build.properties.sample,v
  retrieving revision 1.4
  retrieving revision 1.5
  diff -u -b -r1.4 -r1.5
  --- build.properties.sample	25 Jun 2007 13:16:23 -0000	1.4
  +++ build.properties.sample	25 Jun 2007 16:41:18 -0000	1.5
  @@ -1,6 +1,6 @@
  -tomcat.home = /Applications/Tomcat-6.0
   jboss.home = /Applications/jboss-4.2.0.GA
  -#tomcat.home = C:\\Tomcat-5.5
  +tomcat.home = /Applications/apache-tomcat-6.0
   #jboss.home = C:\\jboss-4.2.0.GA
  -version = 1.3
  +#tomcat.home = C:\\Tomcat-6.0
  +version = 2.0
   patchlevel = 0.BETA1
  \ No newline at end of file
  
  
  



More information about the jboss-cvs-commits mailing list