This is an automated email from the git hooks/post-receive script. ebourg-guest pushed a commit to branch master in repository resteasy.
commit 439d0a2641cd586a5ddba34dba2603ff629e2f67 Author: Emmanuel Bourg <[email protected]> Date: Sun Jul 17 23:57:00 2016 +0200 Ignore the new resteasy-wadl module --- debian/changelog | 1 + debian/libresteasy-java.poms | 1 + debian/maven.ignoreRules | 1 + 3 files changed, 3 insertions(+) diff --git a/debian/changelog b/debian/changelog index bb50f57..270ebda 100644 --- a/debian/changelog +++ b/debian/changelog @@ -6,6 +6,7 @@ resteasy (3.0.18-1) UNRELEASED; urgency=medium - No longer build the removed jaxrs-api module and depend on libjaxrs-api-java instead - Ignore the jboss-parent pom + - Ignore the new resteasy-wadl module * Updated debian/watch to track the releases >= 3.0.18 -- Emmanuel Bourg <[email protected]> Sun, 17 Jul 2016 23:16:22 +0200 diff --git a/debian/libresteasy-java.poms b/debian/libresteasy-java.poms index 775c2b3..8dd58fd 100644 --- a/debian/libresteasy-java.poms +++ b/debian/libresteasy-java.poms @@ -60,6 +60,7 @@ jaxrs/resteasy-links/pom.xml --ignore jaxrs/resteasy-spring/pom.xml --ignore jaxrs/resteasy-servlet-initializer/pom.xml --ignore jaxrs/resteasy-test-data/pom.xml --ignore +jaxrs/resteasy-wadl/pom.xml --ignore jaxrs/security/pom.xml --ignore jaxrs/server-adapters/pom.xml --ignore jaxrs/tjws/pom.xml --has-package-version diff --git a/debian/maven.ignoreRules b/debian/maven.ignoreRules index 1ef6037..8f26b37 100644 --- a/debian/maven.ignoreRules +++ b/debian/maven.ignoreRules @@ -12,6 +12,7 @@ org.jboss.resteasy resteasy-jsapi jar * * * org.jboss.resteasy resteasy-spring jar * * * org.jboss.resteasy resteasy-test-data jar * * * org.jboss.resteasy resteasy-validator-provider-11 jar * * * +org.jboss.resteasy resteasy-wadl * * * * org.jboss.resteasy security-pom pom * * * org.jboss.resteasy test-all-jaxb jar * * * org.jboss.resteasy test-jackson-jaxb-coexistence jar * * * -- Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-java/resteasy.git _______________________________________________ pkg-java-commits mailing list [email protected] http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-java-commits

