This is an automated email from the ASF dual-hosted git repository. markt 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 078071f Remove remaining references to compile.source and compile.target 078071f is described below commit 078071fe28878462244cfc7e7257f3408445066f Author: Mark Thomas <ma...@apache.org> AuthorDate: Mon Jan 24 14:53:50 2022 +0000 Remove remaining references to compile.source and compile.target These are now unused with compile.release the effective replacement --- modules/jdbc-pool/build.xml | 4 ---- res/ide-support/netbeans/nb-tomcat.xml | 2 +- 2 files changed, 1 insertion(+), 5 deletions(-) diff --git a/modules/jdbc-pool/build.xml b/modules/jdbc-pool/build.xml index 408e890..613ff4c 100644 --- a/modules/jdbc-pool/build.xml +++ b/modules/jdbc-pool/build.xml @@ -153,8 +153,6 @@ <javac srcdir="${basedir}/src/main/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"> @@ -193,8 +191,6 @@ <javac srcdir="${basedir}/src/test/java" destdir="${tomcat.testclasses}" debug="${compile.debug}" deprecation="${compile.deprecation}" - source="${compile.source}" - target="${compile.target}" release="${compile.release}" encoding="ISO-8859-1" includeantruntime="false"> diff --git a/res/ide-support/netbeans/nb-tomcat.xml b/res/ide-support/netbeans/nb-tomcat.xml index bbcdcd4..3a0db47 100644 --- a/res/ide-support/netbeans/nb-tomcat.xml +++ b/res/ide-support/netbeans/nb-tomcat.xml @@ -75,7 +75,7 @@ includes="${files}" debug="true" deprecation="${compile.deprecation}" - source="${compile.source}" + source="${compile.release}" encoding="ISO-8859-1" includeantruntime="false"> <classpath path="${nb-test.classpath}"/> --------------------------------------------------------------------- To unsubscribe, e-mail: dev-unsubscr...@tomcat.apache.org For additional commands, e-mail: dev-h...@tomcat.apache.org