Accepting request 206886 from Java:packages

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

OBS-URL: https://build.opensuse.org/request/show/206886
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/dom2-core-tests?expand=0&rev=16
This commit is contained in:
Stephan Kulow 2013-11-15 12:14:30 +00:00 committed by Git OBS Bridge
commit 086cce19e5
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

View File

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