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

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


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

  Modified:    examples/contactlist  build.xml
  Log:
  fix the jsp examples
  
  Revision  Changes    Path
  1.9       +2 -1      jboss-seam/examples/contactlist/build.xml
  
  (In the diff below, changes in quantity of whitespace are not shown.)
  
  Index: build.xml
  ===================================================================
  RCS file: /cvsroot/jboss/jboss-seam/examples/contactlist/build.xml,v
  retrieving revision 1.8
  retrieving revision 1.9
  diff -u -b -r1.8 -r1.9
  --- build.xml	5 Dec 2006 13:29:37 -0000	1.8
  +++ build.xml	5 Dec 2006 16:20:39 -0000	1.9
  @@ -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="src.java.dir"            value="src"/>
       <property name="src.test.dir"            value="src"/>
  
  
  



More information about the jboss-cvs-commits mailing list