You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@tomcat.apache.org by ma...@apache.org on 2015/11/23 23:39:06 UTC

svn commit: r1715984 - /tomcat/tc7.0.x/trunk/build.xml

Author: markt
Date: Mon Nov 23 22:39:06 2015
New Revision: 1715984

URL: http://svn.apache.org/viewvc?rev=1715984&view=rev
Log:
Classes that require Java 7 can use Java 7 features.

Modified:
    tomcat/tc7.0.x/trunk/build.xml

Modified: tomcat/tc7.0.x/trunk/build.xml
URL: http://svn.apache.org/viewvc/tomcat/tc7.0.x/trunk/build.xml?rev=1715984&r1=1715983&r2=1715984&view=diff
==============================================================================
--- tomcat/tc7.0.x/trunk/build.xml (original)
+++ tomcat/tc7.0.x/trunk/build.xml Mon Nov 23 22:39:06 2015
@@ -675,8 +675,8 @@
     <javac sourcepath="" srcdir="java" destdir="${tomcat.classes}"
            debug="${compile.debug}"
            deprecation="${compile.deprecation}"
-           source="${compile.source}"
-           target="${compile.target}"
+           source="1.7"
+           target="1.7"
            excludes="**/.svn/**"
            encoding="ISO-8859-1"
            includeAntRuntime="true"



---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@tomcat.apache.org
For additional commands, e-mail: dev-help@tomcat.apache.org