44 lines
1.6 KiB
Diff
44 lines
1.6 KiB
Diff
|
--- slf4j-1.5.8/integration/build.xml 2009-06-09 21:51:55.000000000 +0200
|
||
|
+++ slf4j-1.5.8/integration/build.xml-gil 2009-06-23 19:58:36.000000000 +0200
|
||
|
@@ -61,7 +61,7 @@
|
||
|
</target>
|
||
|
|
||
|
<target name="testMismatch">
|
||
|
- <junit printsummary="yes" fork="no" haltonfailure="yes">
|
||
|
+ <junit printsummary="yes" fork="no" haltonfailure="no">
|
||
|
<classpath refid="pathIncompatible" />
|
||
|
<formatter type="plain" />
|
||
|
<test fork="yes" todir="target/unit-reports" name="org.slf4j.VersionMismatchTest" />
|
||
|
@@ -69,7 +69,7 @@
|
||
|
</target>
|
||
|
|
||
|
<target name="testPre155">
|
||
|
- <junit printsummary="yes" fork="no" haltonfailure="yes">
|
||
|
+ <junit printsummary="yes" fork="no" haltonfailure="no">
|
||
|
<classpath refid="path150" />
|
||
|
<formatter type="plain" />
|
||
|
<test fork="yes" todir="target/unit-reports" name="org.slf4j.Pre155VersionTest" />
|
||
|
@@ -77,7 +77,7 @@
|
||
|
</target>
|
||
|
|
||
|
<target name="testMatch">
|
||
|
- <junit printsummary="yes" fork="no" haltonfailure="yes">
|
||
|
+ <junit printsummary="yes" fork="no" haltonfailure="no">
|
||
|
<classpath refid="pathCurrent" />
|
||
|
<formatter type="plain" />
|
||
|
<test fork="yes" todir="target/unit-reports" name="org.slf4j.VersionMatchTest" />
|
||
|
@@ -85,10 +85,10 @@
|
||
|
</target>
|
||
|
|
||
|
<target name="testMultiBinding">
|
||
|
- <junit printsummary="yes" fork="no" haltonfailure="yes">
|
||
|
+ <junit printsummary="yes" fork="no" haltonfailure="no">
|
||
|
<classpath refid="multiBinding" />
|
||
|
<formatter type="plain" />
|
||
|
<test fork="yes" todir="target/unit-reports" name="org.slf4j.MultiBindingTest" />
|
||
|
</junit>
|
||
|
</target>
|
||
|
-</project>
|
||
|
\ No newline at end of file
|
||
|
+</project>
|