This is an automated email from the git hooks/post-receive script. ebourg-guest pushed a commit to branch master in repository wsdl4j.
commit 94f0ab002251cc499f74fa9a70f7020a8fbee171 Author: Emmanuel Bourg <[email protected]> Date: Fri Nov 4 23:43:11 2016 +0100 Restored the Export-Package field in the OSGi metadata to avoid a build failure with eclipse-wtp --- debian/changelog | 2 ++ debian/wsdl4j.bnd | 1 + 2 files changed, 3 insertions(+) diff --git a/debian/changelog b/debian/changelog index 796db06..9a5252c 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,6 +1,8 @@ wsdl4j (1.6.3-4) UNRELEASED; urgency=medium * Team upload. + * Restored the Export-Package field in the OSGi metadata to avoid + a build failure with eclipse-wtp * Moved the package to Git * Switch to debhelper level 10 diff --git a/debian/wsdl4j.bnd b/debian/wsdl4j.bnd index 0d58c46..ce60ba5 100644 --- a/debian/wsdl4j.bnd +++ b/debian/wsdl4j.bnd @@ -3,4 +3,5 @@ Bundle-SymbolicName: javax.wsdl Bundle-Version: 1.6 Bundle-Vendor: Debian.org Import-Package: * +Export-Package: * -nouses: true -- Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-java/wsdl4j.git _______________________________________________ pkg-java-commits mailing list [email protected] http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-java-commits

