Author: ekoneil
Date: Tue Sep 7 07:07:50 2004
New Revision: 43471
Modified:
incubator/beehive/trunk/netui/src/scoping/build.xml
Log:
Fixup classpath in the scoping module build file.
This references the Servlet 2.3 classes, which are still hanging out for Tomcat
4.x security integration that hasn't been ported to Servlet 2.4.
BB: self
DRT: NetUI pass
Modified: incubator/beehive/trunk/netui/src/scoping/build.xml
==============================================================================
--- incubator/beehive/trunk/netui/src/scoping/build.xml (original)
+++ incubator/beehive/trunk/netui/src/scoping/build.xml Tue Sep 7 07:07:50 2004
@@ -2,7 +2,7 @@
<project name="NetUI/Scoping" default="compile" basedir=".">
- <property name="module.classpath"
value="${struts.jar};${tomcat-servlet.4x.jar};${util.jar};${commons-beanutils.jar};${commons-logging.jar};${commons-collections.jar};${commons-digester.jar};${log4j.jar};${servlet24.jar}"/>
+ <property name="module.classpath"
value="${struts.jar};${util.jar};${commons-beanutils.jar};${commons-logging.jar};${commons-collections.jar};${commons-digester.jar};${log4j.jar};${servlet24.jar}"/>
<target name="compile">
<echo>compile module: ${module.name}</echo>