[jboss-cvs] jboss-seam/examples/hibernate2 ...

Peter Muir peter at bleepbleep.org.uk
Thu Sep 6 13:18:45 EDT 2007


  User: pmuir   
  Date: 07/09/06 13:18:45

  Modified:    examples/hibernate2        build-tomcat6.xml
                        build-tomcat55.xml build-websphere61.xml
                        build-weblogic92.xml build-glassfish.xml
                        build-jboss405.xml build-jboss.xml
  Log:
  JBSEAM-1907 - upgrade to Richfaces 3.1
  
  Revision  Changes    Path
  1.4       +1 -1      jboss-seam/examples/hibernate2/build-tomcat6.xml
  
  (In the diff below, changes in quantity of whitespace are not shown.)
  
  Index: build-tomcat6.xml
  ===================================================================
  RCS file: /cvsroot/jboss/jboss-seam/examples/hibernate2/build-tomcat6.xml,v
  retrieving revision 1.3
  retrieving revision 1.4
  diff -u -b -r1.3 -r1.4
  --- build-tomcat6.xml	8 Aug 2007 15:17:36 -0000	1.3
  +++ build-tomcat6.xml	6 Sep 2007 17:18:45 -0000	1.4
  @@ -15,7 +15,7 @@
       <property name="seam.ui.lib"    value="true"/>
       <property name="seam.debug.lib" value="true"/>
       <property name="facelets.lib"   value="true"/>
  -    <property name="ajax4jsf.lib"   value="true"/>
  +    <property name="richfaces.lib"   value="true"/>
   
       <import file="../build.xml"/>
   
  
  
  
  1.4       +1 -1      jboss-seam/examples/hibernate2/build-tomcat55.xml
  
  (In the diff below, changes in quantity of whitespace are not shown.)
  
  Index: build-tomcat55.xml
  ===================================================================
  RCS file: /cvsroot/jboss/jboss-seam/examples/hibernate2/build-tomcat55.xml,v
  retrieving revision 1.3
  retrieving revision 1.4
  diff -u -b -r1.3 -r1.4
  --- build-tomcat55.xml	8 Aug 2007 15:17:36 -0000	1.3
  +++ build-tomcat55.xml	6 Sep 2007 17:18:45 -0000	1.4
  @@ -15,7 +15,7 @@
       <property name="seam.ui.lib"    value="true"/>
       <property name="seam.debug.lib" value="true"/>
       <property name="facelets.lib"   value="true"/>
  -    <property name="ajax4jsf.lib"   value="true"/>
  +    <property name="richfaces.lib"   value="true"/>
   
       <import file="../build.xml"/>
   
  
  
  
  1.3       +1 -1      jboss-seam/examples/hibernate2/build-websphere61.xml
  
  (In the diff below, changes in quantity of whitespace are not shown.)
  
  Index: build-websphere61.xml
  ===================================================================
  RCS file: /cvsroot/jboss/jboss-seam/examples/hibernate2/build-websphere61.xml,v
  retrieving revision 1.2
  retrieving revision 1.3
  diff -u -b -r1.2 -r1.3
  --- build-websphere61.xml	8 Aug 2007 15:17:36 -0000	1.2
  +++ build-websphere61.xml	6 Sep 2007 17:18:45 -0000	1.3
  @@ -15,7 +15,7 @@
   	<property name="seam.ui.lib" value="true" />
   	<property name="seam.debug.lib" value="true" />
   	<property name="facelets.lib" value="true" />
  -	<property name="ajax4jsf.lib" value="true" />
  +	<property name="richfaces.lib" value="true" />
   
   	<import file="../build.xml" />
   
  
  
  
  1.3       +1 -1      jboss-seam/examples/hibernate2/build-weblogic92.xml
  
  (In the diff below, changes in quantity of whitespace are not shown.)
  
  Index: build-weblogic92.xml
  ===================================================================
  RCS file: /cvsroot/jboss/jboss-seam/examples/hibernate2/build-weblogic92.xml,v
  retrieving revision 1.2
  retrieving revision 1.3
  diff -u -b -r1.2 -r1.3
  --- build-weblogic92.xml	8 Aug 2007 15:17:36 -0000	1.2
  +++ build-weblogic92.xml	6 Sep 2007 17:18:45 -0000	1.3
  @@ -15,7 +15,7 @@
       <property name="seam.ui.lib"    value="true"/>
       <property name="seam.debug.lib" value="true"/>
       <property name="facelets.lib"   value="true"/>
  -    <property name="ajax4jsf.lib"   value="true"/>
  +    <property name="richfaces.lib"   value="true"/>
   
       <import file="../build.xml"/>
   
  
  
  
  1.3       +1 -1      jboss-seam/examples/hibernate2/build-glassfish.xml
  
  (In the diff below, changes in quantity of whitespace are not shown.)
  
  Index: build-glassfish.xml
  ===================================================================
  RCS file: /cvsroot/jboss/jboss-seam/examples/hibernate2/build-glassfish.xml,v
  retrieving revision 1.2
  retrieving revision 1.3
  diff -u -b -r1.2 -r1.3
  --- build-glassfish.xml	8 Aug 2007 15:17:36 -0000	1.2
  +++ build-glassfish.xml	6 Sep 2007 17:18:45 -0000	1.3
  @@ -15,7 +15,7 @@
       <property name="seam.ui.lib"    value="true"/>
       <property name="seam.debug.lib" value="true"/>
       <property name="facelets.lib"   value="true"/>
  -    <property name="ajax4jsf.lib"   value="true"/>
  +    <property name="richfaces.lib"   value="true"/>
   
       <import file="../build.xml"/>
   
  
  
  
  1.3       +1 -1      jboss-seam/examples/hibernate2/build-jboss405.xml
  
  (In the diff below, changes in quantity of whitespace are not shown.)
  
  Index: build-jboss405.xml
  ===================================================================
  RCS file: /cvsroot/jboss/jboss-seam/examples/hibernate2/build-jboss405.xml,v
  retrieving revision 1.2
  retrieving revision 1.3
  diff -u -b -r1.2 -r1.3
  --- build-jboss405.xml	8 Aug 2007 15:17:36 -0000	1.2
  +++ build-jboss405.xml	6 Sep 2007 17:18:45 -0000	1.3
  @@ -15,7 +15,7 @@
       <property name="seam.ui.lib"    value="true"/>
       <property name="seam.debug.lib" value="true"/>
       <property name="facelets.lib"   value="true"/>
  -    <property name="ajax4jsf.lib"   value="true"/>
  +    <property name="richfaces.lib"   value="true"/>
   
       <import file="../build.xml"/>
   
  
  
  
  1.2       +1 -1      jboss-seam/examples/hibernate2/build-jboss.xml
  
  (In the diff below, changes in quantity of whitespace are not shown.)
  
  Index: build-jboss.xml
  ===================================================================
  RCS file: /cvsroot/jboss/jboss-seam/examples/hibernate2/build-jboss.xml,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -b -r1.1 -r1.2
  --- build-jboss.xml	9 Jul 2007 04:32:42 -0000	1.1
  +++ build-jboss.xml	6 Sep 2007 17:18:45 -0000	1.2
  @@ -15,7 +15,7 @@
       <property name="seam.ui.lib"    value="true"/>
       <property name="seam.debug.lib" value="true"/>
       <property name="facelets.lib"   value="true"/>
  -    <property name="ajax4jsf.lib"   value="true"/>
  +    <property name="richfaces.lib"   value="true"/>
   
       <import file="../build.xml"/>
   
  
  
  



More information about the jboss-cvs-commits mailing list