35 lines
1.9 KiB
Diff
35 lines
1.9 KiB
Diff
From 8c7892d2dbbe16f86d0ae34c585af60dab799336 Mon Sep 17 00:00:00 2001
|
|
From: chengzihan2 <chengzihan1111@163.com>
|
|
Date: Tue, 1 Sep 2020 11:29:54 +0800
|
|
Subject: [PATCH] xmlrpm client addosgimanifest
|
|
|
|
---
|
|
client/pom.xml | 11 +++++++++++
|
|
1 file changed, 11 insertions(+)
|
|
|
|
diff --git a/client/pom.xml b/client/pom.xml
|
|
index e588657..cd1a13c 100644
|
|
--- a/client/pom.xml
|
|
+++ b/client/pom.xml
|
|
@@ -48,6 +48,17 @@
|
|
<Implementation-Vendor-Id>org.apache</Implementation-Vendor-Id>
|
|
<Implementation-Vendor>Apache Software Foundation</Implementation-Vendor>
|
|
<Implementation-Version>${project.version}</Implementation-Version>
|
|
+ <Bundle-ManifestVersion>2</Bundle-ManifestVersion>
|
|
+ <Bundle-Name>%Bundle-Name</Bundle-Name>
|
|
+ <Bundle-Localization>plugin</Bundle-Localization>
|
|
+ <Bundle-SymbolicName>org.apache.xmlrpc</Bundle-SymbolicName>
|
|
+ <Bundle-Version>${project.version}</Bundle-Version>
|
|
+ <Require-Bundle>org.apache.xmlrpc.common</Require-Bundle>
|
|
+ <Export-Package>org.apache.xmlrpc, org.apache.xmlrpc.client, org.apache.xmlrpc.client.util</Export-Package>
|
|
+ <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>
|
|
+ <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>
|
|
--
|
|
2.23.0
|
|
|