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 |
5 |
6 <!-- |
6 <!-- Property defaults --> |
7 * Property defaults |
7 <import file="${sf.config.dir}/config/properties.default.ant.xml" /> |
8 --> |
|
9 |
8 |
10 <!-- load build type from config/ --> |
9 <!-- load build type from project location/.name --> |
11 <import file="${sf.config.dir}/../build/config/project_spec.ant.xml" /> |
10 <import file="${sf.project.location}/${sf.project.name}" /> |
12 |
11 |
13 <import file="sf-${sf.project.type}/build.xml" /> |
12 <import file="sf-${sf.project.type}/build.xml" /> |
14 |
13 |
15 |
14 |
16 </project> |
15 </project> |