common/templates/build-info.xml.ftl
author Simon Howkins <simonh@symbian.org>
Thu, 16 Jul 2009 14:35:54 +0100
changeset 244 97419fef4b8f
parent 51 6066a7d39270
child 245 59f8bbf91345
permissions -rw-r--r--
Added creation of zips of zips of OSS packages (though these are not yet published in a PDK release). Updated names of zips of zips of SFL packages to avoid clashing with the ideal long term name of the zips of zips of OSS packages.

<?xml version="1.0" encoding="utf-8"?>
<diamonds-build>
  <content>
    <project>
      <name>Config</name>
      <#list config as c>
 	  <baseline>${c.loc}#${c.rev}</baseline>
 	  </#list>
    </project>
    <project>
      <name>Project</name>
      <#list project as p>
 	  <baseline>${p.loc}#${p.rev}</baseline>
 	  </#list>
    </project>
    <project>
      <name>Baseline</name>
      <#list baseline as b>
      <baseline>${b}</baseline>
      </#list>
    </project>
    <project>
 	  <name>Sources</name>
 	  <#list sources as s>
 	  <baseline>${s.loc}#${s.rev}</baseline>
 	  </#list>
    </project>
  </content>
</diamonds-build>