summaryrefslogtreecommitdiff
path: root/build.sh
diff options
context:
space:
mode:
authorStefan Bodewig <bodewig@apache.org>2001-11-12 11:26:48 +0000
committerStefan Bodewig <bodewig@apache.org>2001-11-12 11:26:48 +0000
commite812438e4e18b5e27af0e936053db5590a7216db (patch)
tree6757fb2cd454ce097776f730c102429d97efc160 /build.sh
parentaea7142b1d52a015f91f84f736a13c8fe5e6e67d (diff)
downloadant-e812438e4e18b5e27af0e936053db5590a7216db.tar.gz
Add documentation for the replaceregexp task
Submitted by: Matthew Inger <matti@sedonacorp.com> git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@269900 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'build.sh')
-rwxr-xr-xbuild.sh2
1 files changed, 1 insertions, 1 deletions
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}