summaryrefslogtreecommitdiff
path: root/bootstrap.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 /bootstrap.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 'bootstrap.sh')
-rwxr-xr-xbootstrap.sh2
1 files changed, 1 insertions, 1 deletions
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}