equal
deleted
inserted
replaced
126 <replaceregex pattern="mrp="adaptation" replace="mrp="/sf/adaptation" flags="gi"/> |
126 <replaceregex pattern="mrp="adaptation" replace="mrp="/sf/adaptation" flags="gi"/> |
127 <expandproperties/> |
127 <expandproperties/> |
128 </filterchain> |
128 </filterchain> |
129 </copy> |
129 </copy> |
130 |
130 |
|
131 <!-- Now also break up the system definition into a set of package definitions that it corresponds to --> |
|
132 <exec executable="perl.exe"> |
|
133 <arg value="${sf.common.config.dir}/tools/split_sysdef.pl"/> |
|
134 <arg value="--sysdef=${canonical.sysdef.file}"/> |
|
135 <arg value="--outdir=${build.log.dir}/BOM/package_definitions"/> |
|
136 </exec> |
|
137 |
131 </target> |
138 </target> |
132 |
139 |
133 <!-- |
140 <!-- |
134 == Name: SF-COMPILE |
141 == Name: SF-COMPILE |
135 == |
142 == |
138 == |
145 == |
139 == os build will be skipped if sf.spec.os.skipbuild=true |
146 == os build will be skipped if sf.spec.os.skipbuild=true |
140 == s60 build will be skipped if sf.spec.s60.skipbuild=true |
147 == s60 build will be skipped if sf.spec.s60.skipbuild=true |
141 == |
148 == |
142 --> |
149 --> |
143 <target name="sf-compile"> |
150 <target name="sf-compile"> |
144 <stopwatch name="sf-compile"/> |
151 <stopwatch name="sf-compile"/> |
145 |
152 |
146 <!-- TODO clean up to single target once genxml v2.0.0 merge is fixed --> |
153 <!-- TODO clean up to single target once genxml v2.0.0 merge is fixed --> |
147 <if><istrue value="${sf.spec.splitbuild}"/> |
154 <if><istrue value="${sf.spec.splitbuild}"/> |
148 <then> |
155 <then> |