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

Gavin King gavin.king at jboss.com
Fri Jun 15 01:14:04 EDT 2007


  User: gavin   
  Date: 07/06/15 01:14:04

  Modified:    examples/wiki  build.properties
  Log:
  update examples to jboss embedded
  
  Revision  Changes    Path
  1.12      +4 -4      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.11
  retrieving revision 1.12
  diff -u -b -r1.11 -r1.12
  --- build.properties	12 Jun 2007 12:30:01 -0000	1.11
  +++ build.properties	15 Jun 2007 05:14:03 -0000	1.12
  @@ -1,7 +1,7 @@
  -jboss.home = /Users/turin/work/local/jboss/jboss-4.2.0.GA
  +jboss.home /Applications/jboss-4.2.0.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
  -javac.deprecation = false
  -javac.nowarn = on
  +javac.debug true
  +javac.deprecation false
  +javac.nowarn on
   
  
  
  



More information about the jboss-cvs-commits mailing list