Return-Path: Delivered-To: apmail-maven-continuum-commits-archive@www.apache.org Received: (qmail 83350 invoked from network); 24 Jan 2007 16:27:49 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 24 Jan 2007 16:27:49 -0000 Received: (qmail 21866 invoked by uid 500); 24 Jan 2007 16:27:55 -0000 Delivered-To: apmail-maven-continuum-commits-archive@maven.apache.org Received: (qmail 21833 invoked by uid 500); 24 Jan 2007 16:27:54 -0000 Mailing-List: contact continuum-commits-help@maven.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: continuum-dev@maven.apache.org Delivered-To: mailing list continuum-commits@maven.apache.org Received: (qmail 21820 invoked by uid 99); 24 Jan 2007 16:27:54 -0000 X-ASF-Spam-Status: No, hits=-9.4 required=10.0 tests=ALL_TRUSTED,NO_REAL_NAME X-Spam-Check-By: apache.org Received: from [140.211.11.3] (HELO eris.apache.org) (140.211.11.3) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 24 Jan 2007 08:27:52 -0800 Received: by eris.apache.org (Postfix, from userid 65534) id 693EA1A981A; Wed, 24 Jan 2007 08:26:08 -0800 (PST) Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: svn commit: r499467 - /maven/continuum/trunk/ci_continuum.sh Date: Wed, 24 Jan 2007 16:26:08 -0000 To: continuum-commits@maven.apache.org From: evenisse@apache.org X-Mailer: svnmailer-1.1.0 Message-Id: <20070124162608.693EA1A981A@eris.apache.org> X-Virus-Checked: Checked by ClamAV on apache.org Author: evenisse Date: Wed Jan 24 08:26:07 2007 New Revision: 499467 URL: http://svn.apache.org/viewvc?view=rev&rev=499467 Log: (empty) Modified: maven/continuum/trunk/ci_continuum.sh Modified: maven/continuum/trunk/ci_continuum.sh URL: http://svn.apache.org/viewvc/maven/continuum/trunk/ci_continuum.sh?view=diff&rev=499467&r1=499466&r2=499467 ============================================================================== --- maven/continuum/trunk/ci_continuum.sh (original) +++ maven/continuum/trunk/ci_continuum.sh Wed Jan 24 08:26:07 2007 @@ -161,7 +161,7 @@ ( cd $DIR/continuum/continuum-plexus-runtime - mv target/continuum*.war $DEPLOY_DIR/$DIST_APP + mv target/continuum*.tar.gz $DEPLOY_DIR/$DIST_APP ) ret=$?; if [ $ret != 0 ]; then exit $ret; fi