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

Emmanuel Bernard emmanuel.bernard at jboss.com
Tue Jun 26 21:56:45 EDT 2007


  User: ebernard
  Date: 07/06/26 21:56:45

  Modified:    examples/blog  build.xml
  Log:
  Use Hibernate Search in the blog example
  
  Revision  Changes    Path
  1.17      +7 -6      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.16
  retrieving revision 1.17
  diff -u -b -r1.16 -r1.17
  --- build.xml	15 Jun 2007 05:09:03 -0000	1.16
  +++ build.xml	27 Jun 2007 01:56:45 -0000	1.17
  @@ -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.search.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"/>
  
  
  



More information about the jboss-cvs-commits mailing list