common/build.xml
changeset 48 f5faa19dd3ed
parent 47 99442c2e6951
child 49 ea48c20dbc09
--- a/common/build.xml	Thu Apr 09 12:44:31 2009 +0100
+++ b/common/build.xml	Thu Apr 09 13:39:43 2009 +0100
@@ -80,15 +80,15 @@
         <echo>[SF-PREBUILD]</echo>
         
         <!-- create BOM dir -->
-        <mkdir dir="${build.drive}/output/BOM"/>
+        <mkdir dir="${build.drive}/output/logs/BOM"/>
         
         <if>
             <istrue value="${sf.spec.baseline.enable}" />
             <then>
             
                 <!-- record baseline information in BOM file -->
-                <delete file="${build.drive}/output/BOM/baseline.txt" quiet="true"/>
-                <exec executable="cmd" output="${build.drive}/output/BOM/baseline.txt">
+                <delete file="${build.drive}/output/logs/BOM/baseline.txt" quiet="true"/>
+                <exec executable="cmd" output="${build.drive}/output/logs/BOM/baseline.txt">
                     <arg value="/c"/>
                     <arg value="echo"/>
                     <arg value="${sf.spec.baseline.location}"/>