Return-Path: X-Original-To: apmail-chemistry-commits-archive@www.apache.org Delivered-To: apmail-chemistry-commits-archive@www.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id 285C14A1A for ; Sun, 15 May 2011 14:21:13 +0000 (UTC) Received: (qmail 29194 invoked by uid 500); 15 May 2011 14:21:13 -0000 Delivered-To: apmail-chemistry-commits-archive@chemistry.apache.org Received: (qmail 29157 invoked by uid 500); 15 May 2011 14:21:12 -0000 Mailing-List: contact commits-help@chemistry.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@chemistry.apache.org Delivered-To: mailing list commits@chemistry.apache.org Received: (qmail 29149 invoked by uid 99); 15 May 2011 14:21:12 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Sun, 15 May 2011 14:21:12 +0000 X-ASF-Spam-Status: No, hits=-2000.0 required=5.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; Sun, 15 May 2011 14:21:10 +0000 Received: by eris.apache.org (Postfix, from userid 65534) id 7BD2B23889E7; Sun, 15 May 2011 14:20:49 +0000 (UTC) Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: svn commit: r1103386 - /chemistry/opencmis/trunk/chemistry-opencmis-commons/chemistry-opencmis-commons-impl/pom.xml Date: Sun, 15 May 2011 14:20:49 -0000 To: commits@chemistry.apache.org From: sklevenz@apache.org X-Mailer: svnmailer-1.0.8 Message-Id: <20110515142049.7BD2B23889E7@eris.apache.org> X-Virus-Checked: Checked by ClamAV on apache.org Author: sklevenz Date: Sun May 15 14:20:49 2011 New Revision: 1103386 URL: http://svn.apache.org/viewvc?rev=1103386&view=rev Log: CMIS-369: fixed OSGi package export from commons.* to commons.impl.* Modified: chemistry/opencmis/trunk/chemistry-opencmis-commons/chemistry-opencmis-commons-impl/pom.xml Modified: chemistry/opencmis/trunk/chemistry-opencmis-commons/chemistry-opencmis-commons-impl/pom.xml URL: http://svn.apache.org/viewvc/chemistry/opencmis/trunk/chemistry-opencmis-commons/chemistry-opencmis-commons-impl/pom.xml?rev=1103386&r1=1103385&r2=1103386&view=diff ============================================================================== --- chemistry/opencmis/trunk/chemistry-opencmis-commons/chemistry-opencmis-commons-impl/pom.xml (original) +++ chemistry/opencmis/trunk/chemistry-opencmis-commons/chemistry-opencmis-commons-impl/pom.xml Sun May 15 14:20:49 2011 @@ -95,7 +95,7 @@ - org.apache.chemistry.opencmis.commons.*;version=${project.version} + org.apache.chemistry.opencmis.commons.impl*;version=${project.version} org.apache.commons.codec.*;version="[1.4,2.0)",