From 4a4aeaf8f4d5db77f09725f82cc113a86f714762 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C3=A9r=C3=B4me=20Euzenat?= <Jerome.Euzenat@inria.fr> Date: Thu, 24 Apr 2008 13:43:20 +0000 Subject: [PATCH] - cleantests -> cleantest --- build.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.xml b/build.xml index 2ea44150..88ad3d6d 100644 --- a/build.xml +++ b/build.xml @@ -249,7 +249,7 @@ <antcall target="compileall"/> <antcall target="jar"/> <antcall target="test"/> - <antcall target="cleantests"/> + <antcall target="cleantest"/> <antcall target="javadoc"/> <ant dir="plugins/neon" target="jar"> <property name="version" value="${version}"/> -- GitLab