[axis] 30/60: Update Export-Package OSGi attribute in manifest
Emmanuel Bourg
ebourg-guest at moszumanska.debian.org
Thu Jan 12 17:30:43 UTC 2017
This is an automated email from the git hooks/post-receive script.
ebourg-guest pushed a commit to branch master
in repository axis.
commit 3d60f7578d41cc84da27a3779cd28a6ebe17c5d8
Author: Jakub Adam <jakub.adam at ktknet.cz>
Date: Tue Nov 1 19:58:15 2011 +0000
Update Export-Package OSGi attribute in manifest
---
debian/changelog | 1 +
debian/patches/add-osgi-metadata.patch | 8 ++++----
2 files changed, 5 insertions(+), 4 deletions(-)
diff --git a/debian/changelog b/debian/changelog
index 8f4c3e8..0ba5e6f 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,6 +1,7 @@
axis (1.4-16) UNRELEASED; urgency=low
* Add missing dependency on libcommons-httpclient-java
+ * Update Export-Package OSGi attribute in manifest
-- Jakub Adam <jakub.adam at ktknet.cz> Mon, 31 Oct 2011 11:07:24 +0100
diff --git a/debian/patches/add-osgi-metadata.patch b/debian/patches/add-osgi-metadata.patch
index dc7d134..8519ca6 100644
--- a/debian/patches/add-osgi-metadata.patch
+++ b/debian/patches/add-osgi-metadata.patch
@@ -7,7 +7,7 @@ Subject: add-osgi-metadata
1 files changed, 18 insertions(+), 0 deletions(-)
diff --git a/build.xml b/build.xml
-index 738d245..a6e2a32 100644
+index 738d245..5284aee 100644
--- a/build.xml
+++ b/build.xml
@@ -195,6 +195,12 @@ Copyright:
@@ -15,11 +15,11 @@ index 738d245..a6e2a32 100644
<include name="simplelog.properties"/>
<manifest>
+ <attribute name="Bundle-ManifestVersion" value="2"/>
-+ <attribute name="Bundle-Name" value="Apache Axis"/>
-+ <attribute name="Bundle-Vendor" value="Apache Software Foundation"/>
++ <attribute name="Bundle-Name" value="Apache Axis"/>
++ <attribute name="Bundle-Vendor" value="Apache Software Foundation"/>
+ <attribute name="Bundle-SymbolicName" value="org.apache.axis"/>
+ <attribute name="Bundle-Version" value="${axis.version}"/>
-+ <attribute name="Export-Package" value="org.apache.axis,org.apache.axis.attachments,org.apache.axis.client,org.apache.axis.client.async,org.apache.axis.collections,org.apache.axis.components,org.apache.axis.components.compiler,org.apache.axis.components.encoding,org.apache.axis.image,org.apache.axis.components.jms,org.apache.axis.components.logger,org.apache.axis.components.net,org.apache.axis.components.script,org.apache.axis.components.threadpool,org.apache.axis.components.uui [...]
++ <attribute name="Export-Package" value="org.apache.axis,org.apache.axis.attachments,org.apache.axis.client,org.apache.axis.client.async,org.apache.axis.collections,org.apache.axis.components,org.apache.axis.components.compiler,org.apache.axis.components.encoding,org.apache.axis.components.image,org.apache.axis.components.jms,org.apache.axis.components.logger,org.apache.axis.components.net,org.apache.axis.components.script,org.apache.axis.components.threadpool,org.apache.axis.com [...]
<section name="org/apache/axis">
<attribute name="Implementation-Title" value="Apache Axis"/>
<attribute name="Implementation-Version" value="${axis.version} ${TSTAMP} ${TODAY}"/>
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-java/axis.git
More information about the pkg-java-commits
mailing list