am c22870b7: am c7d0cec7: Merge change 22040 into donut

Merge commit 'c22870b7ba5c4c9d8941304888a048fa8d89541c'

* commit 'c22870b7ba5c4c9d8941304888a048fa8d89541c':
  Fix broken XML generated during "Extract string"
This commit is contained in:
Xavier Ducrohet
2009-08-19 22:31:06 -07:00
committed by Android Git Automerger

View File

@@ -866,7 +866,7 @@ public class ExtractStringRefactoring extends Refactoring {
append("\">"). //$NON-NLS-1$ append("\">"). //$NON-NLS-1$
append(tokenString). append(tokenString).
append("</string>\n"); //$NON-NLS-1$ append("</string>\n"); //$NON-NLS-1$
content.append("<resources>\n"); //$NON-NLS-1$ content.append("</resources>\n"); //$NON-NLS-1$
edit = new InsertEdit(0, content.toString()); edit = new InsertEdit(0, content.toString());
editGroup = new TextEditGroup("Create <string> in new XML file", edit); editGroup = new TextEditGroup("Create <string> in new XML file", edit);