1
0
Fork 0
mirror of https://codeberg.org/Mercury-IM/Smack synced 2024-07-01 07:46:45 +02:00

build.xml: Fixed accidentially deleted 'junit-' at target test-unit

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

View file

@ -154,7 +154,7 @@
<include name="*.jar"/>
</fileset>
<fileset dir="${basedir}/build">
<include name="4.10.jar"/>
<include name="junit-4.10.jar"/>
<include name="mockito-all-1.8.2.jar"/>
<include name="powermock-mockito-1.3.5-full.jar"/>
</fileset>