- Build with junit4

OBS-URL: https://build.opensuse.org/package/show/Java:packages/xmlunit?expand=0&rev=15
This commit is contained in:
Michal Vyskocil 2013-10-08 07:40:12 +00:00 committed by Git OBS Bridge
parent ce4b9c63f0
commit e0f562ebea
2 changed files with 6 additions and 1 deletions

View File

@ -1,3 +1,8 @@
-------------------------------------------------------------------
Tue Oct 8 07:40:00 UTC 2013 - mvyskocil@suse.com
- Build with junit4
-------------------------------------------------------------------
Thu Oct 3 12:16:24 UTC 2013 - mvyskocil@suse.com

View File

@ -70,7 +70,7 @@ find . -name "*.jar" -delete
%build
cat > build.properties << EOF
junit.lib=$(build-classpath junit)
junit.lib=$(build-classpath junit4)
xmlxsl.lib=$(build-classpath xalan-j2 xerces-j2 xml-commons-jaxp-1.3-apis)
test.report.dir=test
EOF