[jboss-cvs] jboss-seam/examples/blog/resources/META-INF ...

Gavin King gavin.king at jboss.com
Thu Oct 4 22:40:01 EDT 2007


  User: gavin   
  Date: 07/10/04 22:40:01

  Modified:    examples/blog/resources/META-INF  persistence.xml
  Log:
  ignore indexes
  
  Revision  Changes    Path
  1.6       +1 -1      jboss-seam/examples/blog/resources/META-INF/persistence.xml
  
  (In the diff below, changes in quantity of whitespace are not shown.)
  
  Index: persistence.xml
  ===================================================================
  RCS file: /cvsroot/jboss/jboss-seam/examples/blog/resources/META-INF/persistence.xml,v
  retrieving revision 1.5
  retrieving revision 1.6
  diff -u -b -r1.5 -r1.6
  --- persistence.xml	27 Jun 2007 01:56:45 -0000	1.5
  +++ persistence.xml	5 Oct 2007 02:40:01 -0000	1.6
  @@ -17,7 +17,7 @@
            <property name="hibernate.search.default.directory_provider"
                     value="org.hibernate.search.store.FSDirectoryProvider"/>
            <!-- directory where the indexes will be stored -->
  -         <property name="hibernate.search.default.indexBase" value="./blogindexes"/>  
  +         <property name="hibernate.search.default.indexBase" value="./build/blogIndex"/>  
            <!-- Not needed with HA 3.3 -->
            <property name="hibernate.ejb.event.post-insert" value="org.hibernate.search.event.FullTextIndexEventListener"/>
            <property name="hibernate.ejb.event.post-update" value="org.hibernate.search.event.FullTextIndexEventListener"/>
  
  
  



More information about the jboss-cvs-commits mailing list