Changed locations of package_definitions to make the files a little bit more usable
authorDario Sestito <darios@symbian.org>
Tue, 08 Jun 2010 17:16:53 +0100
changeset 1080 35aea233d3f7
parent 1079 6677e2cb0850
child 1081 e212ddf00ed6
child 1100 561033b10e0f
Changed locations of package_definitions to make the files a little bit more usable
common/build.postbuild.xml
sf-platform/build.xml
--- a/common/build.postbuild.xml	Mon Jun 07 16:53:48 2010 +0100
+++ b/common/build.postbuild.xml	Tue Jun 08 17:16:53 2010 +0100
@@ -788,6 +788,7 @@
                     <zipfileset dir="${build.drive}/output/logs" prefix="build_info/logs/BOM">
                         <include name="envinfo.txt"/>
                     </zipfileset>
+                    <zipfileset dir="${build.drive}/output/logs/package_definitions" prefix="build_info/package_definitions"/>
                 </zip>
                 <antcall target="sf-zip-content">
                     <param name="zip.config.file" value="${temp.build.dir}/zip.cfg.xml.ftl"/>
--- a/sf-platform/build.xml	Mon Jun 07 16:53:48 2010 +0100
+++ b/sf-platform/build.xml	Tue Jun 08 17:16:53 2010 +0100
@@ -132,7 +132,7 @@
     <exec executable="perl.exe">
         <arg value="${sf.common.config.dir}/tools/split_sysdef.pl"/>
         <arg value="--sysdef=${canonical.sysdef.file}"/>
-        <arg value="--outdir=${build.log.dir}/BOM/package_definitions"/>
+        <arg value="--outdir=${build.log.dir}/package_definitions"/>
     </exec>
 
  </target>