Revision: 14804
          http://gate.svn.sourceforge.net/gate/?rev=14804&view=rev
Author:   ian_roberts
Date:     2011-12-17 13:08:26 +0000 (Sat, 17 Dec 2011)
Log Message:
-----------
Delete unit test result files in distro.prepare.

Modified Paths:
--------------
    gate/trunk/plugins/Tagger_Measurements/build.xml

Modified: gate/trunk/plugins/Tagger_Measurements/build.xml
===================================================================
--- gate/trunk/plugins/Tagger_Measurements/build.xml    2011-12-17 02:19:00 UTC 
(rev 14803)
+++ gate/trunk/plugins/Tagger_Measurements/build.xml    2011-12-17 13:08:26 UTC 
(rev 14804)
@@ -73,9 +73,15 @@
        </target>
 
        <target name="build" depends="jar" />
-       <target name="distro.prepare" depends="clean.classes" />
 
+       <!-- Remove JUnit test results -->
+       <target name="distro.prepare" depends="clean.classes">
+               <delete>
+                       <fileset dir="." includes="TEST*.xml" />
+               </delete>
+       </target>
 
+
        <!-- Unit tests -->
        <property name="test.dir" location="test" />
        <property name="test.reports.dir" location="${test.dir}/reports" />

This was sent by the SourceForge.net collaborative development platform, the 
world's largest Open Source development site.


------------------------------------------------------------------------------
Learn Windows Azure Live!  Tuesday, Dec 13, 2011
Microsoft is holding a special Learn Windows Azure training event for 
developers. It will provide a great way to learn Windows Azure and what it 
provides. You can attend the event by watching it streamed LIVE online.  
Learn more at http://p.sf.net/sfu/ms-windowsazure
_______________________________________________
GATE-cvs mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/gate-cvs

Reply via email to