buildframework/helium/sf/java/quality/tests/antunit/test_cmt.ant.xml
changeset 628 7c4a911dc066
parent 588 c7c26511138f
--- a/buildframework/helium/sf/java/quality/tests/antunit/test_cmt.ant.xml	Wed Jun 16 16:51:40 2010 +0300
+++ b/buildframework/helium/sf/java/quality/tests/antunit/test_cmt.ant.xml	Fri Aug 13 14:59:05 2010 +0300
@@ -38,13 +38,12 @@
     <target name="setUp">
         <delete dir="${cmt.output.dir}/cmt" failonerror="false" />
         <mkdir dir="${cmt.output.dir}/cmt" />
-        
-        <!--take the diamonds header and footer .ftl files and turn them into .xml files
-        for copying as the headera nd footer parts of the output files-->
-        <fmpp sourcefile="./../../../../../tools/common/templates/diamonds/diamonds_header.ftl" 
-              outputfile="${temp.diamonds.header.xml}" quiet="true"/>
-        <fmpp sourcefile="./../../../../../tools/common/templates/diamonds/diamonds_footer.ftl" 
-              outputfile="${temp.diamonds.footer.xml}" quiet="true"/>
+        <echo file="${temp.diamonds.header.xml}"><![CDATA[<?xml version="1.0" encoding="UTF-8"?>
+<diamonds-build>
+    <schema>23</schema>
+]]></echo>
+        <echo file="${temp.diamonds.footer.xml}"><![CDATA[</diamonds-build>
+]]></echo>
     </target>
 
     <!-- is called after the test, even if that caused an error -->