build.xml
changeset 19 3bb3e0eff093
parent 18 9f36ff790ea7
parent 15 017d4f13c405
child 20 19748fd5a5d0
--- a/build.xml	Tue Mar 17 16:31:24 2009 +0000
+++ b/build.xml	Tue Mar 17 18:17:56 2009 +0000
@@ -2,14 +2,16 @@
 <project name="SF-CONFIG">
   <!-- location of this config -->
   <dirname property="sf.config.dir" file="${ant.file.SF-CONFIG}"/>
+  <property name="sf.project.location" value="../build/config"/>
+  <property name="sf.project.name" value="job"/>
      
   <!-- import job properties -->
-  <import file="${sf.config.dir}/../build/config/job_props.ant.xml" />
+  <import file="${sf.project.location}/${sf.project.name}_props.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" />
+  <import file="${sf.project.location}/${sf.project.name}_refs.ant.xml" />
   
 </project>
\ No newline at end of file