--- incubator/jackrabbit/trunk/project.properties (original)
+++ incubator/jackrabbit/trunk/project.properties Wed Nov 2 07:46:41
2005
@@ -29,6 +29,8 @@
#maven.junit.sysproperties=org.xml.sax.driver
java.security.auth.login.config
maven.junit.sysproperties=org.xml.sax.driver
org.xml.sax.driver=org.apache.xerces.parsers.SAXParser
+maven.junit.sysproperties=derby.system.durability
+derby.system.durability=test
#java.security.auth.login.config=applications/test/jaas.config
maven.junit.jvmargs=-Xmx128m
Ooh, I didn't know we could set Derby properties in there.
I just committed a derby.properties file to add a property.
Which place is better?
....Roy