hgomez 01/06/29 13:53:57
Modified: src/shell jspc.sh
Log:
Updated CLASSPATH to follow new scheme in TC 3.3
Submitted by: Nicolas Mailhot [[EMAIL PROTECTED]]
Revision Changes Path
1.3 +2 -2 jakarta-tomcat/src/shell/jspc.sh
Index: jspc.sh
===================================================================
RCS file: /home/cvs/jakarta-tomcat/src/shell/jspc.sh,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- jspc.sh 2000/02/09 06:50:50 1.2
+++ jspc.sh 2001/06/29 20:53:53 1.3
@@ -1,6 +1,6 @@
#!/bin/sh
#
-# $Id: jspc.sh,v 1.2 2000/02/09 06:50:50 shemnon Exp $
+# $Id: jspc.sh,v 1.3 2001/06/29 20:53:53 hgomez Exp $
# Shell script to runt JspC
@@ -63,7 +63,7 @@
oldCP=$CLASSPATH
CLASSPATH=.
-for i in ${TOMCAT_HOME}/lib/* ; do
+for i in ${TOMCAT_HOME}/lib/container/* ${TOMCAT_HOME}/lib/common/* ; do
CLASSPATH=${CLASSPATH}:$i
done