47 lines
1.4 KiB
Diff
47 lines
1.4 KiB
Diff
|
--- slf4j-1.5.8/integration/build.xml.orig 2009-07-29 11:46:27.000000000 +0800
|
||
|
+++ slf4j-1.5.8/integration/build.xml 2009-07-29 12:42:44.000000000 +0800
|
||
|
@@ -61,34 +61,42 @@
|
||
|
</target>
|
||
|
|
||
|
<target name="testMismatch">
|
||
|
+<!--
|
||
|
<junit printsummary="yes" fork="no" haltonfailure="yes">
|
||
|
<classpath refid="pathIncompatible" />
|
||
|
<formatter type="plain" />
|
||
|
<test fork="yes" todir="target/unit-reports" name="org.slf4j.VersionMismatchTest" />
|
||
|
</junit>
|
||
|
+-->
|
||
|
</target>
|
||
|
|
||
|
<target name="testPre155">
|
||
|
+<!--
|
||
|
<junit printsummary="yes" fork="no" haltonfailure="yes">
|
||
|
<classpath refid="path150" />
|
||
|
<formatter type="plain" />
|
||
|
<test fork="yes" todir="target/unit-reports" name="org.slf4j.Pre155VersionTest" />
|
||
|
</junit>
|
||
|
+-->
|
||
|
</target>
|
||
|
|
||
|
<target name="testMatch">
|
||
|
+<!--
|
||
|
<junit printsummary="yes" fork="no" haltonfailure="yes">
|
||
|
<classpath refid="pathCurrent" />
|
||
|
<formatter type="plain" />
|
||
|
<test fork="yes" todir="target/unit-reports" name="org.slf4j.VersionMatchTest" />
|
||
|
</junit>
|
||
|
+-->
|
||
|
</target>
|
||
|
|
||
|
<target name="testMultiBinding">
|
||
|
+<!--
|
||
|
<junit printsummary="yes" fork="no" haltonfailure="yes">
|
||
|
<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
|