You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@poi.apache.org by ce...@apache.org on 2014/02/03 19:55:37 UTC

svn commit: r1563999 - /poi/trunk/build.xml

Author: centic
Date: Mon Feb  3 18:55:37 2014
New Revision: 1563999

URL: http://svn.apache.org/r1563999
Log:
Switch to JDK 6 for generated code as well

Modified:
    poi/trunk/build.xml

Modified: poi/trunk/build.xml
URL: http://svn.apache.org/viewvc/poi/trunk/build.xml?rev=1563999&r1=1563998&r2=1563999&view=diff
==============================================================================
--- poi/trunk/build.xml (original)
+++ poi/trunk/build.xml Mon Feb  3 18:55:37 2014
@@ -62,8 +62,8 @@ under the License.
     <property name="forrest.home" value="${env.FORREST_HOME}"/>
 
     <!-- compiler options options -->
-    <property name="jdk.version.source" value="1.5" description="JDK version of source code"/>
-    <property name="jdk.version.class" value="1.5" description="JDK version of generated class files"/>
+    <property name="jdk.version.source" value="1.6" description="JDK version of source code"/>
+    <property name="jdk.version.class" value="1.6" description="JDK version of generated class files"/>
     <property name="compile.debug" value="true"/>
 
     <!-- 



---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@poi.apache.org
For additional commands, e-mail: commits-help@poi.apache.org