Author: norman
Date: Sat Nov 26 16:37:57 2011
New Revision: 1206484
URL: http://svn.apache.org/viewvc?rev=1206484&view=rev
Log:
Use java 1.5
Modified:
james/jspf/trunk/pom.xml
Modified: james/jspf/trunk/pom.xml
URL:
http://svn.apache.org/viewvc/james/jspf/trunk/pom.xml?rev=1206484&r1=1206483&r2=1206484&view=diff
==============================================================================
--- james/jspf/trunk/pom.xml (original)
+++ james/jspf/trunk/pom.xml Sat Nov 26 16:37:57 2011
@@ -65,6 +65,8 @@
<properties>
<!-- Override the source descriptor -->
<sourceReleaseAssemblyDescriptor>src</sourceReleaseAssemblyDescriptor>
+ <!-- Use java 5 -->
+ <target.jdk>1.5</target.jdk>
</properties>
<dependencyManagement>
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]