This is an automated email from the git hooks/post-receive script. xhaakon-guest pushed a commit to branch master in repository libcommons-jxpath-java.
commit 19c0a161c6cfec25fadb1342f2b886ded2499fe6 Author: Jakub Adam <[email protected]> Date: Thu Jul 7 15:51:22 2016 +0200 Exclude package imports that shouldn't be used in OSGi again Lost during Ant to maven-debian-helper transition in 3f61d2de. --- debian/changelog | 7 +++++++ debian/maven.properties | 1 + 2 files changed, 8 insertions(+) diff --git a/debian/changelog b/debian/changelog index 1c50afe..7078194 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,10 @@ +libcommons-jxpath-java (1.3-10) UNRELEASED; urgency=medium + + * Exclude package imports that shouldn't be used in OSGi again + - lost during Ant to maven-debian-helper transition in 1.3-9. + + -- Jakub Adam <[email protected]> Thu, 07 Jul 2016 16:03:03 +0200 + libcommons-jxpath-java (1.3-9) unstable; urgency=medium * Team upload. diff --git a/debian/maven.properties b/debian/maven.properties index e593715..401fb57 100644 --- a/debian/maven.properties +++ b/debian/maven.properties @@ -3,3 +3,4 @@ # maven.test.skip=true maven.test.skip=true +commons.osgi.import=!javax.servlet.jsp, !org.apache.commons.beanutils, !org.jdom*, * -- Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-java/libcommons-jxpath-java.git _______________________________________________ pkg-java-commits mailing list [email protected] http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-java-commits

