1
0

- remove org/w3c/domts/JUnitRunner.java not compatible with junit 4

OBS-URL: https://build.opensuse.org/package/show/Java:packages/dom2-core-tests?expand=0&rev=12
This commit is contained in:
Michal Vyskocil 2013-11-14 12:24:17 +00:00 committed by Git OBS Bridge
parent 0f1ec1b114
commit 38a77cd5af
2 changed files with 7 additions and 0 deletions

View File

@ -1,3 +1,8 @@
-------------------------------------------------------------------
Thu Nov 14 12:22:56 UTC 2013 - mvyskocil@suse.com
- remove org/w3c/domts/JUnitRunner.java not compatible with junit 4
------------------------------------------------------------------- -------------------------------------------------------------------
Mon Sep 9 11:05:38 UTC 2013 - tchvatal@suse.com Mon Sep 9 11:05:38 UTC 2013 - tchvatal@suse.com

View File

@ -52,6 +52,8 @@ rm -rf junit
find . -name "*.class" -exec rm {} \; find . -name "*.class" -exec rm {} \;
%patch0 -b .orig %patch0 -b .orig
cp %{SOURCE1} . cp %{SOURCE1} .
# not compatible with junit 4
rm -rf org/w3c/domts/JUnitRunner.java
%build %build
export CLASSPATH=$(build-classpath junit) export CLASSPATH=$(build-classpath junit)