This is an automated email from the ASF dual-hosted git repository.
rjung 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 fc33d21 Fix typo in variable name in the javac classpath definition
for webapps/examples/jsp/plugin/applet. Hopefully the fix doesn't break
something by uncovering other bugs.
fc33d21 is described below
commit fc33d21113c0c64c8297104810e291720dcf655f
Author: Rainer Jung <[email protected]>
AuthorDate: Thu Feb 28 08:44:33 2019 +0100
Fix typo in variable name in the javac classpath definition for
webapps/examples/jsp/plugin/applet. Hopefully the fix doesn't
break something by uncovering other bugs.
---
build.xml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/build.xml b/build.xml
index e5c5076..95c6fc6 100644
--- a/build.xml
+++ b/build.xml
@@ -1205,7 +1205,7 @@
source="${compile.source}"
target="${compile.target}"
release="${compile.release}"
- classpath="$tomcat.lcasses}"
+ classpath="$tomcat.classes}"
excludes="**/CVS/**,**/.svn/**"
encoding="ISO-8859-1"
includeantruntime="false">
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]