You are viewing a plain text version of this content. The canonical link for it is here.
Posted to cvs@cocoon.apache.org by an...@apache.org on 2019/02/18 14:59:44 UTC

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

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 -------------------------------------------------------