This is an automated email from the git hooks/post-receive script. ebourg-guest pushed a commit to branch master in repository libcommons-logging-java.
commit 0c514c36071fd695e77ea7b8468c00c5461e5b12 Author: Emmanuel Bourg <[email protected]> Date: Sun Jul 13 23:49:28 2014 +0000 Missing bits for the switch to the Servlet API 3.1 --- debian/ant.properties | 2 +- debian/patches/06_classpath_manifest.patch | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/debian/ant.properties b/debian/ant.properties index b750d5b..3283add 100644 --- a/debian/ant.properties +++ b/debian/ant.properties @@ -3,5 +3,5 @@ log4j12.jar=/usr/share/java/log4j-1.2.jar logkit.jar=/usr/share/java/excalibur-logkit.jar avalon-framework.jar=/usr/share/java/avalon-framework.jar junit.jar=/usr/share/java/junit.jar -servletapi.jar=/usr/share/java/servlet-api-3.0.jar +servletapi.jar=/usr/share/java/servlet-api-3.1.jar test.failonerror=false diff --git a/debian/patches/06_classpath_manifest.patch b/debian/patches/06_classpath_manifest.patch index 6a94c5d..89896e0 100644 --- a/debian/patches/06_classpath_manifest.patch +++ b/debian/patches/06_classpath_manifest.patch @@ -6,4 +6,4 @@ Forwarded: not-needed Include-Resource: META-INF/NOTICE.txt=NOTICE.txt,META-INF/LICENSE.txt= LICENSE.txt Specification-Version: 1.2 -+Class-Path: avalon-framework.jar excalibur-logkit.jar log4j-1.2.jar servlet-api-3.0.jar ++Class-Path: avalon-framework.jar excalibur-logkit.jar log4j-1.2.jar -- Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-java/libcommons-logging-java.git _______________________________________________ pkg-java-commits mailing list [email protected] http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-java-commits

