# HG changeset patch # User Dario Sestito # Date 1250761478 -3600 # Node ID 6a77c1534c7ff53cf241762a0b52ea8120810975 # Parent 13fa826ea048a590ebd99890b3f66adf422a3e03 Truclean should not be performed if the sources.csv line doesn't have a sysdef field diff -r 13fa826ea048 -r 6a77c1534c7f common/templates/truclean.ant.xml.ftl --- a/common/templates/truclean.ant.xml.ftl Wed Aug 19 18:13:24 2009 +0100 +++ b/common/templates/truclean.ant.xml.ftl Thu Aug 20 10:44:38 2009 +0100 @@ -6,6 +6,8 @@ <#assign dollar="$"/> <#list data as pkg_detail> + <#if pkg_detail.sysdef != ""> + @@ -25,6 +27,8 @@ <#assign target_depends="${target_depends}"+","+"sf-truclean-${count}"/> <#assign count=count+1/> + +