build.xml
changeset 18 9f36ff790ea7
parent 11 5a54277d3867
child 19 3bb3e0eff093
--- a/build.xml	Mon Mar 09 17:48:32 2009 +0000
+++ b/build.xml	Tue Mar 17 16:31:24 2009 +0000
@@ -2,15 +2,14 @@
 <project name="SF-CONFIG">
   <!-- location of this config -->
   <dirname property="sf.config.dir" file="${ant.file.SF-CONFIG}"/>
+     
+  <!-- import job properties -->
+  <import file="${sf.config.dir}/../build/config/job_props.ant.xml" />
   
-  <!--
-  * Property defaults
-   -->
-     
-  <!-- load build type from config/ -->
-  <import file="${sf.config.dir}/../build/config/project_spec.ant.xml" />
-     
+  <!-- import project properties/targets/references -->
   <import file="sf-${sf.project.type}/build.xml" />
   
+  <!-- import job references -->
+  <import file="${sf.config.dir}/../build/config/job_refs.ant.xml" />
   
 </project>
\ No newline at end of file