From rubys@locus.apache.org Mon Feb 7 01:15:33 2000 Return-Path: Mailing-List: contact ant-dev-help@jakarta.apache.org; run by ezmlm Delivered-To: mailing list ant-dev@jakarta.apache.org Received: (qmail 27889 invoked by uid 500); 7 Feb 2000 01:15:33 -0000 Delivered-To: apmail-jakarta-ant-cvs@jakarta.apache.org Received: (qmail 27886 invoked from network); 7 Feb 2000 01:15:33 -0000 Received: from taz.hyperreal.org (HELO hyperreal.org) (209.133.83.16) by locus.apache.org with SMTP; 7 Feb 2000 01:15:33 -0000 Received: (qmail 17176 invoked by uid 2016); 7 Feb 2000 01:15:28 -0000 Delivered-To: apcore-jakarta-ant-cvs@apache.org Received: (qmail 17173 invoked from network); 7 Feb 2000 01:15:28 -0000 Received: from locus.apache.org (63.211.145.10) by taz.hyperreal.org with SMTP; 7 Feb 2000 01:15:28 -0000 Received: (qmail 27883 invoked by uid 1064); 7 Feb 2000 01:15:26 -0000 Date: 7 Feb 2000 01:15:26 -0000 Message-ID: <20000207011526.27882.qmail@locus.apache.org> From: rubys@locus.apache.org To: jakarta-ant-cvs@apache.org Subject: cvs commit: jakarta-ant bootstrap.sh rubys 00/02/06 17:15:26 Modified: . bootstrap.sh Log: Now that javadocs are part of the dist, antRun needs to be included in the boostrap Revision Changes Path 1.5 +4 -0 jakarta-ant/bootstrap.sh Index: bootstrap.sh =================================================================== RCS file: /home/cvs/jakarta-ant/bootstrap.sh,v retrieving revision 1.4 retrieving revision 1.5 diff -u -r1.4 -r1.5 --- bootstrap.sh 2000/01/27 04:43:52 1.4 +++ bootstrap.sh 2000/02/07 01:15:26 1.5 @@ -21,5 +21,9 @@ java org.apache.tools.ant.Main jar java org.apache.tools.ant.Main clean +if ! test -e bin; then mkdir bin; fi +cp src/bin/antRun bin +chmod +x bin/antRun + rm -rf ${CLASSDIR}