sf-package/package_props.ant.xml
author MattD <mattd@symbian.org>
Tue, 04 Aug 2009 14:40:11 +0100
changeset 307 989c70555820
parent 240 5705f5c8f10d
child 325 779cc88ed845
permissions -rw-r--r--
raptor parser.pl - adding XML::SAX perl modules (public domain code - http://www.saxproject.org/faq.html) so we don't have to patch up every single build machine.

<?xml version="1.0"?>

<project name="SF-PACKAGE-PROPS">
  
  <property name="sf.spec.baseline.enable" value="true"/>
  <property name="sf.spec.baseline.select" value="location"/>
  <property name="sf.spec.baseline.location" value="\\bishare\Releases\PDK_candidate_2.0.c_flat"/>
  <property name="sf.spec.baseline.getenv_options" value="-i emu -i rnd -i tools -i info"/>
  
  <property name="sf.spec.toolsbaseline.enable" value="false"/>
  
  <property name="sf.spec.build.clean.enable" value="true"/>
  
  <property name="sf.spec.systemdefinition.assemble" value="false"/>
  <property name="sf.spec.sysdef.configurations.list" value="SF"/>
  
  <property name="sf.spec.sbs.config" value="winscw"/>
  
  <property name="sf.spec.logs.raptorfilter.enable" value="false"/>

</project>