svn commit: r1853803 - /cocoon/branches/BRANCH_2_1_X/build.properties

[email protected] Mon, 18 Feb 2019 14:59:44 -0000
Newsgroups gmane.text.xml.cocoon.cvs
Message-ID <[email protected]>
Author: anathaniel
Date: Mon Feb 18 14:59:44 2019
New Revision: 1853803

URL: http://svn.apache.org/viewvc?rev=1853803&view=rev
Log:
Use javax.tools.JavaCompiler interface (available since Java 6)

Modified:
    cocoon/branches/BRANCH_2_1_X/build.properties

Modified: cocoon/branches/BRANCH_2_1_X/build.properties
URL: http://svn.apache.org/viewvc/cocoon/branches/BRANCH_2_1_X/build.properties?rev=1853803&r1=1853802&r2=1853803&view=diff
==============================================================================
--- cocoon/branches/BRANCH_2_1_X/build.properties (original)
+++ cocoon/branches/BRANCH_2_1_X/build.properties Mon Feb 18 14:59:44 2019
@@ -133,8 +133,8 @@ compiler.debug=on
 compiler.optimize=on
 compiler.deprecation=off
 compiler.nowarn=on
-source.vm=1.5
-target.vm=1.5
+source.vm=1.6
+target.vm=1.6
 
 # ---- System Properties -------------------------------------------------------