Return-Path: Delivered-To: apmail-lucene-tika-commits-archive@www.apache.org Received: (qmail 66312 invoked from network); 14 Dec 2009 23:35:37 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.3) by minotaur.apache.org with SMTP; 14 Dec 2009 23:35:37 -0000 Received: (qmail 54170 invoked by uid 500); 14 Dec 2009 23:35:37 -0000 Delivered-To: apmail-lucene-tika-commits-archive@lucene.apache.org Received: (qmail 54118 invoked by uid 500); 14 Dec 2009 23:35:37 -0000 Mailing-List: contact tika-commits-help@lucene.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: tika-dev@lucene.apache.org Delivered-To: mailing list tika-commits@lucene.apache.org Received: (qmail 54109 invoked by uid 99); 14 Dec 2009 23:35:37 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 14 Dec 2009 23:35:37 +0000 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; Mon, 14 Dec 2009 23:35:35 +0000 Received: by eris.apache.org (Postfix, from userid 65534) id BD72923889C5; Mon, 14 Dec 2009 23:35:14 +0000 (UTC) Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: svn commit: r890555 - /lucene/tika/trunk/tika-bundle/pom.xml Date: Mon, 14 Dec 2009 23:35:14 -0000 To: tika-commits@lucene.apache.org From: jukka@apache.org X-Mailer: svnmailer-1.0.8 Message-Id: <20091214233514.BD72923889C5@eris.apache.org> X-Virus-Checked: Checked by ClamAV on apache.org Author: jukka Date: Mon Dec 14 23:35:14 2009 New Revision: 890555 URL: http://svn.apache.org/viewvc?rev=890555&view=rev Log: TIKA-342: Improve OSGi bundling Patch by Felix Meschberger Modified: lucene/tika/trunk/tika-bundle/pom.xml Modified: lucene/tika/trunk/tika-bundle/pom.xml URL: http://svn.apache.org/viewvc/lucene/tika/trunk/tika-bundle/pom.xml?rev=890555&r1=890554&r2=890555&view=diff ============================================================================== --- lucene/tika/trunk/tika-bundle/pom.xml (original) +++ lucene/tika/trunk/tika-bundle/pom.xml Mon Dec 14 23:35:14 2009 @@ -58,14 +58,15 @@ true - + <_exportcontents> org.apache.tika.*;version=${pom.version} - + + tika-core,tika-parsers, commons-compress, pdfbox,fontbox,jempbox, poi,poi-scratchpad,poi-ooxml,ooxml-schemas, - xmlbeans;inline=org/apache/**|schema**|repackage/**, + xmlbeans, dom4j, tagsoup, asm, @@ -74,6 +75,7 @@ true ${project.url} + org.w3c.dom, *;resolution:=optional