updated test configuration

Former-commit-id: 598f069d1618f8941d480a1f6020ea9969a66222
This commit is contained in:
Jeremy Long
2015-06-13 08:23:54 -04:00
parent 7b0a120e66
commit 65a5d38fc6

View File

@@ -205,6 +205,10 @@ Copyright (c) 2012 Jeremy Long. All Rights Reserved.
<name>data.directory</name>
<value>${project.build.directory}/data</value>
</property>
<property>
<name>temp.directory</name>
<value>${project.build.directory}/temp</value>
</property>
</systemProperties>
</configuration>
</plugin>