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

Shane Bryzak Shane_Bryzak at symantec.com
Fri Jan 19 06:32:54 EST 2007


  User: sbryzak2
  Date: 07/01/19 06:32:54

  Modified:    examples/registration  build.xml
  Log:
  examples need facelets lib to deploy successfully
  
  Revision  Changes    Path
  1.29      +8 -7      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.28
  retrieving revision 1.29
  diff -u -b -r1.28 -r1.29
  --- build.xml	19 Dec 2006 17:03:24 -0000	1.28
  +++ build.xml	19 Jan 2007 11:32:54 -0000	1.29
  @@ -8,6 +8,7 @@
   
       <!-- Overrides -->
   	<property name="example.webinf.lib.dir"  value="."/>
  +    <property name="example.facelets.lib"    value="yes"/>	
   	<property name="example.seam.ui.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