Return-Path: Delivered-To: apmail-xml-forrest-dev-archive@www.apache.org Received: (qmail 49014 invoked from network); 27 May 2004 00:59:48 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (209.237.227.199) by minotaur-2.apache.org with SMTP; 27 May 2004 00:59:48 -0000 Received: (qmail 9920 invoked by uid 500); 27 May 2004 01:00:25 -0000 Delivered-To: apmail-xml-forrest-dev-archive@xml.apache.org Received: (qmail 9865 invoked by uid 500); 27 May 2004 01:00:25 -0000 Mailing-List: contact forrest-cvs-help@xml.apache.org; run by ezmlm Precedence: bulk list-help: list-unsubscribe: list-post: Reply-To: forrest-dev@xml.apache.org Delivered-To: mailing list forrest-cvs@xml.apache.org Received: (qmail 9841 invoked by uid 98); 27 May 2004 01:00:24 -0000 Received: from crossley@apache.org by hermes.apache.org by uid 82 with qmail-scanner-1.20 (clamuko: 0.70. Clear:RC:0(209.237.227.194):. Processed in 0.065927 secs); 27 May 2004 01:00:24 -0000 X-Qmail-Scanner-Mail-From: crossley@apache.org via hermes.apache.org X-Qmail-Scanner: 1.20 (Clear:RC:0(209.237.227.194):. Processed in 0.065927 secs) Received: from unknown (HELO minotaur.apache.org) (209.237.227.194) by hermes.apache.org with SMTP; 27 May 2004 01:00:24 -0000 Received: (qmail 48964 invoked by uid 65534); 27 May 2004 00:59:46 -0000 Date: 27 May 2004 00:59:46 -0000 Message-ID: <20040527005946.48961.qmail@minotaur.apache.org> From: crossley@apache.org To: forrest-cvs@xml.apache.org Subject: svn commit: rev 20491 - xml/forrest/trunk X-Spam-Rating: hermes.apache.org 1.6.2 0/1000/N X-Spam-Rating: minotaur-2.apache.org 1.6.2 0/1000/N Author: crossley Date: Wed May 26 17:59:44 2004 New Revision: 20491 Modified: xml/forrest/trunk/build.sh Log: Fix broken syntax highlighting with vim. Modified: xml/forrest/trunk/build.sh ============================================================================== --- xml/forrest/trunk/build.sh (original) +++ xml/forrest/trunk/build.sh Wed May 26 17:59:44 2004 @@ -34,7 +34,7 @@ CLASSPATH="`echo ./lib/endorsed/*.jar | tr ' ' $S`" export CLASSPATH -echo Using classpath: \"$CLASSPATH\" +echo "Using classpath: $CLASSPATH" "$PWD/./tools/ant/bin/ant" -logger org.apache.tools.ant.NoBannerLogger -emacs $@ unset CLASSPATH