Author: jukka
Date: Fri Dec 11 14:24:41 2009
New Revision: 889632

URL: http://svn.apache.org/viewvc?rev=889632&view=rev
Log:
PDFBOX-545: Switch PDFBox build to Maven

While we're at it, let's add initial OSGi bundle settings to the PDFBox jar.

Modified:
    pdfbox/trunk/pom.xml

Modified: pdfbox/trunk/pom.xml
URL: 
http://svn.apache.org/viewvc/pdfbox/trunk/pom.xml?rev=889632&r1=889631&r2=889632&view=diff
==============================================================================
--- pdfbox/trunk/pom.xml (original)
+++ pdfbox/trunk/pom.xml Fri Dec 11 14:24:41 2009
@@ -32,6 +32,7 @@
   <groupId>org.apache.pdfbox</groupId>
   <artifactId>pdfbox</artifactId>
   <version>1.0-SNAPSHOT</version>
+  <packaging>bundle</packaging>
 
   <name>Apache PDFBox</name>
   <description>
@@ -156,6 +157,15 @@
           </dependency>
         </dependencies>
       </plugin>
+      <plugin>
+        <groupId>org.apache.felix</groupId>
+        <artifactId>maven-bundle-plugin</artifactId>
+        <version>2.0.1</version>
+        <extensions>true</extensions>
+        <configuration>
+          <Bundle-DocURL>http://pdfbox.apache.org/</Bundle-DocURL>
+        </configuration>
+      </plugin>
     </plugins>
   </build>
 


Reply via email to