tmf: Bug 497038: Custom parser field names conflict with built-in tags
[deliverable/tracecompass.git] / tmf / org.eclipse.tracecompass.tmf.ui / src / org / eclipse / tracecompass / internal / tmf / ui / Messages.java
index 0244c82c2c642d52c9aad8e50ab5d46e02955a1e..7aa2c6499b3f34a11c9cbc5c933d46dd899bf864 100644 (file)
@@ -239,11 +239,13 @@ public class Messages extends NLS {
     public static String CustomXmlParserInputWizardPage_elementMissingTimestampFmtError;
     public static String CustomXmlParserInputWizardPage_elementInvalidTimestampFmtError;
     public static String CustomXmlParserInputWizardPage_elementDuplicateNameError;
+    public static String CustomXmlParserInputWizardPage_elementReservedInputNameError;
     public static String CustomXmlParserInputWizardPage_attributeMissingNameError;
     public static String CustomXmlParserInputWizardPage_attributeMissingInputNameError;
     public static String CustomXmlParserInputWizardPage_attributeMissingTimestampFmtError;
     public static String CustomXmlParserInputWizardPage_attributeInvalidTimestampFmtError;
     public static String CustomXmlParserInputWizardPage_attributeDuplicateNameError;
+    public static String CustomXmlParserInputWizardPage_attributeReservedInputNameError;
     public static String CustomXmlParserInputWizardPage_addAttribute;
     public static String CustomXmlParserInputWizardPage_addChildElement;
     public static String CustomXmlParserInputWizardPage_addDocumentEleemnt;
This page took 0.024321 seconds and 5 git commands to generate.