Author: ebourg-guest Date: 2014-07-13 23:49:28 +0000 (Sun, 13 Jul 2014) New Revision: 18251
Modified: trunk/libcommons-logging-java/debian/ant.properties trunk/libcommons-logging-java/debian/patches/06_classpath_manifest.patch Log: Missing bits for the switch to the Servlet API 3.1 Modified: trunk/libcommons-logging-java/debian/ant.properties =================================================================== --- trunk/libcommons-logging-java/debian/ant.properties 2014-07-13 23:42:57 UTC (rev 18250) +++ trunk/libcommons-logging-java/debian/ant.properties 2014-07-13 23:49:28 UTC (rev 18251) @@ -3,5 +3,5 @@ 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 Modified: trunk/libcommons-logging-java/debian/patches/06_classpath_manifest.patch =================================================================== --- trunk/libcommons-logging-java/debian/patches/06_classpath_manifest.patch 2014-07-13 23:42:57 UTC (rev 18250) +++ trunk/libcommons-logging-java/debian/patches/06_classpath_manifest.patch 2014-07-13 23:49:28 UTC (rev 18251) @@ -6,4 +6,4 @@ 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 _______________________________________________ pkg-java-commits mailing list [email protected] http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-java-commits

