Blame SOURCES/xmlrpc-client-addosgimanifest.patch

3c398b
--- pom.xml.sav	2010-02-06 17:44:57.000000000 +0200
3c398b
+++ pom.xml	2010-09-29 09:27:06.194857352 +0300
3c398b
@@ -48,6 +48,17 @@
3c398b
               <Implementation-Vendor-Id>org.apache</Implementation-Vendor-Id>
3c398b
               <Implementation-Vendor>Apache Software Foundation</Implementation-Vendor>
3c398b
               <Implementation-Version>${project.version}</Implementation-Version>
3c398b
+              <Bundle-ManifestVersion>2</Bundle-ManifestVersion>
3c398b
+              <Bundle-Name>%Bundle-Name</Bundle-Name>
3c398b
+              <Bundle-Localization>plugin</Bundle-Localization>
3c398b
+              <Bundle-SymbolicName>org.apache.xmlrpc</Bundle-SymbolicName>
3c398b
+              <Bundle-Version>${project.version}</Bundle-Version>
3c398b
+              <Require-Bundle>org.apache.xmlrpc.common</Require-Bundle>
3c398b
+	      <Export-Package>org.apache.xmlrpc.client, org.apache.xmlrpc.client.util</Export-Package>
3c398b
+	      <Import-Package>javax.xml.namespace, javax.xml.parsers, org.apache.commons.httpclient, org.apache.commons.httpclient.auth, org.apache.commons.httpclient.methods, org.apache.commons.httpclient.params, org.apache.commons.logging, org.apache.ws.commons.serialize, org.apache.ws.commons.util, org.w3c.dom, org.xml.sax, org.xml.sax.helpers</Import-Package>
3c398b
+	      <Bundle-RequiredExecutionEnvironment>J2SE-1.4, CDC-1.0/Foundation-1.0, J2SE-1.3</Bundle-RequiredExecutionEnvironment>
3c398b
+	      <Eclipse-BuddyPolicy>dependent</Eclipse-BuddyPolicy>
3c398b
+	      <Bundle-Vendor>%Bundle-Vendor.0</Bundle-Vendor>
3c398b
             </manifestEntries>
3c398b
           </archive>
3c398b
         </configuration>