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

Norman Richards norman.richards at jboss.com
Thu Oct 4 23:55:21 EDT 2007


  User: nrichards
  Date: 07/10/04 23:55:21

  Modified:    examples/dvdstore/resources/META-INF  persistence.xml
  Log:
  undo index directory changes
  
  Revision  Changes    Path
  1.15      +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.14
  retrieving revision 1.15
  diff -u -b -r1.14 -r1.15
  --- persistence.xml	5 Oct 2007 02:40:01 -0000	1.14
  +++ persistence.xml	5 Oct 2007 03:55:21 -0000	1.15
  @@ -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="./build/dvdIndex"/>  
  +         <property name="hibernate.search.default.indexBase" value="./dvdindexes"/>  
            <!-- 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