You are viewing a plain text version of this content. The canonical link for it is here.
Posted to server-dev@james.apache.org by no...@apache.org on 2011/11/26 17:37:58 UTC

svn commit: r1206484 - /james/jspf/trunk/pom.xml

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: server-dev-unsubscribe@james.apache.org
For additional commands, e-mail: server-dev-help@james.apache.org