Allow codeline-specific property file to be read (if present)
authorDario Sestito <darios@symbian.org>
Mon, 05 Oct 2009 18:06:48 +0100
changeset 593 4fc8d6b0b184
parent 546 1c8d0b0d08dc
child 594 3692c6f462b4
Allow codeline-specific property file to be read (if present)
sf-package/build.xml
--- a/sf-package/build.xml	Tue Sep 29 17:34:45 2009 +0100
+++ b/sf-package/build.xml	Mon Oct 05 18:06:48 2009 +0100
@@ -3,6 +3,9 @@
   <!-- location of this config -->
   <dirname property="sf.package.config.dir" file="${ant.file.SF-PACKAGE-CONFIG}"/>
   
+  <!-- import codeline-specific properties -->
+  <import file="${sf.package.config.dir}/${sf.spec.job.codeline}_props.ant.xml" optional="yes"/>
+  
   <!-- import package properties -->
   <import file="${sf.package.config.dir}/package_props.ant.xml" />