common/build.xml
changeset 172 e8a4b4b53247
parent 62 2771e394c9bd
child 186 1b428f25477e
equal deleted inserted replaced
171:a6f2b8d175d0 172:e8a4b4b53247
   291               sources: csv(${build.drive}/output/logs/BOM/sources.csv,{separator:',',headers:[loc,dst,rev]})
   291               sources: csv(${build.drive}/output/logs/BOM/sources.csv,{separator:',',headers:[loc,dst,rev]})
   292               
   292               
   293         </data>
   293         </data>
   294       </fmpp>
   294       </fmpp>
   295     </target>
   295     </target>
       
   296     
       
   297   <target name="generate-layers">
       
   298     <echo message="canno-file:${canonical.sysdef.file}"/>
       
   299     <echo message="raptor-filters:raptor_${sysdef.configuration}"/>
       
   300 
       
   301     <!-- All we want is a sysdef with the config name appended, so just copy it -->
       
   302     <echo message="INFO: Skip GenXML and copy sysdef to sysdef+config name"/>
       
   303     <copy file="${canonical.sysdef.file}" tofile="${build.drive}/output/build/canonical_system_definition_${sysdef.configuration}_temp.xml"/>
       
   304 
       
   305     <copy file="${build.drive}/output/build/canonical_system_definition_${sysdef.configuration}_temp.xml" tofile="${build.drive}/output/build/canonical_system_definition_${sysdef.configuration}.xml">
       
   306       <filterchain>
       
   307         <linecontainsregexp negate="true">
       
   308           <regexp pattern="^\s*$"/>
       
   309         </linecontainsregexp>
       
   310       </filterchain>
       
   311     </copy>
       
   312     <delete file="${build.drive}/output/build/canonical_system_definition_${sysdef.configuration}_temp.xml"/>
       
   313   </target>
   296 
   314 
   297 </project>
   315 </project>
   298 
   316 
   299 
   317