- 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:
parent
7d03e5510f
commit
4e942a66f2
@ -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
|
Sun Jun 22 17:18:33 UTC 2014 - schwab@suse.de
|
||||||
|
|
||||||
|
@ -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
|
# FIXME: mozilla-nss is necessary in order to use crypto, which is tested via junit tests
|
||||||
# this should be a dependency of openjdk itself
|
# this should be a dependency of openjdk itself
|
||||||
BuildRequires: gpg-offline
|
BuildRequires: gpg-offline
|
||||||
BuildRequires: junit4
|
BuildRequires: junit
|
||||||
BuildRequires: mozilla-nss
|
BuildRequires: mozilla-nss
|
||||||
|
|
||||||
%if %with maven
|
%if %with maven
|
||||||
@ -109,7 +109,7 @@ export MAVEN_OPTS="-Dmaven2.jpp.mode=true -Dmaven2.jpp.depmap.file=%{SOURCE2} -D
|
|||||||
install javadoc:javadoc
|
install javadoc:javadoc
|
||||||
%else
|
%else
|
||||||
|
|
||||||
export CLASSPATH=$(build-classpath junit4)
|
export CLASSPATH=$(build-classpath junit)
|
||||||
ant -Dbuild.sysclasspath=first \
|
ant -Dbuild.sysclasspath=first \
|
||||||
-Dconf.home=src/conf \
|
-Dconf.home=src/conf \
|
||||||
-Dbuild.home=build \
|
-Dbuild.home=build \
|
||||||
|
Loading…
Reference in New Issue
Block a user