equal
deleted
inserted
replaced
33 </if> |
33 </if> |
34 </then> |
34 </then> |
35 |
35 |
36 <else> |
36 <else> |
37 <!-- TODO use better method to export or wait for GenXML fix?--> |
37 <!-- TODO use better method to export or wait for GenXML fix?--> |
38 <copy file="${build.output.dir}\build\input\0000000000000001_system_model_os.xml" |
38 <copy file="${build.output.dir}\build\input\0000000000000001_system_model.xml" |
39 tofile="${canonical.sysdef.file}" failonerror="false" verbose="true"/> |
39 tofile="${canonical.sysdef.file}" failonerror="false" verbose="true"/> |
40 |
40 |
41 <!-- TODO targets for single sysdef build --> |
|
42 <runtarget target="sf-os-compile"/> |
|
43 </else> |
41 </else> |
44 </if> |
42 </if> |
45 |
43 |
46 </target> |
44 </target> |
47 |
45 |