Author: fschumacher Date: Sun Mar 13 17:28:08 2016 New Revision: 1734827 URL: http://svn.apache.org/viewvc?rev=1734827&view=rev Log: Use java 7 to compile jdbc-pool
Modified: tomcat/tc8.5.x/trunk/modules/jdbc-pool/build.properties.default Modified: tomcat/tc8.5.x/trunk/modules/jdbc-pool/build.properties.default URL: http://svn.apache.org/viewvc/tomcat/tc8.5.x/trunk/modules/jdbc-pool/build.properties.default?rev=1734827&r1=1734826&r2=1734827&view=diff ============================================================================== --- tomcat/tc8.5.x/trunk/modules/jdbc-pool/build.properties.default (original) +++ tomcat/tc8.5.x/trunk/modules/jdbc-pool/build.properties.default Sun Mar 13 17:28:08 2016 @@ -35,8 +35,8 @@ version.suffix= # contexts by the various build scripts. base.path=${basedir}/includes -compile.source=1.8 -compile.target=1.8 +compile.source=1.7 +compile.target=1.7 compile.debug=true # Do not pass -deprecation (-Xlint:deprecation) flag to javac --------------------------------------------------------------------- To unsubscribe, e-mail: dev-unsubscr...@tomcat.apache.org For additional commands, e-mail: dev-h...@tomcat.apache.org