equal
deleted
inserted
replaced
1 <?xml version="1.0" encoding="UTF-8"?> |
1 <?xml version="1.0" encoding="UTF-8"?> |
2 <project name="SF-CONFIG"> |
2 <project name="SF-CONFIG"> |
3 <!-- location of this config --> |
3 <!-- location of this config --> |
4 <dirname property="sf.config.dir" file="${ant.file.SF-CONFIG}"/> |
4 <dirname property="sf.config.dir" file="${ant.file.SF-CONFIG}"/> |
|
5 <property name="sf.project.location" value="../build/config"/> |
|
6 <property name="sf.project.name" value="job"/> |
5 |
7 |
6 <!-- import job properties --> |
8 <!-- import job properties --> |
7 <import file="${sf.config.dir}/../build/config/job_props.ant.xml" /> |
9 <import file="${sf.project.location}/${sf.project.name}_props.ant.xml" /> |
8 |
10 |
9 <!-- import project properties/targets/references --> |
11 <!-- import project properties/targets/references --> |
10 <import file="sf-${sf.project.type}/build.xml" /> |
12 <import file="sf-${sf.project.type}/build.xml" /> |
11 |
13 |
12 <!-- import job references --> |
14 <!-- import job references --> |
13 <import file="${sf.config.dir}/../build/config/job_refs.ant.xml" /> |
15 <import file="${sf.project.location}/${sf.project.name}_refs.ant.xml" /> |
14 |
16 |
15 </project> |
17 </project> |