buildframework/helium/tools/testing/eunit/eunit.ant.xml
changeset 640 ac0bbc1e5d79
parent 628 7c4a911dc066
child 645 b8d81fa19e7d
--- a/buildframework/helium/tools/testing/eunit/eunit.ant.xml	Mon Sep 06 09:57:24 2010 +0100
+++ b/buildframework/helium/tools/testing/eunit/eunit.ant.xml	Mon Sep 13 13:11:19 2010 +0800
@@ -21,7 +21,7 @@
 ============================================================================
 -->
 <!--* @package testing -->
-<project name="_testing.eunit">
+<project name="_testing.eunit" xmlns:hlm="http://www.nokia.com/helium">
     <description>
         Testing using EUnit. (For WINSCW)
     </description>
@@ -48,7 +48,7 @@
     -->
 
     <!-- Unzip test package to build drive. -->
-    <target name="prepare-eunit" if="enabled.ats">
+    <target name="prepare-eunit" if="internal.ats.enabled">
         <unzip src="${eunit.prepare.zip}" dest="${build.drive}/" />
     </target>