- Depend on junit not junit4.

OBS-URL: https://build.opensuse.org/package/show/Java:packages/apache-commons-codec?expand=0&rev=18
This commit is contained in:
Tomáš Chvátal 2014-07-07 14:45:11 +00:00 committed by Git OBS Bridge
parent 7d03e5510f
commit 4e942a66f2
2 changed files with 7 additions and 2 deletions

View File

@ -1,3 +1,8 @@
-------------------------------------------------------------------
Mon Jul 7 14:44:56 UTC 2014 - tchvatal@suse.com
- Depend on junit not junit4.
-------------------------------------------------------------------
Sun Jun 22 17:18:33 UTC 2014 - schwab@suse.de

View File

@ -45,7 +45,7 @@ BuildRequires: java-devel >= 1.6.0
# FIXME: mozilla-nss is necessary in order to use crypto, which is tested via junit tests
# this should be a dependency of openjdk itself
BuildRequires: gpg-offline
BuildRequires: junit4
BuildRequires: junit
BuildRequires: mozilla-nss
%if %with maven
@ -109,7 +109,7 @@ export MAVEN_OPTS="-Dmaven2.jpp.mode=true -Dmaven2.jpp.depmap.file=%{SOURCE2} -D
install javadoc:javadoc
%else
export CLASSPATH=$(build-classpath junit4)
export CLASSPATH=$(build-classpath junit)
ant -Dbuild.sysclasspath=first \
-Dconf.home=src/conf \
-Dbuild.home=build \