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

Christian Bauer christian at hibernate.org
Thu Apr 19 01:44:47 EDT 2007


  User: cbauer  
  Date: 07/04/19 01:44:47

  Modified:    examples/wiki   build.properties README.txt
  Log:
  Fixed a few minor bugs, now runs on 4.2 CR2
  
  Revision  Changes    Path
  1.9       +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.8
  retrieving revision 1.9
  diff -u -b -r1.8 -r1.9
  --- build.properties	10 Apr 2007 08:08:10 -0000	1.8
  +++ build.properties	19 Apr 2007 05:44:47 -0000	1.9
  @@ -1,4 +1,4 @@
  -jboss.home = /Users/turin/work/local/jboss/jboss-4.2.0.CR1
  +jboss.home = /Users/turin/work/local/jboss/jboss-4.2.0.CR2
   # 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
  
  
  
  1.3       +2 -0      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.2
  retrieving revision 1.3
  diff -u -b -r1.2 -r1.3
  --- README.txt	16 Feb 2007 16:26:45 -0000	1.2
  +++ README.txt	19 Apr 2007 05:44:47 -0000	1.3
  @@ -6,3 +6,5 @@
   before deploying.
   
   The start document is hardcoded in index.html to be one of the records from import.sql.
  +
  +Please use JBoss AS 4.2 CR2.
  
  
  



More information about the jboss-cvs-commits mailing list