build.xml
changeset 926 86dabb8aa2dd
parent 899 d80a65072ed8
child 1056 0d7b12764c40
--- a/build.xml	Mon Mar 15 11:11:50 2010 +0000
+++ b/build.xml	Mon Mar 15 11:14:35 2010 +0000
@@ -27,16 +27,6 @@
   <property name="sf.spec.job.name" value="${jobname}"/>
   <property name="sf.spec.job.codeline" value="${codeline}"/>
   
-  <!-- override helium 7 defaults to operate like helium 5.
-     *.log.dir props dont exist yet so need to be set now, otherwise they 
-     become immutable after helium.ant.xml import -->
-    
-  <property name="prep.log.dir"    value="${build.drive}/output/logs"/>
-  <property name="compile.log.dir" value="${build.drive}/output/logs"/>
-  <property name="post.log.dir"    value="${build.drive}/output/logs"/>
-  <property name="archive.log.dir"    value="${build.drive}/output/logs"/>
-  <property name="signals.log.dir"    value="${build.drive}/output/logs"/>
-
   <!-- import project properties/targets/references -->
   <import file="sf-${sf.project.type}/build.xml" />