sf-platform/build.xml
changeset 217 d5045b96f54a
parent 216 36d82a2f1f92
child 237 3e6009eec7ed
child 241 c451bd0c0782
equal deleted inserted replaced
216:36d82a2f1f92 217:d5045b96f54a
    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\*_system_model_os.xml"
    38         <copy file="${build.output.dir}\build\input\0000000000000001_system_model_os.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 -->
    41 	    <!-- TODO targets for single sysdef build -->
    42 	    <runtarget target="sf-os-compile"/>
    42 	    <runtarget target="sf-os-compile"/>
    43 	</else>
    43 	</else>
    69                         <replaceregex pattern="mrp=&quot;os" replace="mrp=&quot;sf\\\\os" flags="gi"/>
    69                         <replaceregex pattern="mrp=&quot;os" replace="mrp=&quot;sf\\\\os" flags="gi"/>
    70                         <replaceregex pattern="bldFile=&quot;mw" replace="bldFile=&quot;sf\\\\mw" flags="gi"/>
    70                         <replaceregex pattern="bldFile=&quot;mw" replace="bldFile=&quot;sf\\\\mw" flags="gi"/>
    71                         <replaceregex pattern="mrp=&quot;mw" replace="mrp=&quot;sf\\\\mw" flags="gi"/>
    71                         <replaceregex pattern="mrp=&quot;mw" replace="mrp=&quot;sf\\\\mw" flags="gi"/>
    72                         <replaceregex pattern="bldFile=&quot;app" replace="bldFile=&quot;sf\\\\app" flags="gi"/>
    72                         <replaceregex pattern="bldFile=&quot;app" replace="bldFile=&quot;sf\\\\app" flags="gi"/>
    73                         <replaceregex pattern="mrp=&quot;app" replace="mrp=&quot;sf\\\\app" flags="gi"/>
    73                         <replaceregex pattern="mrp=&quot;app" replace="mrp=&quot;sf\\\\app" flags="gi"/>
       
    74                         <replaceregex pattern="bldFile=&quot;tools" replace="bldFile=&quot;sf\\\\tools" flags="gi"/>
       
    75                         <replaceregex pattern="mrp=&quot;tools" replace="mrp=&quot;sf\\\\tools" flags="gi"/>
       
    76                         <replaceregex pattern="bldFile=&quot;adaptation" replace="bldFile=&quot;sf\\\\adaptation" flags="gi"/>
       
    77                         <replaceregex pattern="mrp=&quot;adaptation" replace="mrp=&quot;sf\\\\adaptation" flags="gi"/>
       
    78                         
    74                         <expandproperties/>
    79                         <expandproperties/>
    75                     </filterchain>
    80                     </filterchain>
    76                     <mapper>
    81                     <mapper>
    77                         <scriptmapper language="jep" src="${helium.dir}/tools/common/jep/unique_filename.jep"/>
    82                         <scriptmapper language="jep" src="${helium.dir}/tools/common/jep/unique_filename.jep"/>
    78                     </mapper>
    83                     </mapper>