Sophie

Sophie

distrib > Mandriva > current > i586 > media > contrib-release-src > by-pkgid > 8915cd4030ab41fdc4031cf169f39cb1 > files > 15

xmlrpc3-3.1-3mdv2009.1.src.rpm

Index: common/pom.xml
===================================================================
--- common/pom.xml
+++ common/pom.xml	2009-01-14 13:19:20.000000000 +0100
@@ -11,27 +11,26 @@
   <name>Apache XML-RPC Common Library</name>
   <build>
     <plugins>
-      <plugin>
-        <groupId>org.apache.maven.plugins</groupId>
-        <artifactId>maven-jar-plugin</artifactId>
-        <version>2.1</version>
-        <configuration>
-          <archive>
-            <manifest>
-              <addExtensions>false</addExtensions>
-            </manifest>
-            <manifestEntries>
-              <Extension-Name>org.apache.xmlrpc</Extension-Name>
-              <Specification-Vendor>UserLand Software, Inc.</Specification-Vendor>
-              <Specification-Version>2003-06-30</Specification-Version>
-              <Specification-Title>XML-RPC</Specification-Title>
-              <Implementation-Vendor-Id>org.apache</Implementation-Vendor-Id>
-              <Implementation-Vendor>Apache Software Foundation</Implementation-Vendor>
-              <Implementation-Version>${project.version}</Implementation-Version>
-            </manifestEntries>
-          </archive>
-        </configuration>
-      </plugin>
+        <plugin>
+               <groupId>org.apache.maven.plugins</groupId>
+               <artifactId>maven-jar-plugin</artifactId>
+               <configuration>
+                   <archive>
+                       <manifestEntries>
+                           <Bundle-ManifestVersion>2</Bundle-ManifestVersion>
+                           <Bundle-Name>%Bundle-Name</Bundle-Name>
+                           <Bundle-Localization>plugin</Bundle-Localization>
+                           <Bundle-SymbolicName>org.apache.xmlrpc.common</Bundle-SymbolicName>
+                           <Bundle-Version>3.0.0.qualifier</Bundle-Version>
+                           <Export-Package>org.apache.xmlrpc, org.apache.xmlrpc.common, org.apache.xmlrpc.jaxb, org.apache.xmlrpc.parser, org.apache.xmlrpc.serializer, org.apache.xmlrpc.util</Export-Package>
+                           <Import-Package>javax.xml.bind, 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>
+                           <Bundle-RequiredExecutionEnvironment>J2SE-1.4, CDC-1.0/Foundation-1.0, J2SE-1.3</Bundle-RequiredExecutionEnvironment>
+                           <Eclipse-BuddyPolicy>dependent</Eclipse-BuddyPolicy>
+                           <Bundle-Vendor>%Bundle-Vendor.0</Bundle-Vendor>
+                       </manifestEntries>
+                   </archive>
+               </configuration>
+           </plugin>
     </plugins>
   </build>
   <dependencies>