[seam-commits] Seam SVN: r8233 - in trunk/examples/wiki: src/etc/META-INF and 1 other directory.
seam-commits at lists.jboss.org
seam-commits at lists.jboss.org
Tue May 20 11:58:34 EDT 2008
Author: jbalunas at redhat.com
Date: 2008-05-20 11:58:34 -0400 (Tue, 20 May 2008)
New Revision: 8233
Modified:
trunk/examples/wiki/build.xml
trunk/examples/wiki/src/etc/META-INF/persistence-test-war.xml
Log:
JBSEAM-3009 update for CI builds
Modified: trunk/examples/wiki/build.xml
===================================================================
--- trunk/examples/wiki/build.xml 2008-05-20 15:31:54 UTC (rev 8232)
+++ trunk/examples/wiki/build.xml 2008-05-20 15:58:34 UTC (rev 8233)
@@ -127,6 +127,7 @@
<target name="clean" description="Cleans up all build artifacts">
<delete dir="${tmp.dir}"/>
+ <delete dir="lacewikiIndex"/>
</target>
<target name="upgradehibernate"
Modified: trunk/examples/wiki/src/etc/META-INF/persistence-test-war.xml
===================================================================
--- trunk/examples/wiki/src/etc/META-INF/persistence-test-war.xml 2008-05-20 15:31:54 UTC (rev 8232)
+++ trunk/examples/wiki/src/etc/META-INF/persistence-test-war.xml 2008-05-20 15:58:34 UTC (rev 8233)
@@ -32,7 +32,7 @@
<!-- Search engine -->
<property name="hibernate.search.default.directory_provider"
value="org.hibernate.search.store.FSDirectoryProvider"/>
- <property name="hibernate.search.default.indexBase" value="build/lacewikiIndex"/>
+ <property name="hibernate.search.default.indexBase" value="lacewikiIndex"/>
<property name="hibernate.search.worker.batch_size" value="50"/>
<!-- Run the Hibernate bytecode instrumentation at deployment time, for lazy loading of @ToOne and byte[] properties -->
More information about the seam-commits
mailing list