buildframework/helium/tools/rombuild/imaker.ant.xml
changeset 588 c7c26511138f
parent 587 85df38eb4012
child 628 7c4a911dc066
--- a/buildframework/helium/tools/rombuild/imaker.ant.xml	Tue Apr 27 08:33:08 2010 +0300
+++ b/buildframework/helium/tools/rombuild/imaker.ant.xml	Wed Jun 16 16:51:40 2010 +0300
@@ -178,8 +178,16 @@
                 </exec>
             </then>
         </if>
+        <fmpp sourceFile="${helium.dir}/tools/common/templates/diamonds/build_roms_diamonds.xml.ftl"
+                     outputfile="${diamonds.build.output.dir}/build-roms.xml">
+            <data expandProperties="yes">
+                dbPath: ${metadata.dbfile}
+                ant: antProperties()
+            </data>
+        </fmpp>
     </target>
     
+    
     <!-- iMaker engine configuration -->
     <hlm:defaultEngine id="imaker.engine.default" threads="${number.of.threads}" />