equal
deleted
inserted
replaced
85 </mapper> |
85 </mapper> |
86 </copy> |
86 </copy> |
87 </sequential> |
87 </sequential> |
88 </for> |
88 </for> |
89 </target> |
89 </target> |
|
90 |
|
91 <target name="generate-layers"> |
|
92 <echo message="canno-file:${canonical.sysdef.file}"/> |
|
93 <echo message="raptor-filters:raptor_${sysdef.configuration}"/> |
|
94 |
|
95 <!-- 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"/> |
|
97 <copy file="${canonical.sysdef.file}" tofile="${build.drive}/output/build/canonical_system_definition_${sysdef.configuration}_temp.xml"/> |
|
98 |
|
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"> |
|
100 <filterchain> |
|
101 <linecontainsregexp negate="true"> |
|
102 <regexp pattern="^\s*$"/> |
|
103 </linecontainsregexp> |
|
104 </filterchain> |
|
105 </copy> |
|
106 <delete file="${build.drive}/output/build/canonical_system_definition_${sysdef.configuration}_temp.xml"/> |
|
107 </target> |
90 |
108 |
91 <!-- |
109 <!-- |
92 == Name: SF-COMPILE |
110 == Name: SF-COMPILE |
93 == |
111 == |
94 == Desc: Override of common sf-compile target defined in |
112 == Desc: Override of common sf-compile target defined in |