preserve case to make postgres happy

git-svn-id: https://svn.apache.org/repos/asf/maven/archiva/trunk@506529 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Brett Porter 2007-02-12 16:48:34 +00:00
parent 6bd5fc595a
commit dfba881123

View File

@ -114,6 +114,10 @@
<name>org.jpox.rdbms.dateTimezone</name> <name>org.jpox.rdbms.dateTimezone</name>
<value>JDK_DEFAULT_TIMEZONE</value> <value>JDK_DEFAULT_TIMEZONE</value>
</property> </property>
<property>
<name>org.jpox.identifier.case</name>
<value>PreserveCase</value>
</property>
</otherProperties> </otherProperties>
</configuration> </configuration>
</component> </component>