equal
deleted
inserted
replaced
1 <?xml version="1.0" encoding="UTF-8"?> |
1 <?xml version="1.0" encoding="UTF-8"?> |
2 <project name="SF-PACKAGE-CONFIG"> |
2 <project name="SF-PACKAGE-CONFIG"> |
3 <!-- location of this config --> |
3 <!-- location of this config --> |
4 <dirname property="sf.package.config.dir" file="${ant.file.SF-PACKAGE-CONFIG}"/> |
4 <dirname property="sf.package.config.dir" file="${ant.file.SF-PACKAGE-CONFIG}"/> |
5 |
5 |
6 <!-- |
6 <!-- import package properties --> |
7 * Property defaults |
7 <import file="${sf.package.config.dir}/package_props.ant.xml" /> |
8 --> |
|
9 |
|
10 <!-- |
|
11 |
8 |
12 * Load package specific properties. Mandatory that this file exists otherwise |
9 <!-- import common properties/targets/references --> |
13 * the target will fail. |
10 <import file="../common/build.xml" /> |
14 |
11 |
15 --> |
12 <!-- import package references --> |
16 <!-- import properties/spec for this type of build --> |
13 <import file="${sf.package.config.dir}/package_refs.ant.xml" /> |
17 <loadproperties srcFile="${sf.package.config.dir}/package.properties"/> |
|
18 <import file="${sf.package.config.dir}/package_spec.ant.xml" /> |
|
19 |
|
20 <!-- import common config --> |
|
21 <import file="../common/build.xml" /> |
|
22 |
14 |
23 </project> |
15 </project> |
24 |
16 |