Blame SOURCES/xmlrpc-server-addosgimanifest.patch

a48dc9
--- pom.xml	2014-07-07 11:24:52.668887604 -0400
a48dc9
+++ pom.xml.sav	2014-07-07 11:25:06.174916380 -0400
a48dc9
@@ -48,6 +48,12 @@
a48dc9
               <Implementation-Vendor-Id>org.apache</Implementation-Vendor-Id>
a48dc9
               <Implementation-Vendor>Apache Software Foundation</Implementation-Vendor>
a48dc9
               <Implementation-Version>${project.version}</Implementation-Version>
a48dc9
+	      <Bundle-ManifestVersion>1</Bundle-ManifestVersion>
a48dc9
+              <Bundle-Name>%Bundle-Name</Bundle-Name>
a48dc9
+              <Bundle-SymbolicName>org.apache.xmlrpc.server</Bundle-SymbolicName>
a48dc9
+	      <Bundle-Version>${project.version}</Bundle-Version>
a48dc9
+	      <Require-Bundle>org.apache.xmlrpc.common</Require-Bundle>
a48dc9
+	      <Export-Package>org.apache.xmlrpc.server,org.apache.xmlrpc.webserver</Export-Package>
a48dc9
             </manifestEntries>
a48dc9
           </archive>
a48dc9
         </configuration>