[jboss-cvs] jboss-seam/examples/dvdstore/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/dvdstore/resources/META-INF  persistence.xml
  Log:
  ignore indexes
  
  Revision  Changes    Path
  1.14      +1 -1      jboss-seam/examples/dvdstore/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/dvdstore/resources/META-INF/persistence.xml,v
  retrieving revision 1.13
  retrieving revision 1.14
  diff -u -b -r1.13 -r1.14
  --- persistence.xml	15 Jul 2007 02:12:46 -0000	1.13
  +++ persistence.xml	5 Oct 2007 02:40:01 -0000	1.14
  @@ -18,7 +18,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="./dvdindexes"/>  
  +         <property name="hibernate.search.default.indexBase" value="./build/dvdIndex"/>  
            <!-- 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