You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@harmony.apache.org by sm...@apache.org on 2007/08/29 11:57:31 UTC

svn commit: r570728 - /harmony/enhanced/buildtest/branches/2.0/tests/ehwa/ehwa_run.xml

Author: smishura
Date: Wed Aug 29 02:57:29 2007
New Revision: 570728

URL: http://svn.apache.org/viewvc?rev=570728&view=rev
Log:
Apply patch from HARMONY-4470:
([testing] Ehwa scenario enhancement: ehwa test dir clean up was added)

Modified:
    harmony/enhanced/buildtest/branches/2.0/tests/ehwa/ehwa_run.xml

Modified: harmony/enhanced/buildtest/branches/2.0/tests/ehwa/ehwa_run.xml
URL: http://svn.apache.org/viewvc/harmony/enhanced/buildtest/branches/2.0/tests/ehwa/ehwa_run.xml?rev=570728&r1=570727&r2=570728&view=diff
==============================================================================
--- harmony/enhanced/buildtest/branches/2.0/tests/ehwa/ehwa_run.xml (original)
+++ harmony/enhanced/buildtest/branches/2.0/tests/ehwa/ehwa_run.xml Wed Aug 29 02:57:29 2007
@@ -161,6 +161,17 @@
 		<echo>Removing Eclipse workspace ...</echo>
 		<delete dir="${basedir}/workspace"/>
 
+		<echo>Clean up ehwa test dir ...</echo>
+		<delete includeemptydirs="true">
+			<fileset dir="${basedir}" casesensitive="yes">
+				<exclude name="ehwa_eclipse_3.2.1.au3"/>
+				<exclude name="ehwa_eclipse_3.2.1.pl"/>
+				<exclude name="ehwa_run.xml"/>
+				<exclude name="EHWA.txt"/>
+				<exclude name="README.txt"/>
+		    </fileset>
+		</delete>
+
 		<echo>Creating results directory ...</echo>
 		<mkdir dir="${res.dir}"/>