equal
deleted
inserted
replaced
3 <!-- location of this config --> |
3 <!-- location of this config --> |
4 <dirname property="sf.platform.config.dir" file="${ant.file.SF-PLATFORM-CONFIG}"/> |
4 <dirname property="sf.platform.config.dir" file="${ant.file.SF-PLATFORM-CONFIG}"/> |
5 |
5 |
6 <!-- |
6 <!-- |
7 * Property defaults |
7 * Property defaults |
8 --> |
|
9 |
|
10 <!-- |
|
11 TODO if needed in future |
|
12 |
|
13 * Load platform specific properties. |
|
14 |
|
15 --> |
8 --> |
16 |
9 |
17 <!-- workaround until GenXML can merge v2.0.0 fragments --> |
10 <!-- workaround until GenXML can merge v2.0.0 fragments --> |
18 <target name="create-canonical-sysdef-file"> |
11 <target name="create-canonical-sysdef-file"> |
19 |
12 |
95 <!-- All we want is a sysdef with the config name appended, so just copy it --> |
88 <!-- All we want is a sysdef with the config name appended, so just copy it --> |
96 <echo message="INFO: Skip GenXML and copy sysdef to sysdef+config name"/> |
89 <echo message="INFO: Skip GenXML and copy sysdef to sysdef+config name"/> |
97 <copy file="${canonical.sysdef.file}" tofile="${build.drive}/output/build/canonical_system_definition_${sysdef.configuration}_temp.xml"/> |
90 <copy file="${canonical.sysdef.file}" tofile="${build.drive}/output/build/canonical_system_definition_${sysdef.configuration}_temp.xml"/> |
98 |
91 |
99 <copy file="${build.drive}/output/build/canonical_system_definition_${sysdef.configuration}_temp.xml" tofile="${build.drive}/output/build/canonical_system_definition_${sysdef.configuration}.xml"> |
92 <copy file="${build.drive}/output/build/canonical_system_definition_${sysdef.configuration}_temp.xml" tofile="${build.drive}/output/build/canonical_system_definition_${sysdef.configuration}.xml"> |
|
93 <copy file="${build.drive}/output/build/canonical_system_definition_${sysdef.configuration}_temp.xml" tofile="${build.log.dir}/BOM/canonical_system_definition_${sysdef.configuration}.xml"> |
100 <filterchain> |
94 <filterchain> |
101 <linecontainsregexp negate="true"> |
95 <linecontainsregexp negate="true"> |
102 <regexp pattern="^\s*$"/> |
96 <regexp pattern="^\s*$"/> |
103 </linecontainsregexp> |
97 </linecontainsregexp> |
104 </filterchain> |
98 </filterchain> |