diff --git a/xmlunit.changes b/xmlunit.changes index 3252235..b47addb 100644 --- a/xmlunit.changes +++ b/xmlunit.changes @@ -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 diff --git a/xmlunit.spec b/xmlunit.spec index 8bc4851..0d791f7 100644 --- a/xmlunit.spec +++ b/xmlunit.spec @@ -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