1
0
Fork 0
mirror of https://codeberg.org/Mercury-IM/Smack synced 2024-07-05 09:42:35 +02:00

Whitespace fixes in build.xml

git-svn-id: http://svn.igniterealtime.org/svn/repos/smack/trunk@13401 b35dd754-fafc-0310-a699-88a17e54d16e
This commit is contained in:
Florian Schmaus 2013-01-21 10:35:20 +00:00 committed by flow
parent 767d93894e
commit 5b7b13c43f

View file

@ -154,7 +154,7 @@
<include name="*.jar"/> <include name="*.jar"/>
</fileset> </fileset>
<fileset dir="${basedir}/build"> <fileset dir="${basedir}/build">
<include name="junit-4.10.jar"/> <include name="4.10.jar"/>
<include name="mockito-all-1.8.2.jar"/> <include name="mockito-all-1.8.2.jar"/>
<include name="powermock-mockito-1.3.5-full.jar"/> <include name="powermock-mockito-1.3.5-full.jar"/>
</fileset> </fileset>
@ -355,7 +355,6 @@
<!-- test-unit --> <!-- test-unit -->
<!-- ======================================================================================= --> <!-- ======================================================================================= -->
<target name="test-unit" depends="compile, jar-test" unless="no.test"> <target name="test-unit" depends="compile, jar-test" unless="no.test">
<junit printsummary="on" <junit printsummary="on"
fork="true" fork="true"
haltonfailure="false" haltonfailure="false"