Return-Path: Delivered-To: apmail-portals-jetspeed-dev-archive@www.apache.org Received: (qmail 69464 invoked from network); 10 Nov 2007 18:27:03 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 10 Nov 2007 18:27:03 -0000 Received: (qmail 75931 invoked by uid 500); 10 Nov 2007 18:26:50 -0000 Delivered-To: apmail-portals-jetspeed-dev-archive@portals.apache.org Received: (qmail 75904 invoked by uid 500); 10 Nov 2007 18:26:49 -0000 Mailing-List: contact jetspeed-dev-help@portals.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: "Jetspeed Developers List" Delivered-To: mailing list jetspeed-dev@portals.apache.org Received: (qmail 75893 invoked by uid 99); 10 Nov 2007 18:26:49 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Sat, 10 Nov 2007 10:26:49 -0800 X-ASF-Spam-Status: No, hits=-100.0 required=10.0 tests=ALL_TRUSTED 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; Sat, 10 Nov 2007 18:27:40 +0000 Received: by eris.apache.org (Postfix, from userid 65534) id 219E61A9832; Sat, 10 Nov 2007 10:26:38 -0800 (PST) Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: svn commit: r593803 - in /portals/jetspeed-2/branches/JETSPEED-2.1.3: components/cm/pom.xml etc/editors/m2.classpath pom.xml Date: Sat, 10 Nov 2007 18:26:37 -0000 To: jetspeed-dev@portals.apache.org From: taylor@apache.org X-Mailer: svnmailer-1.0.8 Message-Id: <20071110182638.219E61A9832@eris.apache.org> X-Virus-Checked: Checked by ClamAV on apache.org Author: taylor Date: Sat Nov 10 10:26:36 2007 New Revision: 593803 URL: http://svn.apache.org/viewvc?rev=593803&view=rev Log: update M2 build with jmock deps patch from Mohan Kannapareddy Modified: portals/jetspeed-2/branches/JETSPEED-2.1.3/components/cm/pom.xml portals/jetspeed-2/branches/JETSPEED-2.1.3/etc/editors/m2.classpath portals/jetspeed-2/branches/JETSPEED-2.1.3/pom.xml Modified: portals/jetspeed-2/branches/JETSPEED-2.1.3/components/cm/pom.xml URL: http://svn.apache.org/viewvc/portals/jetspeed-2/branches/JETSPEED-2.1.3/components/cm/pom.xml?rev=593803&r1=593802&r2=593803&view=diff ============================================================================== --- portals/jetspeed-2/branches/JETSPEED-2.1.3/components/cm/pom.xml (original) +++ portals/jetspeed-2/branches/JETSPEED-2.1.3/components/cm/pom.xml Sat Nov 10 10:26:36 2007 @@ -124,7 +124,7 @@ cglib - cglib + cglib-nodep runtime Modified: portals/jetspeed-2/branches/JETSPEED-2.1.3/etc/editors/m2.classpath URL: http://svn.apache.org/viewvc/portals/jetspeed-2/branches/JETSPEED-2.1.3/etc/editors/m2.classpath?rev=593803&r1=593802&r2=593803&view=diff ============================================================================== --- portals/jetspeed-2/branches/JETSPEED-2.1.3/etc/editors/m2.classpath (original) +++ portals/jetspeed-2/branches/JETSPEED-2.1.3/etc/editors/m2.classpath Sat Nov 10 10:26:36 2007 @@ -54,7 +54,7 @@ - + @@ -80,7 +80,7 @@ - + @@ -92,7 +92,7 @@ - + @@ -115,6 +115,7 @@ + Modified: portals/jetspeed-2/branches/JETSPEED-2.1.3/pom.xml URL: http://svn.apache.org/viewvc/portals/jetspeed-2/branches/JETSPEED-2.1.3/pom.xml?rev=593803&r1=593802&r2=593803&view=diff ============================================================================== --- portals/jetspeed-2/branches/JETSPEED-2.1.3/pom.xml (original) +++ portals/jetspeed-2/branches/JETSPEED-2.1.3/pom.xml Sat Nov 10 10:26:36 2007 @@ -132,7 +132,8 @@ 1.6.5 - 1.0.1 + 1.2.0 + 1.1.0 3.8.1 0.3.8 2.0.4 @@ -148,7 +149,7 @@ 1.0 1.1.1-xml - 2.1_3 + 2.1_3 1.7.0 20061115 1.3 @@ -526,8 +527,8 @@ cglib - cglib - ${cglib.version} + cglib-nodep + ${cglib-nodep.version} aopalliance @@ -690,6 +691,12 @@ jmock jmock ${jmock.version} + test + + + jmock + jmock-cglib + ${jmock-cglib.version} test --------------------------------------------------------------------- To unsubscribe, e-mail: jetspeed-dev-unsubscribe@portals.apache.org For additional commands, e-mail: jetspeed-dev-help@portals.apache.org