buildframework/helium/config/diamonds_config.xml.ftl
changeset 179 d8ac696cc51f
parent 1 be27ed110b50
child 217 0f5e3a7fb6af
--- a/buildframework/helium/config/diamonds_config.xml.ftl	Wed Oct 28 14:39:48 2009 +0000
+++ b/buildframework/helium/config/diamonds_config.xml.ftl	Wed Dec 23 19:29:07 2009 +0200
@@ -23,7 +23,7 @@
 <configuration>
 <config>
     <template-dir path="${ant['helium.dir']}/tools/common/templates/diamonds" />
-    <output-dir path="${ant['build.log.dir']}"/>
+    <output-dir path="${ant['diamonds.build.output.dir']}"/>
     <property name="smtpserver" value="email.smtp.server" />
     <property name="ldapserver" value="email.ldap.server" />
     <property name="initialiser-target-name" value="diamonds" />
@@ -47,12 +47,8 @@
     <targets>
         <target name="diamonds" template-file="tool.xml.ftl" 
             logfile="${ant['temp.build.dir']}/build/doc/ivy/tool-dependencies-${ant['build.type']}.xml" ant-properties="true"/>        
-        <#if (ant?keys?seq_contains('metadata.enable'))>
-            <target name="compile-main" />
-        <#else>
-            <target name="compile-main" template-file="compile.xml.ftl"
-                logfile="${ant['diamonds.compile.summary']}" ant-properties="true"/>
-        </#if>
+
+        <target name="compile-main" />
             
         <target name="ido-codescanner" template-file="codescanner.xml.ftl"
             logfile="${ant['ido.codescanner.output.dir']}/problemIndex.xml"/>