1
0
Fork 0
mirror of https://codeberg.org/Mercury-IM/Smack synced 2024-07-03 00:32: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"/>
</fileset>
<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="powermock-mockito-1.3.5-full.jar"/>
</fileset>
@ -355,7 +355,6 @@
<!-- test-unit -->
<!-- ======================================================================================= -->
<target name="test-unit" depends="compile, jar-test" unless="no.test">
<junit printsummary="on"
fork="true"
haltonfailure="false"