Return-Path: Delivered-To: apmail-myfaces-commits-archive@www.apache.org Received: (qmail 14744 invoked from network); 2 Jul 2008 11:10:15 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 2 Jul 2008 11:10:15 -0000 Received: (qmail 71566 invoked by uid 500); 2 Jul 2008 11:10:13 -0000 Delivered-To: apmail-myfaces-commits-archive@myfaces.apache.org Received: (qmail 71437 invoked by uid 500); 2 Jul 2008 11:10:12 -0000 Mailing-List: contact commits-help@myfaces.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: "MyFaces Development" Delivered-To: mailing list commits@myfaces.apache.org Received: (qmail 71425 invoked by uid 99); 2 Jul 2008 11:10:12 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 02 Jul 2008 04:10:12 -0700 X-ASF-Spam-Status: No, hits=-2000.0 required=10.0 tests=ALL_TRUSTED X-Spam-Check-By: apache.org Received: from [140.211.11.4] (HELO eris.apache.org) (140.211.11.4) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 02 Jul 2008 11:09:27 +0000 Received: by eris.apache.org (Postfix, from userid 65534) id 73E7C23889FD; Wed, 2 Jul 2008 04:09:48 -0700 (PDT) Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: svn commit: r673358 - in /myfaces/tomahawk/trunk: examples/pom.xml sandbox/core12/pom.xml sandbox/examples/pom.xml sandbox/pom.xml Date: Wed, 02 Jul 2008 11:09:47 -0000 To: commits@myfaces.apache.org From: skitching@apache.org X-Mailer: svnmailer-1.0.8 Message-Id: <20080702110948.73E7C23889FD@eris.apache.org> X-Virus-Checked: Checked by ClamAV on apache.org Author: skitching Date: Wed Jul 2 04:09:47 2008 New Revision: 673358 URL: http://svn.apache.org/viewvc?rev=673358&view=rev Log: Re-enable core12 sandbox, use var from parent pom. Modified: myfaces/tomahawk/trunk/examples/pom.xml myfaces/tomahawk/trunk/sandbox/core12/pom.xml myfaces/tomahawk/trunk/sandbox/examples/pom.xml myfaces/tomahawk/trunk/sandbox/pom.xml Modified: myfaces/tomahawk/trunk/examples/pom.xml URL: http://svn.apache.org/viewvc/myfaces/tomahawk/trunk/examples/pom.xml?rev=673358&r1=673357&r2=673358&view=diff ============================================================================== --- myfaces/tomahawk/trunk/examples/pom.xml (original) +++ myfaces/tomahawk/trunk/examples/pom.xml Wed Jul 2 04:09:47 2008 @@ -162,12 +162,12 @@ org.apache.myfaces.core myfaces-api - 1.2.4-SNAPSHOT + ${myfaces-core12-version} org.apache.myfaces.core myfaces-impl - 1.2.4-SNAPSHOT + ${myfaces-core12-version} runtime Modified: myfaces/tomahawk/trunk/sandbox/core12/pom.xml URL: http://svn.apache.org/viewvc/myfaces/tomahawk/trunk/sandbox/core12/pom.xml?rev=673358&r1=673357&r2=673358&view=diff ============================================================================== --- myfaces/tomahawk/trunk/sandbox/core12/pom.xml (original) +++ myfaces/tomahawk/trunk/sandbox/core12/pom.xml Wed Jul 2 04:09:47 2008 @@ -100,7 +100,7 @@ org.apache.myfaces.core myfaces-api - 1.2.4-SNAPSHOT + ${myfaces-core12-version} provided @@ -143,6 +143,7 @@ org.apache.myfaces.core myfaces-impl + ${myfaces-core12-version} test Modified: myfaces/tomahawk/trunk/sandbox/examples/pom.xml URL: http://svn.apache.org/viewvc/myfaces/tomahawk/trunk/sandbox/examples/pom.xml?rev=673358&r1=673357&r2=673358&view=diff ============================================================================== --- myfaces/tomahawk/trunk/sandbox/examples/pom.xml (original) +++ myfaces/tomahawk/trunk/sandbox/examples/pom.xml Wed Jul 2 04:09:47 2008 @@ -99,13 +99,13 @@ org.apache.myfaces.core myfaces-api - 1.2.4-SNAPSHOT + ${myfaces-core12-version} compile org.apache.myfaces.core myfaces-impl - 1.2.4-SNAPSHOT + ${myfaces-core12-version} examples