[jboss-cvs] jboss-seam ...

Peter Muir peter at bleepbleep.org.uk
Sun Dec 23 14:53:03 EST 2007


  User: pmuir   
  Date: 07/12/23 14:53:03

  Modified:    jboss-seam   release-process.txt build.xml
  Log:
  JBSEAM-2387 and tidy up library usage
  
  Revision  Changes    Path
  1.23      +4 -4      jboss-seam/release-process.txt
  
  (In the diff below, changes in quantity of whitespace are not shown.)
  
  Index: release-process.txt
  ===================================================================
  RCS file: /cvsroot/jboss/jboss-seam/release-process.txt,v
  retrieving revision 1.22
  retrieving revision 1.23
  diff -u -b -r1.22 -r1.23
  --- release-process.txt	27 Oct 2007 14:44:23 -0000	1.22
  +++ release-process.txt	23 Dec 2007 19:53:03 -0000	1.23
  @@ -18,7 +18,7 @@
     - booking
     - dvdstore
     - jpa
  -  - hibernate2
  +  - hibernate
     - seamspace
     - contactlist
     - itext
  @@ -29,11 +29,11 @@
     - booking
     - dvdstore
     - jpa
  -  - hibernate2
  +  - hibernate
   * Sanity check the folowing example applications on GlassFish
     - jee5
     - jpa
  -  - hibernate2
  +  - hibernate
     
   Test seam-gen
   -------------
  @@ -114,7 +114,7 @@
   drools
   dvdstore
   groovybooking
  -hibernate2
  +hibernate
   icefaces
   itext
   jee5
  
  
  
  1.309     +3 -3      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.308
  retrieving revision 1.309
  diff -u -b -r1.308 -r1.309
  --- build.xml	6 Dec 2007 14:58:32 -0000	1.308
  +++ build.xml	23 Dec 2007 19:53:03 -0000	1.309
  @@ -307,7 +307,7 @@
   		<cleanexample name="remoting/chatroom" />
   		<cleanexample name="remoting/progressbar" />
   		<cleanexample name="remoting/gwt" />
  -		<cleanexample name="hibernate2" />
  +		<cleanexample name="hibernate" />
   		<cleanexample name="jpa" />
   		<cleanexample name="jee5/booking" />
   		<cleanexample name="jee5/remoting" />
  @@ -374,7 +374,7 @@
   		<testexample name="mail" />
   		<testexample name="seampay" />
   		<testexample name="itext" />
  -		<testexample name="hibernate2" />
  +		<testexample name="hibernate" />
   		<testexample name="jpa" />
   		<testexample name="quartz" />
   		<ant dir="examples/wiki" target="test" inheritall="false">
  @@ -459,7 +459,7 @@
   				<exclude name="booking/alter.config" />
   				<exclude name="booking/alter.config/**/*" />
   				<exclude name="booking/build.alter.xml" />
  -				<include name="hibernate2/**/*" />
  +				<include name="hibernate/**/*" />
   				<include name="icefaces/**/*" />
   				<include name="jpa/**/*" />
   				<include name="jee5/**/*" />
  
  
  



More information about the jboss-cvs-commits mailing list