2010-11-18 Francois Chouinard <fchouinard@gmail.com> Contribution for Bug315307
[deliverable/tracecompass.git] / org.eclipse.linuxtools.tmf.ui / src / org / eclipse / linuxtools / tmf / ui / wizards / Messages.java
index 1a67bf5dc5ea5ab572176c6945eb1711b5db8610..7d81fd2edd8776be46f526d252606d84d6825b23 100644 (file)
@@ -4,11 +4,6 @@ import org.eclipse.osgi.util.NLS;
 
 public class Messages extends NLS {
        private static final String BUNDLE_NAME = "org.eclipse.linuxtools.tmf.ui.wizards.messages"; //$NON-NLS-1$
-       public static String CustomTxtParserInputWizardPage_20;
-       public static String CustomTxtParserInputWizardPage_21;
-       public static String CustomTxtParserInputWizardPage_22;
-       public static String CustomTxtParserInputWizardPage_23;
-       public static String CustomTxtParserInputWizardPage_44;
        public static String CustomTxtParserInputWizardPage_addChildLine;
        public static String CustomTxtParserInputWizardPage_addGroup;
        public static String CustomTxtParserInputWizardPage_addNextLine;
@@ -25,6 +20,7 @@ public class Messages extends NLS {
        public static String CustomTxtParserInputWizardPage_logType;
        public static String CustomTxtParserInputWizardPage_matchingLineRoot;
        public static String CustomTxtParserInputWizardPage_matchingOtherLine;
+       public static String CustomTxtParserInputWizardPage_matchingRootLine;
        public static String CustomTxtParserInputWizardPage_max;
        public static String CustomTxtParserInputWizardPage_min;
        public static String CustomTxtParserInputWizardPage_moveDown;
@@ -55,25 +51,25 @@ public class Messages extends NLS {
        public static String CustomTxtParserOutputWizardPage_moveAfter;
        public static String CustomTxtParserOutputWizardPage_moveBefore;
        public static String CustomTxtParserOutputWizardPage_visible;
-       public static String CustomXmlParserInputWizardPage_62;
-       public static String CustomXmlParserInputWizardPage_63;
-       public static String CustomXmlParserInputWizardPage_64;
-       public static String CustomXmlParserInputWizardPage_65;
-       public static String CustomXmlParserInputWizardPage_66;
-       public static String CustomXmlParserInputWizardPage_67;
-       public static String CustomXmlParserInputWizardPage_68;
-       public static String CustomXmlParserInputWizardPage_69;
-       public static String CustomXmlParserInputWizardPage_70;
-       public static String CustomXmlParserInputWizardPage_71;
-       public static String CustomXmlParserInputWizardPage_73;
-       public static String CustomXmlParserInputWizardPage_75;
-       public static String CustomXmlParserInputWizardPage_76;
-       public static String CustomXmlParserInputWizardPage_78;
-       public static String CustomXmlParserInputWizardPage_80;
-       public static String CustomXmlParserInputWizardPage_82;
-       public static String CustomXmlParserInputWizardPage_84;
-       public static String CustomXmlParserInputWizardPage_86;
-       public static String CustomXmlParserInputWizardPage_88;
+       public static String CustomXmlParserInputWizardPage_emptyLogTypeError;
+       public static String CustomXmlParserInputWizardPage_duplicatelogTypeError;
+       public static String CustomXmlParserInputWizardPage_noDocumentError;
+       public static String CustomXmlParserInputWizardPage_missingLogEntryError;
+       public static String CustomXmlParserInputWizardPage_missingTimestampFmtError;
+       public static String CustomXmlParserInputWizardPage_invalidTimestampFmtError;
+       public static String CustomXmlParserInputWizardPage_notimestamporAttributeError;
+       public static String CustomXmlParserInputWizardPage_missingDocumentElementError;
+       public static String CustomXmlParserInputWizardPage_timestampFormatPrompt;
+    public static String CustomXmlParserInputWizardPage_timestampElementPrompt;
+       public static String CustomXmlParserInputWizardPage_missingInputElementNameError;
+       public static String CustomXmlParserInputWizardPage_attributePrompt;
+       public static String CustomXmlParserInputWizardPage_missingAttribute;
+       public static String CustomXmlParserInputWizardPage_duplicateAttributeError;
+       public static String CustomXmlParserInputWizardPage_missingTimestampInFmtError;
+       public static String CustomXmlParserInputWizardPage_invalidTimestampInFmtError;
+       public static String CustomXmlParserInputWizardPage_missingDataGroupNameError;
+       public static String CustomXmlParserInputWizardPage_missingElementNameError;
+       public static String CustomXmlParserInputWizardPage_duplicateElementNameError;
        public static String CustomXmlParserInputWizardPage_addAttribute;
        public static String CustomXmlParserInputWizardPage_addChildElement;
        public static String CustomXmlParserInputWizardPage_addDocumentEleemnt;
This page took 0.040666 seconds and 5 git commands to generate.