You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@chemistry.apache.org by fm...@apache.org on 2010/06/19 18:03:43 UTC

svn commit: r956247 - /incubator/chemistry/opencmis/trunk/chemistry-opencmis-client/chemistry-opencmis-client-api/pom.xml

Author: fmui
Date: Sat Jun 19 16:03:43 2010
New Revision: 956247

URL: http://svn.apache.org/viewvc?rev=956247&view=rev
Log:
Applied patch CMIS-217

Modified:
    incubator/chemistry/opencmis/trunk/chemistry-opencmis-client/chemistry-opencmis-client-api/pom.xml

Modified: incubator/chemistry/opencmis/trunk/chemistry-opencmis-client/chemistry-opencmis-client-api/pom.xml
URL: http://svn.apache.org/viewvc/incubator/chemistry/opencmis/trunk/chemistry-opencmis-client/chemistry-opencmis-client-api/pom.xml?rev=956247&r1=956246&r2=956247&view=diff
==============================================================================
--- incubator/chemistry/opencmis/trunk/chemistry-opencmis-client/chemistry-opencmis-client-api/pom.xml (original)
+++ incubator/chemistry/opencmis/trunk/chemistry-opencmis-client/chemistry-opencmis-client-api/pom.xml Sat Jun 19 16:03:43 2010
@@ -22,6 +22,30 @@
 
     <artifactId>chemistry-opencmis-client-api</artifactId>
     <name>OpenCMIS Client API</name>
+    <packaging>bundle</packaging>
+
+    <build>
+        <plugins>
+            <plugin>
+                <groupId>org.apache.felix</groupId>
+                <artifactId>maven-bundle-plugin</artifactId>
+                <extensions>true</extensions>
+                <configuration>
+                    <instructions>
+                        <Export-Package>
+                          org.apache.chemistry.opencmis.client.api.*;version=${project.version}
+                        </Export-Package>
+                        <Import-Package>
+                          org.apache.commons.codec.*;version="[1.4,2.0)",
+                          org.apache.commons.logging.*;version="[1.1,2.0)",
+                          *
+                        </Import-Package>
+                        <Bundle-DocURL>${project.url}</Bundle-DocURL>
+                    </instructions>
+                </configuration>
+            </plugin>
+        </plugins>
+    </build>
 
     <dependencies>
         <dependency>