CVS Update: xmlpull-api-v1
Aleksander Andrzej Slominski <[email protected]>
| Newsgroups | gmane.text.xml.xmlpull.devel |
|---|---|
| Message-ID | <[email protected]> |
aslom 02/07/25 11:16:31
Modified: . classpath.sh
Log:
avoid populating classpath with not needed directories
Revision Changes Path
1.4 +1 -1 xmlpull-api-v1/classpath.sh
Index: classpath.sh
===================================================================
RCS file: /l/extreme/cvspub/xmlpull-api-v1/classpath.sh,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -b -t -w -r1.3 -r1.4
--- classpath.sh 2002/07/25 15:28:27 1.3
+++ classpath.sh 2002/07/25 16:16:31 1.4
@@ -7,7 +7,7 @@
# . classpath.sh [build|run] [set] [quiet]
#
-LOCALCLASSPATH=.:/home/haustein/projects/kxml2/src
+LOCALCLASSPATH=.
if [ ! "`echo lib/junit/*.jar`" = "lib/junit/*.jar" ] ; then
LOCALCLASSPATH=`echo lib/junit/*.jar | tr ' ' ':'`:$LOCALCLASSPATH
fi