Return-Path: Delivered-To: apmail-maven-continuum-commits-archive@www.apache.org Received: (qmail 23555 invoked from network); 23 Apr 2005 01:29:32 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (209.237.227.199) by minotaur.apache.org with SMTP; 23 Apr 2005 01:29:32 -0000 Received: (qmail 99745 invoked by uid 500); 23 Apr 2005 01:30:00 -0000 Delivered-To: apmail-maven-continuum-commits-archive@maven.apache.org Received: (qmail 99722 invoked by uid 500); 23 Apr 2005 01:30:00 -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 99708 invoked by uid 99); 23 Apr 2005 01:30:00 -0000 X-ASF-Spam-Status: No, hits=0.2 required=10.0 tests=NO_REAL_NAME X-Spam-Check-By: apache.org Received: from minotaur.apache.org (HELO minotaur.apache.org) (209.237.227.194) by apache.org (qpsmtpd/0.28) with SMTP; Fri, 22 Apr 2005 18:30:00 -0700 Received: (qmail 23532 invoked by uid 65534); 23 Apr 2005 01:29:30 -0000 Message-ID: <20050423012930.23531.qmail@minotaur.apache.org> Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: quoted-printable Subject: svn commit: r164311 - /maven/continuum/trunk/build.sh Date: Sat, 23 Apr 2005 01:29:29 -0000 To: continuum-commits@maven.apache.org From: trygvis@apache.org X-Mailer: svnmailer-1.0.0-dev X-Virus-Checked: Checked X-Spam-Rating: minotaur.apache.org 1.6.2 0/1000/N Author: trygvis Date: Fri Apr 22 18:29:29 2005 New Revision: 164311 URL: http://svn.apache.org/viewcvs?rev=3D164311&view=3Drev Log: (empty) Modified: maven/continuum/trunk/build.sh Modified: maven/continuum/trunk/build.sh URL: http://svn.apache.org/viewcvs/maven/continuum/trunk/build.sh?rev=3D164= 311&r1=3D164310&r2=3D164311&view=3Ddiff =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D --- maven/continuum/trunk/build.sh (original) +++ maven/continuum/trunk/build.sh Fri Apr 22 18:29:29 2005 @@ -4,7 +4,7 @@ set -x =20 m2 -N install -( cd continuum-coo && m2 install ) +( cd continuum-model && m2 install ) ( cd continuum-core && m2 install ) ( cd continuum-web && m2 install ) ( cd continuum-xmlrpc && m2 install )