Return-Path: Delivered-To: apmail-xml-forrest-dev-archive@xml.apache.org Received: (qmail 86590 invoked by uid 500); 20 Jul 2003 07:44:32 -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 86576 invoked from network); 20 Jul 2003 07:44:32 -0000 Received: from icarus.apache.org (208.185.179.13) by daedalus.apache.org with SMTP; 20 Jul 2003 07:44:32 -0000 Received: (qmail 14426 invoked by uid 1352); 20 Jul 2003 07:44:31 -0000 Date: 20 Jul 2003 07:44:31 -0000 Message-ID: <20030720074431.14425.qmail@icarus.apache.org> From: jefft@apache.org To: xml-forrest-cvs@apache.org Subject: cvs commit: xml-forrest/etc/cocoon_upgrade upgrade_cocoon_jars.sh X-Spam-Rating: daedalus.apache.org 1.6.2 0/1000/N jefft 2003/07/20 00:44:31 Modified: etc/cocoon_upgrade upgrade_cocoon_jars.sh Log: Fix real_with_cvs Revision Changes Path 1.15 +1 -1 xml-forrest/etc/cocoon_upgrade/upgrade_cocoon_jars.sh Index: upgrade_cocoon_jars.sh =================================================================== RCS file: /home/cvs/xml-forrest/etc/cocoon_upgrade/upgrade_cocoon_jars.sh,v retrieving revision 1.14 retrieving revision 1.15 diff -u -r1.14 -r1.15 --- upgrade_cocoon_jars.sh 20 Jul 2003 06:05:39 -0000 1.14 +++ upgrade_cocoon_jars.sh 20 Jul 2003 07:44:31 -0000 1.15 @@ -43,7 +43,7 @@ ## Determines where to copy new jars to: -if [ "$UPGRADE_TYPE" = "real" ]; then +if [ "$UPGRADE_TYPE" = "real" -o "$UPGRADE_TYPE" = "real_with_cvs" ]; then FLIB=$FORREST/lib/core FLIB_ENDORSED=$FORREST/lib/endorsed elif [ "$UPGRADE_TYPE" = "testing" ]; then