[jboss-cvs] jboss-seam ...

Gavin King gavin.king at jboss.com
Wed Jan 17 20:05:54 EST 2007


  User: gavin   
  Date: 07/01/17 20:05:54

  Modified:    jboss-seam    build.xml readme.txt changelog.txt
  Log:
  1.1.1
  
  Revision  Changes    Path
  1.128     +3 -0      jboss-seam/build.xml
  
  (In the diff below, changes in quantity of whitespace are not shown.)
  
  Index: build.xml
  ===================================================================
  RCS file: /cvsroot/jboss/jboss-seam/build.xml,v
  retrieving revision 1.127
  retrieving revision 1.128
  diff -u -b -r1.127 -r1.128
  --- build.xml	17 Jan 2007 18:17:49 -0000	1.127
  +++ build.xml	18 Jan 2007 01:05:54 -0000	1.128
  @@ -345,6 +345,7 @@
           <ant dir="examples/dvdstore" target="clean" inheritall="false"/>
           <ant dir="examples/contactlist" target="clean" inheritall="false"/>
           <ant dir="examples/seampay" target="clean" inheritall="false"/>
  +    	<ant dir="examples/pdf" target="clean" inheritall="false"/>
           <ant dir="examples/messages" target="clean" inheritall="false"/>
           <ant dir="examples/numberguess" target="clean" inheritall="false"/>
           <ant dir="examples/registration" target="clean" inheritall="false"/>
  @@ -370,6 +371,7 @@
           <ant dir="examples/dvdstore" target="undeploy" inheritall="false"/>
           <ant dir="examples/contactlist" target="undeploy" inheritall="false"/>
           <ant dir="examples/seampay" target="undeploy" inheritall="false"/>
  +    	<ant dir="examples/pdf" target="undeploy" inheritall="false"/>
           <ant dir="examples/messages" target="undeploy" inheritall="false"/>
           <ant dir="examples/numberguess" target="undeploy" inheritall="false"/>
           <ant dir="examples/registration" target="undeploy" inheritall="false"/>
  @@ -839,6 +841,7 @@
                   <include name="issues/**/*"/>
                   <include name="registration/**/*"/>
                   <include name="dvdstore/**/*"/>
  +            	<include name="pdf/**/*"/>
                   <include name="seampay/**/*"/>
                   <include name="messages/**/*"/>
                   <include name="todo/**/*"/>
  
  
  
  1.28      +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.27
  retrieving revision 1.28
  diff -u -b -r1.27 -r1.28
  --- readme.txt	16 Dec 2006 15:04:04 -0000	1.27
  +++ readme.txt	18 Jan 2007 01:05:54 -0000	1.28
  @@ -1,6 +1,6 @@
   JBoss Seam - Contextual Component framework for Java EE 5
   =========================================================
  -version 1.1.1.GA, December 2006
  +version 1.1.1.GA, January 2007
   
   This software is distributed under the terms of the FSF Lesser Gnu
   Public License (see lgpl.txt).
  
  
  
  1.35      +2 -2      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.34
  retrieving revision 1.35
  diff -u -b -r1.34 -r1.35
  --- changelog.txt	16 Dec 2006 15:04:04 -0000	1.34
  +++ changelog.txt	18 Jan 2007 01:05:54 -0000	1.35
  @@ -1,7 +1,7 @@
   JBoss Seam Changelog
   ====================
  -Changes in version 1.1.1.GA (December 2006)
  --------------------------------------------
  +Changes in version 1.1.1.GA (January 2007)
  +------------------------------------------
   Changes in version 1.1.0.GA (December 2006)
   -------------------------------------------
   ** Bug
  
  
  



More information about the jboss-cvs-commits mailing list