[jboss-cvs] jboss-seam ...

Peter Muir peter at bleepbleep.org.uk
Sat Jun 23 14:34:01 EDT 2007


  User: pmuir   
  Date: 07/06/23 14:34:01

  Modified:    jboss-seam   release-process.txt build.xml
  Log:
  JBSEAM-1449 - rename glassfish to jee5 and add support for OC4J (thanks to Richard Hoffman for this!)
  
  Revision  Changes    Path
  1.10      +2 -2      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.9
  retrieving revision 1.10
  diff -u -b -r1.9 -r1.10
  --- release-process.txt	15 Jun 2007 13:47:23 -0000	1.9
  +++ release-process.txt	23 Jun 2007 18:34:01 -0000	1.10
  @@ -35,7 +35,7 @@
     - jpa
     - hibernate2
   * Sanity check the folowing example applications on GlassFish
  -  - glassfish
  +  - jee5
     - jpa
     - hibernate2
     
  @@ -125,7 +125,7 @@
   contactlist
   drools
   dvdstore
  -glassfish
  +jee5
   groovybooking
   hibernate
   hibernate2
  
  
  
  1.202     +1 -1      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.201
  retrieving revision 1.202
  diff -u -b -r1.201 -r1.202
  --- build.xml	23 Jun 2007 10:01:23 -0000	1.201
  +++ build.xml	23 Jun 2007 18:34:01 -0000	1.202
  @@ -970,7 +970,7 @@
   				<include name="hibernate/**/*" />
   				<include name="hibernate2/**/*" />
   				<include name="jpa/**/*" />
  -				<include name="glassfish/**/*" />
  +				<include name="jee5/**/*" />
   				<include name="blog/**/*" />
   				<include name="contactlist/**/*" />
   				<include name="registration/**/*" />
  
  
  



More information about the jboss-cvs-commits mailing list