Author: ludwig
Date: Wed Feb 2 12:50:13 2011
New Revision: 1066450
URL: http://svn.apache.org/viewvc?rev=1066450&view=rev
Log:
Java 5 in Torque
Modified:
turbine/core/trunk/pom.xml
Modified: turbine/core/trunk/pom.xml
URL:
http://svn.apache.org/viewvc/turbine/core/trunk/pom.xml?rev=1066450&r1=1066449&r2=1066450&view=diff
==============================================================================
--- turbine/core/trunk/pom.xml (original)
+++ turbine/core/trunk/pom.xml Wed Feb 2 12:50:13 2011
@@ -710,6 +710,7 @@
<reportFile>../../target/torque/report.${project.artifact.artifactId}.om.generation</reportFile>
<schemaDir>src/torque/schema</schemaDir>
<runOnlyOnSchemaChange>true</runOnlyOnSchemaChange>
+ <enableJava5Features>true</enableJava5Features>
</configuration>
<executions>
<execution>