This is an automated email from the ASF dual-hosted git repository.

rjung pushed a commit to branch 8.5.x
in repository https://gitbox.apache.org/repos/asf/tomcat.git


The following commit(s) were added to refs/heads/8.5.x by this push:
     new ff75cfc  Remove more occurrences of compile.source and compile.target
ff75cfc is described below

commit ff75cfcac51329360cc6e2a85c2df1444cc4cfc6
Author: Rainer Jung <rainer.j...@kippdata.de>
AuthorDate: Tue Feb 8 10:29:28 2022 +0100

    Remove more occurrences of compile.source and compile.target
---
 build.xml                                  | 2 --
 modules/jdbc-pool/build.properties.default | 2 --
 2 files changed, 4 deletions(-)

diff --git a/build.xml b/build.xml
index 749f8b2..a297f1b 100644
--- a/build.xml
+++ b/build.xml
@@ -1688,8 +1688,6 @@
     <javac srcdir="java" destdir="${tomcat.classes}"
            debug="${compile.debug}"
            deprecation="${compile.deprecation}"
-           source="${compile.source}"
-           target="${compile.target}"
            release="${compile.release}"
            encoding="ISO-8859-1"
            includeantruntime="false">
diff --git a/modules/jdbc-pool/build.properties.default 
b/modules/jdbc-pool/build.properties.default
index 41a0be8..1718a52 100644
--- a/modules/jdbc-pool/build.properties.default
+++ b/modules/jdbc-pool/build.properties.default
@@ -40,8 +40,6 @@ version.suffix=
 # contexts by the various build scripts.
 base.path=${basedir}/includes
 
-compile.source=1.7
-compile.target=1.7
 compile.release=7
 compile.debug=true
 

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

Reply via email to