[jboss-cvs] jboss-seam/examples/remoting/chatroom ...

Gavin King gavin.king at jboss.com
Tue Dec 5 11:20:40 EST 2006


  User: gavin   
  Date: 06/12/05 11:20:40

  Modified:    examples/remoting/chatroom  build.xml
  Log:
  fix the jsp examples
  
  Revision  Changes    Path
  1.11      +2 -1      jboss-seam/examples/remoting/chatroom/build.xml
  
  (In the diff below, changes in quantity of whitespace are not shown.)
  
  Index: build.xml
  ===================================================================
  RCS file: /cvsroot/jboss/jboss-seam/examples/remoting/chatroom/build.xml,v
  retrieving revision 1.10
  retrieving revision 1.11
  diff -u -b -r1.10 -r1.11
  --- build.xml	5 Dec 2006 13:20:22 -0000	1.10
  +++ build.xml	5 Dec 2006 16:20:40 -0000	1.11
  @@ -8,7 +8,8 @@
   
       <!-- Overrides -->
   	<property name="example.webinf.lib.dir"  value="."/>
  -	<property name="example.seam.lib"        value="yes"/>
  +	<property name="example.seam.ui.lib"     value="yes"/>
  +	<property name="example.seam.debug.lib"  value="yes"/>
   	<property name="example.facelets.lib"    value="yes"/>
   	<property name="example.cache.lib"       value="yes"/>
       <property name="src.java.dir"            value="src"/>
  
  
  



More information about the jboss-cvs-commits mailing list