JAL-1889 wrong clean for buildTest!
authorJim Procter <jprocter@issues.jalview.org>
Fri, 18 Sep 2015 15:28:42 +0000 (16:28 +0100)
committerJim Procter <jprocter@issues.jalview.org>
Fri, 18 Sep 2015 15:28:42 +0000 (16:28 +0100)
build.xml

index 2b81b21..e1ca55f 100755 (executable)
--- a/build.xml
+++ b/build.xml
     <delete dir="${testOutputDir}" includes="*,**/*" />
   </target>
 
-  <target name="prepareTests" depends="init,clean">
+  <target name="prepareTests" depends="init,testclean">
     <mkdir dir="${testOutputDir}" />
   </target>