From: <bo...@us...> - 2014-12-04 17:39:23
|
Revision: 566 http://sourceforge.net/p/xmlunit/code/566 Author: bodewig Date: 2014-12-04 17:39:15 +0000 (Thu, 04 Dec 2014) Log Message: ----------- Java6 is the new baseline for XMLUnit 2.x Modified Paths: -------------- trunk/xmlunit/build.xml Modified: trunk/xmlunit/build.xml =================================================================== --- trunk/xmlunit/build.xml 2014-12-04 17:36:17 UTC (rev 565) +++ trunk/xmlunit/build.xml 2014-12-04 17:39:15 UTC (rev 566) @@ -39,8 +39,8 @@ <property name="userguide.docs.dir" value="${docs.dir}/userguide"/> <!-- javac properties --> - <property name="javac.source" value="5"/> - <property name="javac.target" value="5"/> + <property name="javac.source" value="6"/> + <property name="javac.target" value="6"/> <property name="javac.debug" value="true"/> <!-- junit task properties --> This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |