equal
deleted
inserted
replaced
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 <!-- Property defaults --> |
6 <!-- Property defaults --> |
7 <import file="${sf.config.dir}/config/properties.default.ant.xml" /> |
7 <import file="${sf.config.dir}/common/properties.default.ant.xml" /> |
8 |
8 |
9 <!-- load build type from project location/.name --> |
9 <!-- load build type from project location/.name --> |
10 <import file="${sf.project.location}/${sf.project.name}" /> |
10 <import file="${sf.project.location}/${sf.project.name}" /> |
11 |
11 |
12 <import file="sf-${sf.project.type}/build.xml" /> |
12 <import file="sf-${sf.project.type}/build.xml" /> |