From e812438e4e18b5e27af0e936053db5590a7216db Mon Sep 17 00:00:00 2001 From: Stefan Bodewig Date: Mon, 12 Nov 2001 11:26:48 +0000 Subject: Add documentation for the replaceregexp task Submitted by: Matthew Inger git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@269900 13f79535-47bb-0310-9956-ffa450edef68 --- bootstrap.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'bootstrap.sh') diff --git a/bootstrap.sh b/bootstrap.sh index 81bdc9898..5830a082c 100755 --- a/bootstrap.sh +++ b/bootstrap.sh @@ -68,7 +68,7 @@ if [ -d "build/classes" ] ; then rm -r build/classes fi -CLASSPATH=lib/crimson.jar:lib/jaxp.jar:${CLASSPATH} +CLASSPATH=lib/crimson.jar:${CLASSPATH} DIRLIBS=lib/optional/*.jar for i in ${DIRLIBS} -- cgit v1.2.1