Accepting request 239810 from Java:packages

- Depend on junit not junit4.

OBS-URL: https://build.opensuse.org/request/show/239810
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/apache-commons-codec?expand=0&rev=9
This commit is contained in:
Stephan Kulow 2014-07-10 12:54:57 +00:00 committed by Git OBS Bridge
commit 0cb6b3f15f
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 \