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

Gavin King gavin.king at jboss.com
Thu Jun 21 19:28:21 EDT 2007


  User: gavin   
  Date: 07/06/21 19:28:20

  Modified:    examples/registration  build.xml
  Log:
  simplest example should use facelets
  
  Revision  Changes    Path
  1.32      +1 -0      jboss-seam/examples/registration/build.xml
  
  (In the diff below, changes in quantity of whitespace are not shown.)
  
  Index: build.xml
  ===================================================================
  RCS file: /cvsroot/jboss/jboss-seam/examples/registration/build.xml,v
  retrieving revision 1.31
  retrieving revision 1.32
  diff -u -b -r1.31 -r1.32
  --- build.xml	15 Jun 2007 05:13:16 -0000	1.31
  +++ build.xml	21 Jun 2007 23:28:20 -0000	1.32
  @@ -9,6 +9,7 @@
       <!-- Overrides -->
   	<property name="example.webinf.lib.dir"  value="."/>
   	<property name="example.seam.ui.lib"     value="yes"/>
  +	<property name="example.facelets.lib"    value="yes"/>
       <property name="src.java.dir"            value="src"/>
       <property name="src.test.dir"            value="src"/>
       <property name="test.classpath"          value="test.eejb.classpath"/>
  
  
  



More information about the jboss-cvs-commits mailing list