From 63ba2be8c9a94b4bef503abe8bbaa00201753fa9 Mon Sep 17 00:00:00 2001 From: Florian Schmaus Date: Mon, 21 Jan 2013 11:35:56 +0000 Subject: [PATCH] build.xml: Added jar-test-smackx target and let test-unit depend on that, so that clean calls of 'ant test-unit' won't fail. git-svn-id: http://svn.igniterealtime.org/svn/repos/smack/trunk@13403 b35dd754-fafc-0310-a699-88a17e54d16e --- build/build.xml | 13 ++++++++++++- 1 file changed, 12 insertions(+), 1 deletion(-) diff --git a/build/build.xml b/build/build.xml index 2300ec1e4..cb12e905b 100644 --- a/build/build.xml +++ b/build/build.xml @@ -249,6 +249,15 @@ /> + + + + + @@ -354,7 +363,7 @@ - + + @@ -453,6 +463,7 @@ +