equal
deleted
inserted
replaced
11 |
11 |
12 * Load package specific properties. Mandatory that this file exists otherwise |
12 * Load package specific properties. Mandatory that this file exists otherwise |
13 * the target will fail. |
13 * the target will fail. |
14 |
14 |
15 --> |
15 --> |
|
16 <!-- import properties/spec for this type of build --> |
16 <loadproperties srcFile="${sf.package.config.dir}/package.properties"/> |
17 <loadproperties srcFile="${sf.package.config.dir}/package.properties"/> |
|
18 <import file="${sf.package.config.dir}/package_spec.ant.xml" /> |
17 |
19 |
18 |
20 <!-- import common config --> |
19 |
|
20 |
|
21 |
|
22 |
|
23 <!-- import sf-common-config --> |
|
24 <import file="../common/build.xml" /> |
21 <import file="../common/build.xml" /> |
25 |
22 |
26 </project> |
23 </project> |
27 |
24 |