Return-Path: Delivered-To: apmail-geronimo-scm-archive@www.apache.org Received: (qmail 13861 invoked from network); 6 Nov 2009 13:57:26 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.3) by minotaur.apache.org with SMTP; 6 Nov 2009 13:57:26 -0000 Received: (qmail 44320 invoked by uid 500); 6 Nov 2009 13:57:26 -0000 Delivered-To: apmail-geronimo-scm-archive@geronimo.apache.org Received: (qmail 44257 invoked by uid 500); 6 Nov 2009 13:57:25 -0000 Mailing-List: contact scm-help@geronimo.apache.org; run by ezmlm Precedence: bulk list-help: list-unsubscribe: List-Post: Reply-To: dev@geronimo.apache.org List-Id: Delivered-To: mailing list scm@geronimo.apache.org Received: (qmail 44248 invoked by uid 99); 6 Nov 2009 13:57:25 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 06 Nov 2009 13:57:25 +0000 X-ASF-Spam-Status: No, hits=-2.6 required=5.0 tests=AWL,BAYES_00 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; Fri, 06 Nov 2009 13:57:23 +0000 Received: by eris.apache.org (Postfix, from userid 65534) id 9D5E723888D8; Fri, 6 Nov 2009 13:57:03 +0000 (UTC) Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: svn commit: r833396 - /geronimo/server/trunk/framework/bundles/castor/pom.xml Date: Fri, 06 Nov 2009 13:57:03 -0000 To: scm@geronimo.apache.org From: rickmcguire@apache.org X-Mailer: svnmailer-1.0.8 Message-Id: <20091106135703.9D5E723888D8@eris.apache.org> Author: rickmcguire Date: Fri Nov 6 13:57:03 2009 New Revision: 833396 URL: http://svn.apache.org/viewvc?rev=833396&view=rev Log: Fix broken castor package imports Modified: geronimo/server/trunk/framework/bundles/castor/pom.xml Modified: geronimo/server/trunk/framework/bundles/castor/pom.xml URL: http://svn.apache.org/viewvc/geronimo/server/trunk/framework/bundles/castor/pom.xml?rev=833396&r1=833395&r2=833396&view=diff ============================================================================== --- geronimo/server/trunk/framework/bundles/castor/pom.xml (original) +++ geronimo/server/trunk/framework/bundles/castor/pom.xml Fri Nov 6 13:57:03 2009 @@ -65,7 +65,7 @@ org.exolab*;version="1.0.5",org.castor*;version="1.0.5" - net.sf.ehcache*org;resolution:=optional,*;resolution:=optional,weblogic*;resolution:=optional,javax*;resolution:=optional,* + net.sf.ehcache*;resolution:=optional,org*;resolution:=optional,weblogic*;resolution:=optional,javax*;resolution:=optional,*