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 --- build.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'build.sh') diff --git a/build.sh b/build.sh index b62086766..866cd71f5 100755 --- a/build.sh +++ b/build.sh @@ -13,7 +13,7 @@ if test ! -f bootstrap/lib/ant.jar -o ! -x bootstrap/bin/ant -o ! -x bootstrap/ exit fi -LOCALCLASSPATH=lib/crimson.jar:lib/jaxp.jar +LOCALCLASSPATH=lib/crimson.jar # add in the dependency .jar files DIRLIBS=lib/optional/*.jar for i in ${DIRLIBS} -- cgit v1.2.1