This is an automated email from the ASF dual-hosted git repository. markt 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 4dccc3d Fix additional typo in javac classpath for applet 4dccc3d is described below commit 4dccc3d3ec6f4c6416e500b2e086da21161b13c3 Author: Mark Thomas <ma...@apache.org> AuthorDate: Thu Feb 28 10:30:03 2019 +0000 Fix additional typo in javac classpath for applet --- build.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.xml b/build.xml index 95c6fc6..f411368 100644 --- a/build.xml +++ b/build.xml @@ -1205,7 +1205,7 @@ source="${compile.source}" target="${compile.target}" release="${compile.release}" - classpath="$tomcat.classes}" + classpath="${tomcat.classes}" excludes="**/CVS/**,**/.svn/**" encoding="ISO-8859-1" includeantruntime="false"> --------------------------------------------------------------------- To unsubscribe, e-mail: dev-unsubscr...@tomcat.apache.org For additional commands, e-mail: dev-h...@tomcat.apache.org