You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@tomcat.apache.org by fs...@apache.org on 2016/03/13 18:28:08 UTC

svn commit: r1734827 - /tomcat/tc8.5.x/trunk/modules/jdbc-pool/build.properties.default

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-unsubscribe@tomcat.apache.org
For additional commands, e-mail: dev-help@tomcat.apache.org