buildframework/helium/tests/minibuilds/ido/config/stages_config.ant.xml
changeset 628 7c4a911dc066
parent 587 85df38eb4012
--- a/buildframework/helium/tests/minibuilds/ido/config/stages_config.ant.xml	Wed Jun 16 16:51:40 2010 +0300
+++ b/buildframework/helium/tests/minibuilds/ido/config/stages_config.ant.xml	Fri Aug 13 14:59:05 2010 +0300
@@ -29,7 +29,6 @@
     <hlm:stage id="preparation" starttarget="ido-build-prep" endtarget="ido-build-prep"/>
     <hlm:stage id="compilation" starttarget="compile-main" endtarget="compile-main"/>
     <hlm:stage id="test" starttarget="ats-test" endtarget="ats-test"/>
-    <hlm:stage id="localisation" starttarget="localisation-50-build" endtarget="localisation-50-build"/>
     
     
     <!-- Stage record configuration -->
@@ -39,6 +38,4 @@
     
     <hlm:stagerecord id="stage.test" stagerefid="test" output="${build.log.dir}/${build.id}_test.ant.log" loglevel="info" append="true"/>
     
-    <hlm:stagerecord id="stage.localisation" stagerefid="localisation" output="${build.log.dir}/${build.id}_localisation.ant.log" loglevel="info" append="true"/>
-    
 </project>