You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@pdfbox.apache.org by ju...@apache.org on 2010/10/14 11:32:29 UTC

svn commit: r1022442 - /pdfbox/trunk/app/pom.xml

Author: jukka
Date: Thu Oct 14 09:32:28 2010
New Revision: 1022442

URL: http://svn.apache.org/viewvc?rev=1022442&view=rev
Log:
PDFBOX-841: [pdfbox-app] maven-bundle-configuration problem

Patch by Andreas Pieber.

Modified:
    pdfbox/trunk/app/pom.xml

Modified: pdfbox/trunk/app/pom.xml
URL: http://svn.apache.org/viewvc/pdfbox/trunk/app/pom.xml?rev=1022442&r1=1022441&r2=1022442&view=diff
==============================================================================
--- pdfbox/trunk/app/pom.xml (original)
+++ pdfbox/trunk/app/pom.xml Thu Oct 14 09:32:28 2010
@@ -72,6 +72,7 @@
             <Embed-Transitive>true</Embed-Transitive>
             <Embed-Dependency>*;scope=provided;inline=org/apache/**|org/bouncycastle/**|com/ibm/icu/**</Embed-Dependency>
             <Bundle-DocURL>${project.url}</Bundle-DocURL>
+            <Import-Package>!junit.framework,!junit.textui,javax.*;resolution:=optional,org.apache.avalon.framework.logger;resolution:=optional,org.apache.log;resolution:=optional,org.apache.log4j;resolution:=optional,*</Import-Package>
             <Main-Class>org.apache.pdfbox.PDFBox</Main-Class>
           </instructions>
         </configuration>