larryi 02/04/15 03:45:12
Modified: coyote build.xml
Log:
Fix name of "container" utilities jar. Remve jtc.jar since I don't see where
it is created
Revision Changes Path
1.8 +2 -3 jakarta-tomcat-connectors/coyote/build.xml
Index: build.xml
===================================================================
RCS file: /home/cvs/jakarta-tomcat-connectors/coyote/build.xml,v
retrieving revision 1.7
retrieving revision 1.8
diff -u -r1.7 -r1.8
--- build.xml 5 Apr 2002 19:11:05 -0000 1.7
+++ build.xml 15 Apr 2002 10:45:12 -0000 1.8
@@ -3,7 +3,7 @@
<!--
"Coyote" connector framework for Jakarta Tomcat
- $Id: build.xml,v 1.7 2002/04/05 19:11:05 costin Exp $
+ $Id: build.xml,v 1.8 2002/04/15 10:45:12 larryi Exp $
-->
@@ -82,8 +82,7 @@
<path id="compile.classpath.tomcat33">
<pathelement location="${build.home}/classes"/>
<pathelement location="../util/build/classes"/>
- <pathelement location="${tomcat33.home}/lib/container/tomcat_util.jar"/>
- <pathelement location="${tomcat33.home}/lib/container/jtc.jar"/>
+ <pathelement location="${tomcat33.home}/lib/container/container_util.jar"/>
<pathelement location="${tomcat33.home}/lib/container/tomcat_modules.jar"/>
<pathelement location="${tomcat33.home}/lib/common/tomcat_core.jar"/>
<pathelement location="${tomcat33.home}/lib/common/core_util.jar"/>
--
To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]>
For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>