diff -r f9a55f310713 -r 6066a7d39270 common/templates/build-info.xml.ftl --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/common/templates/build-info.xml.ftl Wed Apr 15 14:30:07 2009 +0100 @@ -0,0 +1,29 @@ + + + + + Config + <#list config as c> + ${c.loc}#${c.rev} + + + + Project + <#list project as p> + ${p.loc}#${p.rev} + + + + Baseline + <#list baseline as b> + ${b} + + + + Sources + <#list sources as s> + ${s.loc}#${s.rev} + + + +