equal
deleted
inserted
replaced
130 |
130 |
131 <!-- Now also break up the system definition into a set of package definitions that it corresponds to --> |
131 <!-- Now also break up the system definition into a set of package definitions that it corresponds to --> |
132 <exec executable="perl.exe"> |
132 <exec executable="perl.exe"> |
133 <arg value="${sf.common.config.dir}/tools/split_sysdef.pl"/> |
133 <arg value="${sf.common.config.dir}/tools/split_sysdef.pl"/> |
134 <arg value="--sysdef=${canonical.sysdef.file}"/> |
134 <arg value="--sysdef=${canonical.sysdef.file}"/> |
135 <arg value="--outdir=${build.log.dir}/BOM/package_definitions"/> |
135 <arg value="--outdir=${build.log.dir}/package_definitions"/> |
136 </exec> |
136 </exec> |
137 |
137 |
138 </target> |
138 </target> |
139 |
139 |
140 <!-- |
140 <!-- |