FR [2973225] - Remove XML comments from Translation xml files.

https://sourceforge.net/tracker/?func=detail&aid=2973225&group_id=176962&atid=883808
This commit is contained in:
trifonnt 2010-03-19 14:30:47 +00:00
parent ac6fe75a31
commit ccedca3ab8
1 changed files with 3 additions and 1 deletions

View File

@ -169,7 +169,9 @@ public class Translation
// <!DOCTYPE adempiereTrl SYSTEM "http://www.adempiere.org/dtd/adempiereTrl.dtd">
// <!DOCTYPE adempiereTrl PUBLIC "-//ComPiere, Inc.//DTD Adempiere Translation 1.0//EN" "http://www.adempiere.org/dtd/adempiereTrl.dtd">
Document document = builder.newDocument();
document.appendChild(document.createComment(Adempiere.getSummaryAscii()));
// @Trifon. Do not need below line anymore as it is different in each version and that's makes it more difficult to see differences in translations.
// FR [2973225] - Remove XML comments from Translation xml files. https://sourceforge.net/tracker/?func=detail&aid=2973225&group_id=176962&atid=883808
//document.appendChild(document.createComment(Adempiere.getSummaryAscii()));
document.appendChild(document.createComment(DTD));
// Root