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

Christian Bauer christian at hibernate.org
Tue Nov 13 08:04:19 EST 2007


  User: cbauer  
  Date: 07/11/13 08:04:19

  Modified:    examples/wiki   README.txt build.properties
  Log:
  Upgraded to AS 4.2.2, reduced recommended session timeout
  
  Revision  Changes    Path
  1.16      +2 -2      jboss-seam/examples/wiki/README.txt
  
  (In the diff below, changes in quantity of whitespace are not shown.)
  
  Index: README.txt
  ===================================================================
  RCS file: /cvsroot/jboss/jboss-seam/examples/wiki/README.txt,v
  retrieving revision 1.15
  retrieving revision 1.16
  diff -u -b -r1.15 -r1.16
  --- README.txt	14 Oct 2007 11:06:43 -0000	1.15
  +++ README.txt	13 Nov 2007 13:04:18 -0000	1.16
  @@ -12,7 +12,7 @@
   INSTALLATION WITH HSQL DB (development profile)
   ==========================================================================================
   
  -- Install JBoss Application Server 4.2.1 GA
  +- Install JBoss Application Server 4.2.2 GA
   
   - Edit build.properties
   
  @@ -31,7 +31,7 @@
   INSTALLATION WITH MYSQL (production profile)
   ==========================================================================================
   
  -- Install JBoss Application Server 4.2.1 GA
  +- Install JBoss Application Server 4.2.2 GA
   
   - Upgrade/downgrade the Hibernate libraries bundled with JBoss 4.2.1 to the libraries bundled
     with this application. Follow the steps outlined above (edit build.properties, call
  
  
  
  1.19      +1 -1      jboss-seam/examples/wiki/build.properties
  
  (In the diff below, changes in quantity of whitespace are not shown.)
  
  Index: build.properties
  ===================================================================
  RCS file: /cvsroot/jboss/jboss-seam/examples/wiki/build.properties,v
  retrieving revision 1.18
  retrieving revision 1.19
  diff -u -b -r1.18 -r1.19
  --- build.properties	26 Sep 2007 09:37:10 -0000	1.18
  +++ build.properties	13 Nov 2007 13:04:18 -0000	1.19
  @@ -1,4 +1,4 @@
  -jboss.home /Users/turin/work/local/jboss/jboss-4.2.1.GA
  +jboss.home /Users/turin/work/local/jboss/jboss-4.2.2.GA
   # That stuff doesn't really work for me, PAGE scoped components can't be hot-deployed (CNFE on deserialization of component state)
   #hotdeploy.classes = **/wiki/core/action/** **/wiki/core/dao/** **/wiki/core/links/** **/wiki/plugin/lastmodified/** **/wiki/plugin/blogdirectory/BlogDirectory*
   javac.debug true
  
  
  



More information about the jboss-cvs-commits mailing list