[atinject-jsr330] 02/02: Build with JUnit 4 instead of JUnit 3

Emmanuel Bourg ebourg-guest at alioth.debian.org
Thu Oct 17 17:32:10 UTC 2013


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 <ebourg at apache.org>
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



More information about the pkg-java-commits mailing list