34 lines
1.9 KiB
Diff
34 lines
1.9 KiB
Diff
From c027d18eca72401496a418f225adffe6fa122554 Mon Sep 17 00:00:00 2001
|
|
From: chengzihan2 <chengzihan1111@163.com>
|
|
Date: Tue, 1 Sep 2020 11:42:50 +0800
|
|
Subject: [PATCH] xmlrpc common addosgimanifest
|
|
|
|
---
|
|
common/pom.xml | 10 ++++++++++
|
|
1 file changed, 10 insertions(+)
|
|
|
|
diff --git a/common/pom.xml b/common/pom.xml
|
|
index 5058d50..9587af7 100644
|
|
--- a/common/pom.xml
|
|
+++ b/common/pom.xml
|
|
@@ -48,6 +48,16 @@
|
|
<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.common</Bundle-SymbolicName>
|
|
+ <Bundle-Version>${project.version}</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.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
|
|
|