buildframework/helium/tools/quality/internal-exports.ant.xml
changeset 645 b8d81fa19e7d
parent 217 0f5e3a7fb6af
--- a/buildframework/helium/tools/quality/internal-exports.ant.xml	Wed Sep 29 17:48:06 2010 +0100
+++ b/buildframework/helium/tools/quality/internal-exports.ant.xml	Sun Oct 10 15:22:15 2010 +0300
@@ -60,7 +60,7 @@
         parser.parse()
         for component in parser.internalexports.keys():
             output.write("    <component name=\"%s\">\n" % component)
-            output.write("".join(map(lambda x: "        <file name=\"%s\"/>\n" % x, parser.internalexports[component])))
+            output.write("".join(["        <file name=\"%s\"/>\n" % x for x in parser.internalexports[component]]))
             output.write("    </component>\n")
 output.write("</internalexports>\n")
 output.close()
@@ -83,7 +83,7 @@
     
     <!-- Render the build duplicates xml file into an HTML output. -->
     <target name="render-internal-exports" depends="integration-internal-exports">
-        <fmpp sourceFile="${helium.dir}/tools/common/templates/integration/internal-exports.html.ftl"
+        <fmpp sourceFile="${helium.dir}/tools/quality/templates/internal-exports.html.ftl"
               outputFile="${build.log.dir}/${build.id}_internal-exports.html">
             <freemarkerLinks expandProperties="yes">
                 macro: ${helium.dir}/tools/common/templates/macro