This is an automated email from the git hooks/post-receive script. ebourg-guest pushed a commit to branch master in repository atinject-jsr330.
commit 32023a56ceb25707b590a333ffe0b00920fa97de Author: Emmanuel Bourg <[email protected]> Date: Thu Oct 17 19:28:58 2013 +0200 Build with JUnit 4 instead of JUnit 3 --- debian/build.xml | 2 +- debian/control | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/debian/build.xml b/debian/build.xml index 5e522cc..ecb1555 100644 --- a/debian/build.xml +++ b/debian/build.xml @@ -9,7 +9,7 @@ <javac srcdir="tck" destdir="build/classes/tck" debug="true" source="1.5" target="1.5" includeantruntime="false"> <classpath> <pathelement location="build/classes/main"/> - <pathelement location="/usr/share/java/junit.jar"/> + <pathelement location="/usr/share/java/junit4.jar"/> </classpath> </javac> diff --git a/debian/control b/debian/control index ceaf21f..2309611 100644 --- a/debian/control +++ b/debian/control @@ -7,7 +7,7 @@ Build-Depends: ant, debhelper (>= 9), default-jdk, javahelper, - junit, + junit4, maven-repo-helper Standards-Version: 3.9.4 Vcs-Git: git://anonscm.debian.org/pkg-java/atinject-jsr330.git -- Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-java/atinject-jsr330.git _______________________________________________ pkg-java-commits mailing list [email protected] http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-java-commits

