This is an automated email from the ASF dual-hosted git repository. ebourg pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/tomcat.git
The following commit(s) were added to refs/heads/master by this push: new e9c253f Removed the CVS and Subversion directories from the paths excluded by javac e9c253f is described below commit e9c253f1e0e0bc42a0b8ec987232ee4f8f45d0f2 Author: Emmanuel Bourg <ebo...@apache.org> AuthorDate: Wed May 8 23:32:56 2019 +0200 Removed the CVS and Subversion directories from the paths excluded by javac --- build.xml | 3 --- 1 file changed, 3 deletions(-) diff --git a/build.xml b/build.xml index ea87611..6e91e91 100644 --- a/build.xml +++ b/build.xml @@ -680,7 +680,6 @@ source="${compile.source}" target="${compile.target}" release="${compile.release}" - excludes="**/.svn/**" encoding="ISO-8859-1" includeAntRuntime="true" > <!-- Uncomment this to show unchecked warnings: @@ -1202,7 +1201,6 @@ target="${compile.target}" release="${compile.release}" classpath="${tomcat.classes}" - excludes="**/CVS/**,**/.svn/**" encoding="ISO-8859-1" includeantruntime="false"> </javac> @@ -1215,7 +1213,6 @@ target="${compile.target}" release="${compile.release}" classpath="${tomcat.classes}" - excludes="**/CVS/**,**/.svn/**" encoding="ISO-8859-1" includeantruntime="false"> </javac> --------------------------------------------------------------------- To unsubscribe, e-mail: dev-unsubscr...@tomcat.apache.org For additional commands, e-mail: dev-h...@tomcat.apache.org