buildframework/helium/tools/testing/eunit/eunit.ant.xml
changeset 628 7c4a911dc066
parent 217 0f5e3a7fb6af
child 645 b8d81fa19e7d
--- a/buildframework/helium/tools/testing/eunit/eunit.ant.xml	Wed Jun 16 16:51:40 2010 +0300
+++ b/buildframework/helium/tools/testing/eunit/eunit.ant.xml	Fri Aug 13 14:59:05 2010 +0300
@@ -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>