eclipse plugin: temp fix for xml-type files comments on empty parameters

This commit is contained in:
Timotei Dolean 2010-07-04 20:26:14 +00:00
parent 29985704df
commit c2ca79b365

View file

@ -103,7 +103,7 @@ public class TemplateProvider
{
template[i] = template[i].replace(param.paramName, param.paramValue);
if (param.paramValue == null || param.paramValue.isEmpty())
if ((templateName!= "build_xml") && (param.paramValue == null || param.paramValue.isEmpty()))
{
// we don't have any value supplied -
// let's comment that line (if it's not already