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

Gavin King gavin.king at jboss.com
Tue Jan 9 03:25:38 EST 2007


  User: gavin   
  Date: 07/01/09 03:25:38

  Modified:    examples/blog  build.xml
  Log:
  page fragment caching
  
  Revision  Changes    Path
  1.15      +1 -0      jboss-seam/examples/blog/build.xml
  
  (In the diff below, changes in quantity of whitespace are not shown.)
  
  Index: build.xml
  ===================================================================
  RCS file: /cvsroot/jboss/jboss-seam/examples/blog/build.xml,v
  retrieving revision 1.14
  retrieving revision 1.15
  diff -u -b -r1.14 -r1.15
  --- build.xml	5 Dec 2006 16:20:38 -0000	1.14
  +++ build.xml	9 Jan 2007 08:25:38 -0000	1.15
  @@ -11,6 +11,7 @@
   	<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="example.ds"              value="blog-ds.xml"/>
       <property name="src.java.dir"            value="src"/>
       <property name="src.test.dir"            value="src"/>
  
  
  



More information about the jboss-cvs-commits mailing list