[jboss-cvs] jboss-seam ...

Gavin King gavin.king at jboss.com
Tue Jan 30 10:58:08 EST 2007


  User: gavin   
  Date: 07/01/30 10:58:08

  Modified:    jboss-seam    changelog.txt readme.txt build.xml
  Log:
  1.1.5
  
  Revision  Changes    Path
  1.37      +2 -0      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.36
  retrieving revision 1.37
  diff -u -b -r1.36 -r1.37
  --- changelog.txt	19 Jan 2007 02:07:52 -0000	1.36
  +++ changelog.txt	30 Jan 2007 15:58:08 -0000	1.37
  @@ -1,5 +1,7 @@
   JBoss Seam Changelog
   ====================
  +Changes in version 1.1.5.GA (February 2007)
  +------------------------------------------
   Changes in version 1.1.1.GA (January 2007)
   ------------------------------------------
   ** Bug
  
  
  
  1.29      +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.28
  retrieving revision 1.29
  diff -u -b -r1.28 -r1.29
  --- readme.txt	18 Jan 2007 01:05:54 -0000	1.28
  +++ readme.txt	30 Jan 2007 15:58:08 -0000	1.29
  @@ -1,6 +1,6 @@
   JBoss Seam - Contextual Component framework for Java EE 5
   =========================================================
  -version 1.1.1.GA, January 2007
  +version 1.1.5.GA, February 2007
   
   This software is distributed under the terms of the FSF Lesser Gnu
   Public License (see lgpl.txt).
  
  
  
  1.132     +9 -5      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.131
  retrieving revision 1.132
  diff -u -b -r1.131 -r1.132
  --- build.xml	21 Jan 2007 14:33:36 -0000	1.131
  +++ build.xml	30 Jan 2007 15:58:08 -0000	1.132
  @@ -14,7 +14,7 @@
       <property name="Name"                 value="JBoss Seam"/>
       <property name="name"                 value="jboss-seam"/>
       <property name="version"              value="1.1"/>
  -    <property name="patchlevel"           value="1.GA"/>
  +    <property name="patchlevel"           value="5.GA"/>
   
       <!-- set global properties for this build -->
       <property name="build.dir"            value="build"/>
  @@ -354,6 +354,8 @@
           <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/seamspace" target="clean" inheritall="false"/>
  +        <ant dir="examples/mail" 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"/>
  @@ -380,7 +382,9 @@
           <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/seamspace" target="undeploy" inheritall="false"/>
       	<ant dir="examples/pdf" target="undeploy" inheritall="false"/>
  +    	<ant dir="examples/mail" 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"/>
  @@ -397,6 +401,7 @@
           <ant dir="examples/icefaces" target="undeploy.tomcat" inheritall="false"/>
           <ant dir="examples/dvdstore" target="undeploy.tomcat" inheritall="false"/>
       	<ant dir="examples/pdf" target="undeploy.tomcat" inheritall="false"/>
  +    	<ant dir="examples/mail" target="undeploy.tomcat" inheritall="false"/>
           <ant dir="examples/blog" target="undeploy.tomcat" inheritall="false"/>
           <ant dir="examples/issues" target="undeploy.tomcat" inheritall="false"/>
           <ant dir="examples/contactlist" target="undeploy.tomcat" inheritall="false"/>
  @@ -409,12 +414,9 @@
   
       <target name="deploypresentation" 
               depends="build"
  -            description="Deploy all examples used in Seam presentations">
  +            description="Deploy the examples used in Seam presentations">
           <ant dir="examples/booking" target="deploy" inheritall="false"/>
  -        <ant dir="examples/issues" target="deploy" inheritall="false"/>
           <ant dir="examples/dvdstore" target="deploy" inheritall="false"/>
  -        <ant dir="examples/remoting/progressbar" target="deploy" inheritall="false"/>
  -        <ant dir="examples/remoting/chatroom" target="deploy" inheritall="false"/>
           <copy file="examples/seam-examples.html" todir="${webroot.dir}"/>
           <replace file="${webroot.dir}/seam-examples.html" token="http://localhost:8080" value=""/>
       </target>
  @@ -895,6 +897,8 @@
                   <include name="dvdstore/**/*"/>
               	<include name="pdf/**/*"/>
                   <include name="seampay/**/*"/>
  +            	<include name="seamspace/**/*"/>
  +            	<include name="mail/**/*"/>
                   <include name="messages/**/*"/>
                   <include name="todo/**/*"/>
                   <include name="numberguess/**/*"/>
  
  
  



More information about the jboss-cvs-commits mailing list