[pkg-java] r18949 - trunk/axis/debian

Emmanuel Bourg ebourg-guest at moszumanska.debian.org
Fri Jan 15 21:35:09 UTC 2016


Author: ebourg-guest
Date: 2016-01-15 21:35:08 +0000 (Fri, 15 Jan 2016)
New Revision: 18949

Modified:
   trunk/axis/debian/axis.bnd
   trunk/axis/debian/changelog
   trunk/axis/debian/jaxrpc.bnd
   trunk/axis/debian/saaj.bnd
Log:
Restored the missing Export-Package attributes



Modified: trunk/axis/debian/axis.bnd
===================================================================
--- trunk/axis/debian/axis.bnd	2016-01-10 12:29:53 UTC (rev 18948)
+++ trunk/axis/debian/axis.bnd	2016-01-15 21:35:08 UTC (rev 18949)
@@ -3,4 +3,6 @@
 Bundle-Version: 1.4
 Bundle-Vendor: Debian.org
 Import-Package: !com.sun.net.ssl.*, !sun.awt.image.codec, !sun.security.provider, *
+Export-Package: *
+Ignore-Package: sun.security.provider,com.sun.net.ssl,com.sun.net.ssl.internal.ssl
 -nouses: true

Modified: trunk/axis/debian/changelog
===================================================================
--- trunk/axis/debian/changelog	2016-01-10 12:29:53 UTC (rev 18948)
+++ trunk/axis/debian/changelog	2016-01-15 21:35:08 UTC (rev 18949)
@@ -1,3 +1,10 @@
+axis (1.4-24) unstable; urgency=medium
+
+  * Team upload.
+  * Restored the missing Export-Package attributes
+
+ -- Emmanuel Bourg <ebourg at apache.org>  Fri, 15 Jan 2016 22:33:32 +0100
+
 axis (1.4-23) unstable; urgency=medium
 
   * Team upload.

Modified: trunk/axis/debian/jaxrpc.bnd
===================================================================
--- trunk/axis/debian/jaxrpc.bnd	2016-01-10 12:29:53 UTC (rev 18948)
+++ trunk/axis/debian/jaxrpc.bnd	2016-01-15 21:35:08 UTC (rev 18949)
@@ -3,3 +3,4 @@
 Bundle-Version: 1.4
 Bundle-Vendor: Debian.org
 Import-Package: *
+Export-Package: *

Modified: trunk/axis/debian/saaj.bnd
===================================================================
--- trunk/axis/debian/saaj.bnd	2016-01-10 12:29:53 UTC (rev 18948)
+++ trunk/axis/debian/saaj.bnd	2016-01-15 21:35:08 UTC (rev 18949)
@@ -3,3 +3,4 @@
 Bundle-Version: 1.4
 Bundle-Vendor: Debian.org
 Import-Package: *
+Export-Package: *




More information about the pkg-java-commits mailing list