equal
deleted
inserted
replaced
1 <?xml version="1.0" encoding="UTF-8"?> |
1 <?xml version="1.0" encoding="UTF-8"?> |
2 <project name="SF-COMMON-CONFIG"> |
2 <project name="SF-COMMON-CONFIG"> |
3 |
3 |
4 <dirname property="sf.common.config.dir" file="${ant.file.SF-COMMON-CONFIG}"/> |
4 <dirname property="sf.common.config.dir" file="${ant.file.SF-COMMON-CONFIG}"/> |
5 |
5 |
6 <!-- import default properties file config --> |
6 <!-- import common properties/spec --> |
7 <import file="${sf.common.config.dir}/properties.default.ant.xml"/> |
7 <loadproperties srcFile="${sf.common.config.dir}/common.properties"/> |
|
8 <import file="${sf.common.config.dir}/common_spec.ant.xml" /> |
8 |
9 |
9 <!-- import all core HELIUM targets --> |
10 <!-- import all core HELIUM targets --> |
10 <import file="${helium.dir}/helium.ant.xml" /> |
11 <import file="${helium.dir}/helium.ant.xml" /> |
11 |
12 |
12 <!-- conditional import of generated source spec if available --> |
13 <!-- conditional import of generated source spec if available --> |
58 <echo>[SF-PREBUILD]</echo> |
59 <echo>[SF-PREBUILD]</echo> |
59 |
60 |
60 <if> |
61 <if> |
61 <istrue value="${sf.spec.baseline.enable}" /> |
62 <istrue value="${sf.spec.baseline.enable}" /> |
62 <then> |
63 <then> |
|
64 <property name="base_release.path" value="${sf.spec.baseline.location}"/> |
|
65 <property name="base_release.getenv_options" value="${sf.spec.baseline.getenv_options}"/> |
|
66 <echo>base_release.path=${base_release.path}, base_release.getenv_options=${base_release.getenv_options}</echo> |
63 <runtarget target="preparation-getenv"/> |
67 <runtarget target="preparation-getenv"/> |
64 </then> |
68 </then> |
65 </if> |
69 </if> |
66 |
70 |
67 <if> |
71 <if> |