2010-11-18 Francois Chouinard <fchouinard@gmail.com> Contribution for Bug315307
authorFrancois Chouinard <fchouinard@gmail.com>
Sat, 20 Nov 2010 00:08:09 +0000 (00:08 +0000)
committerFrancois Chouinard <fchouinard@gmail.com>
Sat, 20 Nov 2010 00:08:09 +0000 (00:08 +0000)
31 files changed:
org.eclipse.linuxtools.lttng.jni/plugin.properties
org.eclipse.linuxtools.lttng.test-feature/feature.properties
org.eclipse.linuxtools.lttng.ui/plugin.properties
org.eclipse.linuxtools.lttng.ui/plugin.xml
org.eclipse.linuxtools.lttng.ui/src/org/eclipse/linuxtools/lttng/ui/views/project/LTTngProjectNature.java
org.eclipse.linuxtools.lttng/ChangeLog
org.eclipse.linuxtools.lttng/build.properties
org.eclipse.linuxtools.lttng/src/org/eclipse/linuxtools/lttng/trace/LTTngTextTrace.java
org.eclipse.linuxtools.tmf.test-feature/feature.properties
org.eclipse.linuxtools.tmf.ui.tests/plugin.xml
org.eclipse.linuxtools.tmf.ui/plugin.properties
org.eclipse.linuxtools.tmf.ui/plugin.xml
org.eclipse.linuxtools.tmf.ui/src/org/eclipse/linuxtools/tmf/ui/dialogs/ManageCustomParsersDialog.java
org.eclipse.linuxtools.tmf.ui/src/org/eclipse/linuxtools/tmf/ui/dialogs/Messages.java [new file with mode: 0644]
org.eclipse.linuxtools.tmf.ui/src/org/eclipse/linuxtools/tmf/ui/dialogs/messages.properties [new file with mode: 0644]
org.eclipse.linuxtools.tmf.ui/src/org/eclipse/linuxtools/tmf/ui/viewers/events/Messages.java [new file with mode: 0644]
org.eclipse.linuxtools.tmf.ui/src/org/eclipse/linuxtools/tmf/ui/viewers/events/TmfEventsTable.java
org.eclipse.linuxtools.tmf.ui/src/org/eclipse/linuxtools/tmf/ui/viewers/events/messages.properties [new file with mode: 0644]
org.eclipse.linuxtools.tmf.ui/src/org/eclipse/linuxtools/tmf/ui/views/project/ProjectView.java
org.eclipse.linuxtools.tmf.ui/src/org/eclipse/linuxtools/tmf/ui/views/project/TmfProjectNature.java
org.eclipse.linuxtools.tmf.ui/src/org/eclipse/linuxtools/tmf/ui/views/project/dialogs/AddTraceWizard.java
org.eclipse.linuxtools.tmf.ui/src/org/eclipse/linuxtools/tmf/ui/views/project/dialogs/AddTraceWizardPage.java
org.eclipse.linuxtools.tmf.ui/src/org/eclipse/linuxtools/tmf/ui/views/project/dialogs/IDEWorkbenchMessages.java [new file with mode: 0644]
org.eclipse.linuxtools.tmf.ui/src/org/eclipse/linuxtools/tmf/ui/views/project/dialogs/Messages.java
org.eclipse.linuxtools.tmf.ui/src/org/eclipse/linuxtools/tmf/ui/views/project/dialogs/NewExperimentDialog.java
org.eclipse.linuxtools.tmf.ui/src/org/eclipse/linuxtools/tmf/ui/views/project/dialogs/NewProjectWizard.java
org.eclipse.linuxtools.tmf.ui/src/org/eclipse/linuxtools/tmf/ui/views/project/dialogs/messages.properties
org.eclipse.linuxtools.tmf.ui/src/org/eclipse/linuxtools/tmf/ui/wizards/CustomTxtParserInputWizardPage.java
org.eclipse.linuxtools.tmf.ui/src/org/eclipse/linuxtools/tmf/ui/wizards/CustomXmlParserInputWizardPage.java
org.eclipse.linuxtools.tmf.ui/src/org/eclipse/linuxtools/tmf/ui/wizards/Messages.java
org.eclipse.linuxtools.tmf.ui/src/org/eclipse/linuxtools/tmf/ui/wizards/messages.properties

index 0030ed33a2084c3b3ca9f92df3da808cf4f46f9f..17a28d030edabca35ea3da928072961dcf26670e 100644 (file)
@@ -1,2 +1,3 @@
+#Properties file for org.eclipse.linuxtools.lttng.jni
 Bundle-Vendor = Eclipse Linux Tools
 Bundle-Name = JNI implementation for LTTng (Incubation)
\ No newline at end of file
index 10b1a8212267e621ee222731e3c71565835057aa..ab619c42b790705cf40f40ec46c7a36b44d79dba 100644 (file)
@@ -8,11 +8,17 @@
 # Contributors:
 #    Red Hat, Inc. - initial API and implementation
 #********************************************************************************
+
 featureName=LTTng Tests (Incubation)
+
 description=Tests for the LTTng integration in Eclipse
+
 featureProvider=Eclipse Linux Tools
+
 copyright=Copyright 2010 Ericsson
+
 licenseURL=epl-v10.html
+
 license=\
 ECLIPSE FOUNDATION SOFTWARE USER AGREEMENT\n\
 March 17, 2005\n\
index 75b29141953b5bc1b4a5d88005801e9b6c57ca45..3dfa72032b6ad39f95a9fe20a481c752eeb8245d 100644 (file)
@@ -2,27 +2,63 @@
 Bundle-Name = Linux Tracing Toolkit (LTTng) UI (Incubation)
 Bundle-Vendor = Eclipse Linux Tools
 
-# org.eclipse.ui.perspectives
-extension.name.0 = LTTng Perspective
-perspective.name = LTTng
+#Properties file for org.eclipse.linuxtools.tmf.ui (plugin.xml)
+perspective.category.name = LTTng
 
-# org.eclipse.ui.views
-extension.name.1 = LTTng Views
-category.name = LTTng
-view.name.0 = Project
-view.name.1 = Control
-view.name.2 = Events
-view.name.3 = Time Frame
-view.name.4 = Control Flow
-view.name.5 = Resources
-view.name.6 = Statistics
-view.name.7 = Histogram
+views.category.name = LTTng
+project.view.name = Projects
+control.view.name = Control
+events.view.name = Events
+timeframe.view.name = Time Frame
+controlflow.view.name = Control Flow
+resources.view.name = Resources
+statistics.view.name = Statistics
+histogram.view.name = Histogram
 
-# org.eclipse.ui.newWizards
-extension.name.2 = LTTng New Wizards
-category.name.0 = LTTng
-wizard.name.0 = LTTng Project
-wizard.description.0 = Create an LTTng project
+wizard.category.name = LTTng
+project.new.wizard.name = LTTng Project
+project.new.wizard.description = Create a new LTTng project
 
-# org.eclipse.core.resources.natures
-extension.name.3 = LTTng Project Nature
+action.set.label = LTTng Action Set
+action.set.description = LTTng Action Set
+
+#Commands and Menus
+commands.project.category.name = LTTng Project Commands
+commands.project.category.description = LTTng Project Commands
+commands.project.new = New Project
+commands.project.new.description = Create a new LTTng Project
+commands.project.open = Open Project
+commands.project.open.description = Open an LTTng Project
+commands.project.close = Close Project
+commands.project.close.description = Close an LTTng Project
+commands.project.rename = Rename Project
+commands.project.rename.description = Rename an LTTng Project
+commands.project.delete = Delete Project
+commands.project.delete.description = Delete an LTTng Project
+commands.project.refresh = Refresh View
+commands.project.refresh.description = Refresh the Project list
+
+commands.trace.category.name = LTTng Trace Commands
+commands.trace.category.description = LTTng Trace Commands
+commands.trace.import = Import Trace
+commands.trace.import.description = Import an LTTng Trace
+commands.trace.open = Open Trace
+commands.trace.open.description = Open an LTTng Trace
+commands.trace.rename = Rename Trace
+commands.trace.rename.description = Rename an LTTng Trace
+commands.trace.delete = Delete Trace
+commands.trace.delete.description = Delete an LTTng Trace
+commands.trace.selectparser = Select Parser
+
+commands.experiment.category.name = LTTng Experiment Commands
+commands.experiment.category.description = LTTng Experiment Commands
+commands.experiment.new = New Experiment
+commands.experiment.new.description = Create a new LTTng Experiment
+commands.experiment.selecttraces = Select Traces
+commands.experiment.selecttraces.description = Select LTTng Traces
+commands.experiment.open = Open Experiment
+commands.experiment.open.description = Open an LTTng Experiment
+commands.experiment.rename = Rename Experiment
+commands.experiment.rename.description = Rename an LTTng Experiment
+commands.experiment.delete = Delete Experiment
+commands.experiment.delete.description = Delete an LTTng Experiment
index 1a00545379d24aae159dc80654120ddd16ff5a9d..aeb47c4099afed8d52da3d71833e85b28a58ce25 100644 (file)
@@ -3,22 +3,20 @@
 <plugin>
    <extension
          id="org.eclipse.linuxtools.lttng.ui.perspective"
-         name="%extension.name.0"
          point="org.eclipse.ui.perspectives">
       <perspective
             class="org.eclipse.linuxtools.lttng.ui.views.PerspectiveFactory"
             icon="icons/garland16.png"
             id="org.eclipse.linuxtools.lttng.ui.perspective"
-            name="%perspective.name">
+            name="%perspective.category.name">
       </perspective>
    </extension>
    <extension
          id="org.eclipse.linuxtools.lttng.ui.views"
-         name="%extension.name.1"
          point="org.eclipse.ui.views">
       <category
             id="org.eclipse.linuxtools.lttng.ui.views.category"
-            name="%category.name">
+            name="%views.category.name">
       </category>
       <view
             allowMultiple="false"
@@ -26,7 +24,7 @@
             class="org.eclipse.linuxtools.lttng.ui.views.project.ProjectView"
             icon="icons/project_view.gif"
             id="org.eclipse.linuxtools.lttng.ui.views.project"
-            name="%view.name.0"
+            name="%project.view.name"
             restorable="true">
       </view>
       <view
@@ -35,7 +33,7 @@
             class="org.eclipse.linuxtools.lttng.ui.views.control.ControlView"
             icon="icons/control_view.gif"
             id="org.eclipse.linuxtools.lttng.ui.views.control"
-            name="%view.name.1"
+            name="%control.view.name"
             restorable="true">
       </view>
       <view
@@ -44,7 +42,7 @@
             class="org.eclipse.linuxtools.lttng.ui.views.events.EventsView"
             icon="icons/events_view.gif"
             id="org.eclipse.linuxtools.lttng.ui.views.events"
-            name="%view.name.2"
+            name="%events.view.name"
             restorable="true">
       </view>
       <view
@@ -53,7 +51,7 @@
             class="org.eclipse.linuxtools.lttng.ui.views.timeframe.TimeFrameView"
             icon="icons/time_frame_view.gif"
             id="org.eclipse.linuxtools.lttng.ui.views.timeframe"
-            name="%view.name.3"
+            name="%timeframe.view.name"
             restorable="true">
       </view>
       <view
@@ -62,7 +60,7 @@
             class="org.eclipse.linuxtools.lttng.ui.views.controlflow.ControlFlowView"
             icon="icons/control_flow_view.gif"
             id="org.eclipse.linuxtools.lttng.ui.views.controlflow"
-            name="%view.name.4"
+            name="%controlflow.view.name"
             restorable="true">
       </view>
       <view
@@ -71,7 +69,7 @@
             class="org.eclipse.linuxtools.lttng.ui.views.resources.ResourcesView"
             icon="icons/resources_view.gif"
             id="org.eclipse.linuxtools.lttng.ui.views.resources"
-            name="%view.name.5"
+            name="%resources.view.name"
             restorable="true">
       </view>
       <view
@@ -80,7 +78,7 @@
             class="org.eclipse.linuxtools.lttng.ui.views.statistics.StatisticsView"
             icon="icons/statistics_view.gif"
             id="org.eclipse.linuxtools.lttng.ui.views.statistics"
-            name="%view.name.6"
+            name="%statistics.view.name"
             restorable="true">
       </view>
       <view
             class="org.eclipse.linuxtools.lttng.ui.views.histogram.HistogramView"
             icon="icons/histogram.gif"
             id="org.eclipse.linuxtools.lttng.ui.views.histogram"
-            name="%view.name.7"
+            name="%histogram.view.name"
             restorable="true">
       </view>
    </extension>
    <extension
          id="org.eclipse.linuxtools.lttng.wizards.new"
-         name="%extension.name.2"
          point="org.eclipse.ui.newWizards">
       <category
             id="org.eclipse.linuxtools.lttng.ui.wizards.new"
-            name="%category.name.0">
+            name="%wizard.category.name">
       </category>
       <wizard
             category="org.eclipse.linuxtools.lttng.ui.wizards.new"
             finalPerspective="org.eclipse.linuxtools.lttng.ui.perspective"
             icon="icons/garland16.png"
             id="org.eclipse.linuxtools.lttng.ui.views.ui.wizards.newProject"
-            name="%wizard.name.0"
+            name="%project.new.wizard.name"
             project="true">
          <description>
-            %wizard.description.0
+            %project.new.wizard.description
          </description>
       </wizard>
    </extension>
    <extension
-         id="org.eclipse.linuxtools.lttng.ui.views.project.LTTngProjectNature"
-         name="%extension.name.3"
+         id="org.eclipse.linuxtools.lttng.project.nature"
          point="org.eclipse.core.resources.natures">
       <runtime>
          <run
    </extension>
    <extension
          id="org.eclipse.linuxtools.lttng.ui.actionSets"
-         name="LTTng Action Sets"
          point="org.eclipse.ui.actionSets">
       <actionSet
-            description="LTTng Action Set"
+            description="%action.set.description"
             id="org.eclipse.linuxtools.lttng.ui.actionSet"
-            label="LTTng Action Set"
+            label="%action.set.label"
             visible="true">
       </actionSet>
    </extension>
    <extension
-         id="org.eclipse.linuxtools.lttng.ui.commands"
-         name="LTTng Commands"
          point="org.eclipse.ui.commands">
       <category
-            description="LTTng Project Commands"
+            description="%commands.project.category.description"
             id="org.eclipse.linuxtools.lttng.ui.commands.project.category"
-            name="LTTng Project Commands">
+            name="%commands.project.category.name">
       </category>
       <command
             categoryId="org.eclipse.linuxtools.lttng.ui.commands.project.category"
-            description="Create an LTTng Project"
+            description="%commands.project.new.description"
             id="org.eclipse.linuxtools.lttng.ui.command.project.new"
-            name="New Project">
+            name="%commands.project.new">
       </command>
       <command
             categoryId="org.eclipse.linuxtools.lttng.ui.commands.project.category"
-            description="Open an LTTng Project"
+            description="%commands.project.open.description"
             id="org.eclipse.linuxtools.lttng.ui.command.project.open"
-            name="Open Project">
+            name="%commands.project.open">
       </command>
       <command
             categoryId="org.eclipse.linuxtools.lttng.ui.commands.project.category"
-            description="Close an LTTng Project"
+            description="%commands.project.close.description"
             id="org.eclipse.linuxtools.lttng.ui.command.project.close"
-            name="Close Project">
+            name="%commands.project.close">
       </command>
       <command
             categoryId="org.eclipse.linuxtools.lttng.ui.commands.project.category"
-            description="Rename an LTTng Project"
+            description="%commands.project.rename.description"
             id="org.eclipse.linuxtools.lttng.ui.command.project.rename"
-            name="Rename Project">
+            name="%commands.project.rename">
       </command>
       <command
             categoryId="org.eclipse.linuxtools.lttng.ui.commands.project.category"
-            description="Delete an LTTng Project"
+            description="%commands.project.delete.description"
             id="org.eclipse.linuxtools.lttng.ui.command.project.delete"
-            name="Delete Project">
+            name="%commands.project.delete">
       </command>
       <command
             categoryId="org.eclipse.linuxtools.lttng.ui.commands.project.category"
-            description="Import an LTTng Trace"
+            description="%commands.project.refresh.description"
+            id="org.eclipse.linuxtools.lttng.ui.command.project.refresh"
+            name="%commands.project.refresh">
+      </command>
+      <category
+            description="%commands.trace.category.description"
+            id="org.eclipse.linuxtools.lttng.ui.commands.trace.category"
+            name="%commands.trace.category.name">
+      </category>
+      <command
+            categoryId="org.eclipse.linuxtools.lttng.ui.commands.trace.category"
+            description="%commands.trace.import.description"
             id="org.eclipse.linuxtools.lttng.ui.command.project.trace.import"
-            name="Import Trace">
+            name="%commands.trace.import">
       </command>
       <command
-            categoryId="org.eclipse.linuxtools.lttng.ui.commands.project.category"
-            description="Open an LTTng Trace"
+            categoryId="org.eclipse.linuxtools.lttng.ui.commands.trace.category"
+            description="%commands.trace.open.description"
             id="org.eclipse.linuxtools.lttng.ui.command.project.trace.open"
-            name="Open Trace">
+            name="%commands.trace.open">
       </command>
       <command
-            categoryId="org.eclipse.linuxtools.lttng.ui.commands.project.category"
-            description="Rename an LTTng Trace"
+            categoryId="org.eclipse.linuxtools.lttng.ui.commands.trace.category"
+            description="%commands.trace.rename.description"
             id="org.eclipse.linuxtools.lttng.ui.command.project.trace.rename"
-            name="Rename Trace">
+            name="%commands.trace.rename">
       </command>
       <command
-            categoryId="org.eclipse.linuxtools.lttng.ui.commands.project.category"
-            description="Delete an LTTng Trace"
+            categoryId="org.eclipse.linuxtools.lttng.ui.commands.trace.category"
+            description="%commands.trace.delete.description"
             id="org.eclipse.linuxtools.lttng.ui.command.project.trace.delete"
-            name="Delete Trace">
+            name="%commands.trace.delete">
       </command>
+      <category
+            description="%commands.experiment.category.description"
+            id="org.eclipse.linuxtools.lttng.ui.commands.experiment.category"
+            name="%commands.experiment.category.name">
+      </category>
       <command
-            categoryId="org.eclipse.linuxtools.lttng.ui.commands.project.category"
-            description="Create an LTTng Experiment"
+            categoryId="org.eclipse.linuxtools.lttng.ui.commands.experiment.category"
+            description="%commands.experiment.new.description"
             id="org.eclipse.linuxtools.lttng.ui.command.project.experiment.new"
-            name="New Experiment">
+            name="%commands.experiment.new">
       </command>
       <command
-            categoryId="org.eclipse.linuxtools.lttng.ui.commands.project.category"
-            description="Select LTTng Traces"
+            categoryId="org.eclipse.linuxtools.lttng.ui.commands.experiment.category"
+            description="%commands.experiment.selecttraces.description"
             id="org.eclipse.linuxtools.lttng.ui.command.project.experiment.select"
-            name="Select Traces">
+            name="%commands.experiment.selecttraces">
       </command>
       <command
-            categoryId="org.eclipse.linuxtools.lttng.ui.commands.project.category"
-            description="Open an LTTng Experiment"
+            categoryId="org.eclipse.linuxtools.lttng.ui.commands.experiment.category"
+            description="%commands.experiment.open.description"
             id="org.eclipse.linuxtools.lttng.ui.command.project.experiment.open"
-            name="Open Experiment">
+            name="%commands.experiment.open">
       </command>
       <command
-            categoryId="org.eclipse.linuxtools.lttng.ui.commands.project.category"
-            description="Rename an LTTng Experiment"
+            categoryId="org.eclipse.linuxtools.lttng.ui.commands.experiment.category"
+            description="%commands.experiment.rename.description"
             id="org.eclipse.linuxtools.lttng.ui.command.project.experiment.rename"
-            name="Rename Experiment">
+            name="%commands.experiment.rename">
       </command>
       <command
-            categoryId="org.eclipse.linuxtools.lttng.ui.commands.project.category"
-            description="Delete an LTTng Experiment"
+            categoryId="org.eclipse.linuxtools.lttng.ui.commands.experiment.category"
+            description="%commands.experiment.delete.description"
             id="org.eclipse.linuxtools.lttng.ui.command.project.experiment.delete"
-            name="Delete Experiment">
-      </command>
-      <command
-            categoryId="org.eclipse.linuxtools.lttng.ui.commands.project.category"
-            description="Refresh View"
-            id="org.eclipse.linuxtools.lttng.ui.command.project.refresh"
-            name="Refresh View">
+            name="%commands.experiment.delete">
       </command>
    </extension>
    <extension
          id="org.eclipse.linuxtools.lttng.ui.menus"
-         name="LTTng Menus"
          point="org.eclipse.ui.menus">
       <menuContribution
             locationURI="popup:org.eclipse.linuxtools.lttng.ui.views.project?after=additions">
                commandId="org.eclipse.linuxtools.lttng.ui.command.project.new"
                icon="icons/garland16.png"
                id="org.eclipse.linuxtools.lttng.ui.menu.popup.project.new"
-               label="New Project"
+               label="%commands.project.new"
                style="push">
          </command>
          <command
                commandId="org.eclipse.linuxtools.lttng.ui.command.project.open"
                id="org.eclipse.linuxtools.lttng.ui.menu.popup.project.open"
-               label="Open Project"
+               label="%commands.project.open"
                style="push">
          </command>
          <command
                commandId="org.eclipse.linuxtools.lttng.ui.command.project.close"
                id="org.eclipse.linuxtools.lttng.ui.menu.popup.project.close"
-               label="Close Project"
+               label="%commands.project.close"
                style="push">
          </command>
          <!-- command
          <command
                commandId="org.eclipse.linuxtools.lttng.ui.command.project.delete"
                id="org.eclipse.linuxtools.lttng.ui.menu.popup.project.delete"
-               label="Delete Project"
+               label="%commands.project.delete"
                style="push">
          </command>
          <separator
          <command
                commandId="org.eclipse.linuxtools.lttng.ui.command.project.experiment.new"
                id="org.eclipse.linuxtools.lttng.ui.menu.popup.project.experiment.new"
-               label="New Experiment"
+               label="%commands.experiment.new"
                style="push">
          </command>
          <command
                commandId="org.eclipse.linuxtools.lttng.ui.command.project.experiment.select"
                id="org.eclipse.linuxtools.lttng.ui.menu.popup.project.experiment.select"
-               label="Select Traces"
+               label="%commands.experiment.selecttraces"
                style="push">
          </command>
          <command
                commandId="org.eclipse.linuxtools.lttng.ui.command.project.experiment.open"
                id="org.eclipse.linuxtools.lttng.ui.menu.popup.project.experiment.open"
-               label="Open Experiment"
+               label="%commands.experiment.open"
                style="push">
          </command>
          <!-- command
          <command
                commandId="org.eclipse.linuxtools.lttng.ui.command.project.experiment.delete"
                id="org.eclipse.linuxtools.lttng.ui.menu.popup.project.experiment.delete"
-               label="Delete Experiment"
+               label="%commands.experiment.delete"
                style="push">
          </command>
          <separator
          <command
                commandId="org.eclipse.linuxtools.lttng.ui.command.project.trace.import"
                id="org.eclipse.linuxtools.lttng.ui.menu.popup.project.trace.import"
-               label="Import Traces"
+               label="%commands.trace.import"
                style="push">
          </command>
          <!-- command
          <command
                commandId="org.eclipse.linuxtools.lttng.ui.command.project.trace.delete"
                id="org.eclipse.linuxtools.lttng.ui.menu.popup.project.trace.delete"
-               label="Delete Trace"
+               label="%commands.trace.delete"
                style="push">
          </command>
          <separator
          <command
                commandId="org.eclipse.linuxtools.lttng.ui.command.project.refresh"
                id="org.eclipse.linuxtools.lttng.ui.menu.popup.project.refresh"
-               label="Refresh View"
+               label="%commands.project.refresh"
                style="push">
          </command>
       </menuContribution>
    </extension>
    <extension
          id="org.eclipse.linuxtools.lttng.ui.handlers"
-         name="LTTng Command Handlers"
          point="org.eclipse.ui.handlers">
       <handler
             class="org.eclipse.linuxtools.lttng.ui.views.project.handlers.NewProjectHandler"
index 2e32fccf26d5627fad8a1deeda0a7276af2b4845..8568f033a2045edc893e69a3008e3a7d375de480 100644 (file)
@@ -23,7 +23,7 @@ import org.eclipse.core.runtime.CoreException;
  */
 public class LTTngProjectNature implements IProjectNature {
 
-       public static final String ID = "org.eclipse.linuxtools.lttng.ui.views.project.LTTngProjectNature"; //$NON-NLS-1$
+       public static final String ID = "org.eclipse.linuxtools.lttng.project.nature"; //$NON-NLS-1$
 
        private IProject fProject;
        
index 12afa7963bb715571b6ea6a98611fb92f0faa8f5..91346bbac3922d669e9f101648a0e40ed9ad3088 100644 (file)
@@ -1,3 +1,8 @@
+2010-11-19  Francois Chouinard  <fchouinard@gmail.com>
+
+       * build.properties: Cosmetic spacing
+       * src/org/eclipse/linuxtools/lttng/trace/LTTngTextTrace.java: Suppress warning for non-externalized strings
+
 2010-11-10  Francois Chouinard  <fchouinard@gmail.com>
 
     Suppress warning for non-externalized strings
index a640f99858e8b5f9b131c37e282563a84395529c..5fde8c31a4927c0dd27b0e5894a42320ca332903 100644 (file)
@@ -2,5 +2,5 @@ source.. = src/
 output.. = bin/
 bin.includes = META-INF/,\
                .,\
-              about.html,\
+                  about.html,\
                plugin.properties
index 7918d358472798da58affa90b8c234bee8d9f2bb..6fe51f9f5b7eab8cb800e0bac6c327f969c84042 100644 (file)
@@ -462,13 +462,13 @@ class TextLttngEvent extends LttngEvent {
        
        @Override
        public JniEvent convertEventTmfToJni() {
-               System.out.println("WARNING : Cannot use convertEventTmfToJni() on a trace in text format.");
+               System.out.println("WARNING : Cannot use convertEventTmfToJni() on a trace in text format."); //$NON-NLS-1$
                return null;
        }
        
        @Override
        public void updateJniEventReference(JniEvent newJniEventReference) {
-               System.out.println("WARNING : Cannot use updateJniEventReference on a trace in text format. Using null.");
+               System.out.println("WARNING : Cannot use updateJniEventReference on a trace in text format. Using null."); //$NON-NLS-1$
     }
 }
 
index e9441d215e3c6ccf18e72d64db005ec993957c6a..0070bd575624d4d26f6c8e5f4afd81d4bc676393 100644 (file)
@@ -8,11 +8,17 @@
 # Contributors:
 #    Red Hat, Inc. - initial API and implementation
 #********************************************************************************
+
 featureName=TMF Tests (Incubation)
+
 description=Tests for the TMF integration in Eclipse
+
 featureProvider=Eclipse Linux Tools
+
 copyright=Copyright 2010 Ericsson
+
 licenseURL=epl-v10.html
+
 license=\
 ECLIPSE FOUNDATION SOFTWARE USER AGREEMENT\n\
 March 17, 2005\n\
index d3ffb0ffcf1988ccb119e9d8208b25d3de9ec8e8..66e15b376c7857bd83d1f546d2b37d17b19020cd 100644 (file)
@@ -2,15 +2,13 @@
 <?eclipse version="3.4"?>
 <plugin>
        <extension
-       id="org.eclipse.linuxtools.tmf.ui.widgets.timeAnalysis"
-       name="TmfTimeAnalysis"
        point="org.eclipse.ui.views">
-               <category id="org.eclipse.linuxtools.tmf.ui.stubs" name="Tmf Ui Stubs">
+               <category id="org.eclipse.linuxtools.tmf.ui.stubs" name="TMF UI Stubs">
                </category>
                <view category="org.eclipse.linuxtools.tmf.ui.stubs"
                        class="org.eclipse.linuxtools.tmf.ui.widgets.timeAnalysis.test.stub.views.TsfTraceAnalysisView"
                        id="org.eclipse.linuxtools.tmf.ui.widgets.timeAnalysis.test.stub.views.TmfTaTimeAnalysis"
-                       name="Tmf Time Analysis View" restorable="true">
+                       name="TMF Time Analysis View" restorable="true">
                </view>
        </extension>
 
index 6b8dc5e74336ee8e205fb43db383065c44bdaf5a..f852117b9b78ed2f44c682ae6de80071dbdaecad 100644 (file)
@@ -1,3 +1,69 @@
 #Properties file for org.eclipse.linuxtools.tmf.ui
 Bundle-Vendor = Eclipse Linux Tools
-Bundle-Name = Tracing and Monitoring Framework (TMF) UI (Incubation)
\ No newline at end of file
+Bundle-Name = Tracing and Monitoring Framework (TMF) UI (Incubation)
+
+#Properties file for org.eclipse.linuxtools.tmf.ui (plugin.xml)
+views.category.name = TMF
+project.view.name = Projects
+events.view.name = Events
+events.editor.name = Events
+
+wizard.category.name = TMF
+project.new.wizard.name = TMF Project
+project.new.wizard.description = Create a new TMF project
+project.new.wizard.custom.text.parser = Custom Text Parser
+project.new.wizard.custom.xml.parser = Custom XML Parser
+
+action.set.label = TMF Action Set
+action.set.description = TMF Action Set
+
+#Commands and Menus
+commands.project.category.name = TMF Project Commands
+commands.project.category.description = TMF Project Commands
+commands.project.new = New Project
+commands.project.new.description = Create a new TMF Project
+commands.project.open = Open Project
+commands.project.open.description = Open a TMF Project
+commands.project.close = Close Project
+commands.project.close.description = Close a TMF Project
+commands.project.rename = Rename Project
+commands.project.rename.description = Rename a TMF Project
+commands.project.delete = Delete Project
+commands.project.delete.description = Delete a TMF Project
+commands.project.refresh = Refresh View
+commands.project.refresh.description = Refresh the Project list
+
+commands.trace.category.name = TMF Trace Commands
+commands.trace.category.description = TMF Trace Commands
+commands.trace.import = Import Trace
+commands.trace.import.description = Import a TMF Trace
+commands.trace.open = Open Trace
+commands.trace.open.description = Open a TMF Trace
+commands.trace.rename = Rename Trace
+commands.trace.rename.description = Rename a TMF Trace
+commands.trace.delete = Delete Trace
+commands.trace.delete.description = Delete a TMF Trace
+commands.trace.selectparser = Select Parser
+commands.trace.selectparser.description = Select the Parser for a TMF Trace
+commands.trace.selectparser.parser = Parser
+
+commands.experiment.category.name = TMF Experiment Commands
+commands.experiment.category.description = TMF Experiment Commands
+commands.experiment.new = New Experiment
+commands.experiment.new.description = Create a new TMF Experiment
+commands.experiment.selecttraces = Select Traces
+commands.experiment.selecttraces.description = Select TMF Traces
+commands.experiment.open = Open Experiment
+commands.experiment.open.description = Open a TMF Experiment
+commands.experiment.rename = Rename Experiment
+commands.experiment.rename.description = Rename a TMF Experiment
+commands.experiment.delete = Delete Experiment
+commands.experiment.delete.description = Delete a TMF Experiment
+
+commands.parser.category.name = TMF Parser Commands
+commands.parser.category.description = TMF Parser Commands
+commands.parser.manage = Manage Custom Parsers
+commands.parser.manage.description = Manage Custom Parsers
+contenttype.trace = TMF Trace
\ No newline at end of file
index 18e64d12ec257fa68fad05d5593b28a01d410ff4..82dc906f567b6c637a0aa382bed870a08dd2165f 100644 (file)
@@ -6,7 +6,7 @@
          point="org.eclipse.ui.views">\r
       <category\r
             id="org.eclipse.linuxtools.tmf.ui.views.category"\r
-            name="TMF">\r
+            name="%views.category.name">\r
       </category>\r
       <view\r
             allowMultiple="false"\r
@@ -14,7 +14,7 @@
             class="org.eclipse.linuxtools.tmf.ui.views.project.ProjectView"\r
             icon="icons/project_view.gif"\r
             id="org.eclipse.linuxtools.tmf.ui.views.project"\r
-            name="Projects"\r
+            name="%project.view.name"\r
             restorable="true">\r
       </view>\r
       <view\r
@@ -23,7 +23,7 @@
             class="org.eclipse.linuxtools.tmf.ui.views.TmfEventsView"\r
             icon="icons/events_view.gif"\r
             id="org.eclipse.linuxtools.tmf.ui.views.events"\r
-            name="Events"\r
+            name="%events.view.name"\r
             restorable="true">\r
       </view>\r
    </extension>\r
             default="false"\r
             icon="icons/events_view.gif"\r
             id="org.eclipse.linuxtools.tmf.ui.editors.events"\r
-            name="Events">\r
+            name="%events.editor.name">\r
          <contentTypeBinding\r
                contentTypeId="org.eclipse.linuxtools.tmf.ui.content-type.trace">\r
          </contentTypeBinding>\r
       </editor>\r
    </extension>\r
    <extension\r
-         id="org.eclipse.linuxtools.tmf.wizards.new"\r
-         name="%extension.name.2"\r
          point="org.eclipse.ui.newWizards">\r
       <category\r
             id="org.eclipse.linuxtools.tmf.ui.wizards.new"\r
-            name="TMF">\r
+            name="%wizard.category.name">\r
       </category>\r
       <wizard\r
             category="org.eclipse.linuxtools.tmf.ui.wizards.new"\r
             class="org.eclipse.linuxtools.tmf.ui.views.project.dialogs.NewProjectWizard"\r
             id="org.eclipse.linuxtools.tmf.ui.views.ui.wizards.newProject"\r
-            name="TMF Project"\r
+            name="%project.new.wizard.name"\r
             project="true">\r
          <description>\r
-            %wizard.description.0\r
+            %project.new.wizard.description\r
+            \r
          </description>\r
       </wizard>\r
       <wizard\r
             class="org.eclipse.linuxtools.tmf.ui.wizards.CustomTxtParserWizard"\r
             icon="icons/customparser_wizard.gif"\r
             id="org.eclipse.linuxtools.tmf.ui.wizards.custom.text"\r
-            name="Custom Text Parser">\r
+            name="%project.new.wizard.custom.text.parser">\r
       </wizard>\r
       <wizard\r
             category="org.eclipse.linuxtools.tmf.ui.wizards.new"\r
             class="org.eclipse.linuxtools.tmf.ui.wizards.CustomXmlParserWizard"\r
             icon="icons/customparser_wizard.gif"\r
             id="org.eclipse.linuxtools.tmf.ui.wizards.custom.xml"\r
-            name="Custom XML Parser">\r
+            name="%project.new.wizard.custom.xml.parser">\r
       </wizard>\r
    </extension>\r
    <extension\r
-         id="org.eclipse.linuxtools.tmf.ui.views.project.TmfProjectNature"\r
-         name="TMF Project Nature"\r
+         id="org.eclipse.linuxtools.tmf.project.nature"\r
          point="org.eclipse.core.resources.natures">\r
       <runtime>\r
          <run\r
       </runtime>\r
    </extension>\r
    <extension\r
-         id="org.eclipse.linuxtools.tmf.ui.actionSets"\r
-         name="TMF Action Sets"\r
          point="org.eclipse.ui.actionSets">\r
       <actionSet\r
-            description="TMF Action Set"\r
+            description="%action.set.description"\r
             id="org.eclipse.linuxtools.tmf.ui.actionSet"\r
-            label="TMF Action Set"\r
+            label="%action.set.label"\r
             visible="true">\r
       </actionSet>\r
    </extension>\r
    <extension\r
-         id="org.eclipse.linuxtools.tmf.ui.commands"\r
-         name="TMF Commands"\r
          point="org.eclipse.ui.commands">\r
       <category\r
-            description="TMF Project Commands"\r
+            description="%commands.project.category.description"\r
             id="org.eclipse.linuxtools.tmf.ui.commands.project.category"\r
-            name="TMF Project Commands">\r
+            name="%commands.project.category.name">\r
       </category>\r
       <command\r
             categoryId="org.eclipse.linuxtools.tmf.ui.commands.project.category"\r
-            description="Create an TMF Project"\r
+            description="%commands.project.new.description"\r
             id="org.eclipse.linuxtools.tmf.ui.command.project.new"\r
-            name="New Project">\r
+            name="%commands.project.new">\r
       </command>\r
       <command\r
             categoryId="org.eclipse.linuxtools.tmf.ui.commands.project.category"\r
-            description="Open an TMF Project"\r
+            description="%commands.project.open.description"\r
             id="org.eclipse.linuxtools.tmf.ui.command.project.open"\r
-            name="Open Project">\r
+            name="%commands.project.open">\r
       </command>\r
       <command\r
             categoryId="org.eclipse.linuxtools.tmf.ui.commands.project.category"\r
-            description="Close an TMF Project"\r
+            description="%commands.project.close.description"\r
             id="org.eclipse.linuxtools.tmf.ui.command.project.close"\r
-            name="Close Project">\r
+            name="%commands.project.close">\r
       </command>\r
       <command\r
             categoryId="org.eclipse.linuxtools.tmf.ui.commands.project.category"\r
-            description="Rename an TMF Project"\r
+            description="%commands.project.rename.description"\r
             id="org.eclipse.linuxtools.tmf.ui.command.project.rename"\r
-            name="Rename Project">\r
+            name="%commands.project.rename">\r
       </command>\r
       <command\r
             categoryId="org.eclipse.linuxtools.tmf.ui.commands.project.category"\r
-            description="Delete an TMF Project"\r
+            description="%commands.project.delete.description"\r
             id="org.eclipse.linuxtools.tmf.ui.command.project.delete"\r
-            name="Delete Project">\r
+            name="%commands.project.delete">\r
       </command>\r
       <command\r
             categoryId="org.eclipse.linuxtools.tmf.ui.commands.project.category"\r
-            description="Import an TMF Trace"\r
+            description="%commands.project.refresh.description"\r
+            id="org.eclipse.linuxtools.tmf.ui.command.project.refresh"\r
+            name="%commands.project.refresh">\r
+      </command>\r
+      <category\r
+            description="%commands.trace.category.description"\r
+            id="org.eclipse.linuxtools.tmf.ui.commands.trace.category"\r
+            name="%commands.trace.category.name">\r
+      </category>\r
+      <command\r
+            categoryId="org.eclipse.linuxtools.tmf.ui.commands.trace.category"\r
+            description="%commands.trace.import.description"\r
             id="org.eclipse.linuxtools.tmf.ui.command.project.trace.import"\r
-            name="Import Trace">\r
+            name="%commands.trace.import">\r
       </command>\r
       <command\r
-            categoryId="org.eclipse.linuxtools.tmf.ui.commands.project.category"\r
-            description="Open an TMF Trace"\r
+            categoryId="org.eclipse.linuxtools.tmf.ui.commands.trace.category"\r
+            description="%commands.trace.open.description"\r
             id="org.eclipse.linuxtools.tmf.ui.command.project.trace.open"\r
-            name="Open Trace">\r
+            name="%commands.trace.open">\r
       </command>\r
       <command\r
-            categoryId="org.eclipse.linuxtools.tmf.ui.commands.project.category"\r
-            description="Select the Parser for a TMF Trace"\r
+            categoryId="org.eclipse.linuxtools.tmf.ui.commands.trace.category"\r
+            description="%commands.trace.rename.description"\r
+            id="org.eclipse.linuxtools.tmf.ui.command.project.trace.rename"\r
+            name="%commands.trace.rename">\r
+      </command>\r
+      <command\r
+            categoryId="org.eclipse.linuxtools.tmf.ui.commands.trace.category"\r
+            description="%commands.trace.selectparser.description"\r
             id="org.eclipse.linuxtools.tmf.ui.command.project.trace.selectparser"\r
-            name="Select Parser">\r
+            name="%commands.trace.selectparser">\r
          <commandParameter\r
                id="org.eclipse.linuxtools.tmf.ui.commandparameter.project.trace.selectparser.parser"\r
-               name="Parser"\r
+               name="%commands.trace.selectparser.parser"\r
                optional="false">\r
          </commandParameter>\r
       </command>\r
       <command\r
-            categoryId="org.eclipse.linuxtools.tmf.ui.commands.project.category"\r
-            description="Rename an TMF Trace"\r
-            id="org.eclipse.linuxtools.tmf.ui.command.project.trace.rename"\r
-            name="Rename Trace">\r
-      </command>\r
-      <command\r
-            categoryId="org.eclipse.linuxtools.tmf.ui.commands.project.category"\r
-            description="Delete an TMF Trace"\r
+            categoryId="org.eclipse.linuxtools.tmf.ui.commands.trace.category"\r
+            description="%commands.trace.delete.description"\r
             id="org.eclipse.linuxtools.tmf.ui.command.project.trace.delete"\r
-            name="Delete Trace">\r
+            name="%commands.trace.delete">\r
       </command>\r
+      <category\r
+            description="%commands.experiment.category.description"\r
+            id="org.eclipse.linuxtools.tmf.ui.commands.experiment.category"\r
+            name="%commands.experiment.category.name">\r
+      </category>\r
       <command\r
-            categoryId="org.eclipse.linuxtools.tmf.ui.commands.project.category"\r
-            description="Create an TMF Experiment"\r
+            categoryId="org.eclipse.linuxtools.tmf.ui.commands.experiment.category"\r
+            description="%commands.experiment.new.description"\r
             id="org.eclipse.linuxtools.tmf.ui.command.project.experiment.new"\r
-            name="New Experiment">\r
+            name="%commands.experiment.new">\r
       </command>\r
       <command\r
-            categoryId="org.eclipse.linuxtools.tmf.ui.commands.project.category"\r
-            description="Select TMF Traces"\r
+            categoryId="org.eclipse.linuxtools.tmf.ui.commands.experiment.category"\r
+            description="%commands.experiment.selecttraces.description"\r
             id="org.eclipse.linuxtools.tmf.ui.command.project.experiment.select"\r
-            name="Select Traces">\r
+            name="%commands.experiment.selecttraces">\r
       </command>\r
       <command\r
-            categoryId="org.eclipse.linuxtools.tmf.ui.commands.project.category"\r
-            description="Open an TMF Experiment"\r
+            categoryId="org.eclipse.linuxtools.tmf.ui.commands.experiment.category"\r
+            description="%commands.experiment.open.description"\r
             id="org.eclipse.linuxtools.tmf.ui.command.project.experiment.open"\r
-            name="Open Experiment">\r
+            name="%commands.experiment.open">\r
       </command>\r
       <command\r
-            categoryId="org.eclipse.linuxtools.tmf.ui.commands.project.category"\r
-            description="Rename an TMF Experiment"\r
+            categoryId="org.eclipse.linuxtools.tmf.ui.commands.experiment.category"\r
+            description="%commands.experiment.rename.description"\r
             id="org.eclipse.linuxtools.tmf.ui.command.project.experiment.rename"\r
-            name="Rename Experiment">\r
+            name="%commands.experiment.rename">\r
       </command>\r
       <command\r
-            categoryId="org.eclipse.linuxtools.tmf.ui.commands.project.category"\r
-            description="Delete an TMF Experiment"\r
+            categoryId="org.eclipse.linuxtools.tmf.ui.commands.experiment.category"\r
+            description="%commands.experiment.delete.description"\r
             id="org.eclipse.linuxtools.tmf.ui.command.project.experiment.delete"\r
-            name="Delete Experiment">\r
-      </command>\r
-      <command\r
-            categoryId="org.eclipse.linuxtools.tmf.ui.commands.project.category"\r
-            description="Refresh View"\r
-            id="org.eclipse.linuxtools.tmf.ui.command.project.refresh"\r
-            name="Refresh View">\r
+            name="%commands.experiment.delete">\r
       </command>\r
+      <category\r
+            description="%commands.parser.category.description"\r
+            id="org.eclipse.linuxtools.tmf.ui.commands.parser.category"\r
+            name="%commands.parser.category.name">\r
+      </category>\r
       <command\r
+            categoryId="org.eclipse.linuxtools.tmf.ui.commands.parser.category"\r
+            description="%commands.parser.manage.description"\r
             id="org.eclipse.linuxtools.tmf.ui.command.managecustomparsers"\r
-            name="Manage Custom Parsers">\r
+            name="%commands.parser.manage">\r
       </command>\r
    </extension>\r
    <extension\r
-         id="org.eclipse.linuxtools.tmf.ui.menus"\r
-         name="TMF Menus"\r
          point="org.eclipse.ui.menus">\r
       <menuContribution\r
             locationURI="popup:org.eclipse.linuxtools.tmf.ui.views.project?after=additions">\r
          <command\r
                commandId="org.eclipse.linuxtools.tmf.ui.command.project.new"\r
                id="org.eclipse.linuxtools.tmf.ui.menu.popup.project.new"\r
-               label="New Project"\r
+               label="%commands.project.new"\r
                style="push">\r
          </command>\r
          <command\r
                commandId="org.eclipse.linuxtools.tmf.ui.command.project.open"\r
                id="org.eclipse.linuxtools.tmf.ui.menu.popup.project.open"\r
-               label="Open Project"\r
+               label="%commands.project.open"\r
                style="push">\r
          </command>\r
          <command\r
                commandId="org.eclipse.linuxtools.tmf.ui.command.project.close"\r
                id="org.eclipse.linuxtools.tmf.ui.menu.popup.project.close"\r
-               label="Close Project"\r
+               label="%commands.project.close"\r
                style="push">\r
          </command>\r
          <command\r
                commandId="org.eclipse.linuxtools.tmf.ui.command.project.delete"\r
                id="org.eclipse.linuxtools.tmf.ui.menu.popup.project.delete"\r
-               label="Delete Project"\r
+               label="%commands.project.delete"\r
                style="push">\r
          </command>\r
          <separator\r
          <command\r
                commandId="org.eclipse.linuxtools.tmf.ui.command.project.experiment.new"\r
                id="org.eclipse.linuxtools.tmf.ui.menu.popup.project.experiment.new"\r
-               label="New Experiment"\r
+               label="%commands.experiment.new"\r
                style="push">\r
          </command>\r
          <command\r
                commandId="org.eclipse.linuxtools.tmf.ui.command.project.experiment.select"\r
                id="org.eclipse.linuxtools.tmf.ui.menu.popup.project.experiment.select"\r
-               label="Select Traces"\r
+               label="%commands.experiment.selecttraces"\r
                style="push">\r
          </command>\r
          <command\r
                commandId="org.eclipse.linuxtools.tmf.ui.command.project.experiment.open"\r
                id="org.eclipse.linuxtools.tmf.ui.menu.popup.project.experiment.open"\r
-               label="Open Experiment"\r
+               label="%commands.experiment.open"\r
                style="push">\r
          </command>\r
          <command\r
                commandId="org.eclipse.linuxtools.tmf.ui.command.project.experiment.delete"\r
                id="org.eclipse.linuxtools.tmf.ui.menu.popup.project.experiment.delete"\r
-               label="Delete Experiment"\r
+               label="%commands.experiment.delete"\r
                style="push">\r
          </command>\r
          <separator\r
          <command\r
                commandId="org.eclipse.linuxtools.tmf.ui.command.project.trace.import"\r
                id="org.eclipse.linuxtools.tmf.ui.menu.popup.project.trace.import"\r
-               label="Import Traces"\r
+               label="%commands.trace.import"\r
                style="push">\r
          </command>\r
          <command\r
                commandId="org.eclipse.linuxtools.tmf.ui.command.project.trace.open"\r
                id="org.eclipse.linuxtools.tmf.ui.menu.popup.project.trace.open"\r
-               label="Open Trace"\r
+               label="%commands.trace.open"\r
                style="push">\r
          </command>\r
          <menu\r
                id="org.eclipse.linuxtools.tmf.ui.menu.project.trace.selectparser"\r
-               label="Select Parser">\r
+               label="%commands.trace.selectparser">\r
             <dynamic\r
                   class="org.eclipse.linuxtools.tmf.ui.views.project.handlers.SelectParserContributionItem"\r
                   id="org.eclipse.linuxtools.tmf.ui.command.project.trace.selectparser.dynamic">\r
          <command\r
                commandId="org.eclipse.linuxtools.tmf.ui.command.project.trace.delete"\r
                id="org.eclipse.linuxtools.tmf.ui.menu.popup.project.trace.delete"\r
-               label="Delete Trace"\r
+               label="%commands.trace.delete"\r
                style="push">\r
          </command>\r
          <separator\r
          <command\r
                commandId="org.eclipse.linuxtools.tmf.ui.command.project.refresh"\r
                id="org.eclipse.linuxtools.tmf.ui.menu.popup.project.refresh"\r
-               label="Refresh View"\r
+               label="%commands.project.refresh"\r
                style="push">\r
          </command>\r
       </menuContribution>\r
       </menuContribution>\r
    </extension>\r
    <extension\r
-         id="org.eclipse.linuxtools.tmf.ui.handlers"\r
-         name="TMF Command Handlers"\r
          point="org.eclipse.ui.handlers">\r
       <handler\r
             class="org.eclipse.linuxtools.tmf.ui.views.project.handlers.NewProjectHandler"\r
       <content-type\r
             file-extensions="log"\r
             id="org.eclipse.linuxtools.tmf.ui.content-type.trace"\r
-            name="TMF Trace"\r
+            name="%contenttype.trace"\r
             priority="normal">\r
       </content-type>\r
    </extension>\r
index 87a4ca8b5e5e2e9c08b70876775f9b32a44b6296..76a7f41158e4d2d9c451e0f36c207f1ace329742 100644 (file)
@@ -81,7 +81,7 @@ public class ManageCustomParsersDialog extends Dialog {
      */\r
     @Override\r
     protected Control createDialogArea(Composite parent) {\r
-        getShell().setText("Manage Custom Parsers");\r
+        getShell().setText(Messages.ManageCustomParsersDialog_DialogHeader);\r
         getShell().setImage(image);\r
         \r
         Composite composite = (Composite) super.createDialogArea(parent);\r
@@ -101,7 +101,7 @@ public class ManageCustomParsersDialog extends Dialog {
         radioContainer.setLayout(rcgl);\r
         \r
         txtButton = new Button(radioContainer, SWT.RADIO);\r
-        txtButton.setText("Text");\r
+        txtButton.setText(Messages.ManageCustomParsersDialog_TextButtonLabel);\r
         txtButton.setSelection(true);\r
         txtButton.addSelectionListener(new SelectionListener(){\r
             @Override\r
@@ -147,7 +147,7 @@ public class ManageCustomParsersDialog extends Dialog {
 \r
         newButton = new Button(buttonContainer, SWT.PUSH);\r
         newButton.setLayoutData(new GridData(SWT.FILL, SWT.CENTER, false, false));\r
-        newButton.setText("New...");\r
+        newButton.setText(Messages.ManageCustomParsersDialog_NewButtonLabel);\r
         newButton.addSelectionListener(new SelectionListener(){\r
             @Override\r
                        public void widgetDefaultSelected(SelectionEvent e) {}\r
@@ -167,7 +167,7 @@ public class ManageCustomParsersDialog extends Dialog {
         \r
         editButton = new Button(buttonContainer, SWT.PUSH);\r
         editButton.setLayoutData(new GridData(SWT.FILL, SWT.CENTER, false, false));\r
-        editButton.setText("Edit...");\r
+        editButton.setText(Messages.ManageCustomParsersDialog_EditButtonLabel);\r
         editButton.setEnabled(false);\r
         editButton.addSelectionListener(new SelectionListener(){\r
             @Override\r
@@ -190,7 +190,7 @@ public class ManageCustomParsersDialog extends Dialog {
 \r
         deleteButton = new Button(buttonContainer, SWT.PUSH);\r
         deleteButton.setLayoutData(new GridData(SWT.FILL, SWT.CENTER, false, false));\r
-        deleteButton.setText("Delete");\r
+        deleteButton.setText(Messages.ManageCustomParsersDialog_DeleteButtonLabel);\r
         deleteButton.setEnabled(false);\r
         deleteButton.addSelectionListener(new SelectionListener(){\r
             @Override\r
@@ -199,8 +199,8 @@ public class ManageCustomParsersDialog extends Dialog {
                        public void widgetSelected(SelectionEvent e) {\r
                 boolean confirm = MessageDialog.openQuestion(\r
                         getShell(),\r
-                        "Delete Custom Parser",\r
-                        "Are you sure you want to delete the " + parserList.getSelection()[0] + " custom parser?");\r
+                        Messages.ManageCustomParsersDialog_DeleteParserDialogHeader,\r
+                        Messages.ManageCustomParsersDialog_DeleteConfirmation + parserList.getSelection()[0] + "?"); //$NON-NLS-1$\r
                 if (confirm) {\r
                     if (txtButton.getSelection()) {\r
                         CustomTxtTraceDefinition.delete(parserList.getSelection()[0]);\r
@@ -215,14 +215,14 @@ public class ManageCustomParsersDialog extends Dialog {
         \r
         importButton = new Button(buttonContainer, SWT.PUSH);\r
         importButton.setLayoutData(new GridData(SWT.FILL, SWT.CENTER, false, false));\r
-        importButton.setText("Import...");\r
+        importButton.setText(Messages.ManageCustomParsersDialog_ImportButtonLabel);\r
         importButton.addSelectionListener(new SelectionListener(){\r
             @Override\r
                        public void widgetDefaultSelected(SelectionEvent e) {}\r
             @Override\r
                        public void widgetSelected(SelectionEvent e) {\r
                 FileDialog dialog = new FileDialog(Display.getCurrent().getActiveShell(), SWT.OPEN);\r
-                dialog.setText("Select custom parser file to import");\r
+                dialog.setText(Messages.ManageCustomParsersDialog_ImportParserSelection);\r
                 dialog.setFilterExtensions(new String[] {"*.xml", "*"}); //$NON-NLS-1$ //$NON-NLS-2$\r
                 String path = dialog.open();\r
                 if (path != null) {\r
@@ -243,7 +243,7 @@ public class ManageCustomParsersDialog extends Dialog {
 \r
         exportButton = new Button(buttonContainer, SWT.PUSH);\r
         exportButton.setLayoutData(new GridData(SWT.FILL, SWT.CENTER, false, false));\r
-        exportButton.setText("Export...");\r
+        exportButton.setText(Messages.ManageCustomParsersDialog_ExportButtonLabel);\r
         exportButton.setEnabled(false);\r
         exportButton.addSelectionListener(new SelectionListener(){\r
             @Override\r
@@ -251,7 +251,7 @@ public class ManageCustomParsersDialog extends Dialog {
             @Override\r
                        public void widgetSelected(SelectionEvent e) {\r
                 FileDialog dialog = new FileDialog(Display.getCurrent().getActiveShell(), SWT.SAVE);\r
-                dialog.setText("Select file to export the " + parserList.getSelection()[0] + " custom parser");\r
+                dialog.setText(Messages.ManageCustomParsersDialog_ExportParserSelection + parserList.getSelection()[0]);\r
                 dialog.setFilterExtensions(new String[] {"*.xml", "*"}); //$NON-NLS-1$ //$NON-NLS-2$\r
                 String path = dialog.open();\r
                 if (path != null) {\r
@@ -269,7 +269,7 @@ public class ManageCustomParsersDialog extends Dialog {
 \r
         parseButton = new Button(buttonContainer, SWT.PUSH);\r
         parseButton.setLayoutData(new GridData(SWT.FILL, SWT.CENTER, false, false));\r
-        parseButton.setText("Parse...");\r
+        parseButton.setText(Messages.ManageCustomParsersDialog_ParseButtonLabel);\r
         parseButton.setEnabled(false);\r
         parseButton.addSelectionListener(new SelectionListener(){\r
             @Override\r
@@ -277,7 +277,7 @@ public class ManageCustomParsersDialog extends Dialog {
             @Override\r
                        public void widgetSelected(SelectionEvent e) {\r
                 FileDialog dialog = new FileDialog(Display.getCurrent().getActiveShell(), SWT.OPEN);\r
-                dialog.setText("Select log file to parse using the " + parserList.getSelection()[0] + " custom parser");\r
+                dialog.setText(Messages.ManageCustomParsersDialog_TraceSelection + parserList.getSelection()[0]);\r
                 if (xmlButton.getSelection()) {\r
                     dialog.setFilterExtensions(new String[] {"*.xml", "*"}); //$NON-NLS-1$ //$NON-NLS-2$\r
                 }\r
@@ -314,7 +314,7 @@ public class ManageCustomParsersDialog extends Dialog {
                                 editor = activePage.openEditor(editorInput, editorId);\r
                             }\r
                         } catch (CoreException e1) {\r
-                            MessageDialog.openError(getShell(), "Parse Error", e1.getMessage());\r
+                            MessageDialog.openError(getShell(), "Parse Error", e1.getMessage()); //$NON-NLS-1$\r
                         }\r
                     }\r
                 }\r
diff --git a/org.eclipse.linuxtools.tmf.ui/src/org/eclipse/linuxtools/tmf/ui/dialogs/Messages.java b/org.eclipse.linuxtools.tmf.ui/src/org/eclipse/linuxtools/tmf/ui/dialogs/Messages.java
new file mode 100644 (file)
index 0000000..f7091ce
--- /dev/null
@@ -0,0 +1,27 @@
+package org.eclipse.linuxtools.tmf.ui.dialogs;
+
+import org.eclipse.osgi.util.NLS;
+
+public class Messages extends NLS {
+    private static final String BUNDLE_NAME = "org.eclipse.linuxtools.tmf.ui.dialogs.messages"; //$NON-NLS-1$
+    public static String ManageCustomParsersDialog_DeleteButtonLabel;
+    public static String ManageCustomParsersDialog_DeleteConfirmation;
+    public static String ManageCustomParsersDialog_DeleteParserDialogHeader;
+    public static String ManageCustomParsersDialog_DialogHeader;
+    public static String ManageCustomParsersDialog_EditButtonLabel;
+    public static String ManageCustomParsersDialog_ExportButtonLabel;
+    public static String ManageCustomParsersDialog_ExportParserSelection;
+    public static String ManageCustomParsersDialog_ImportButtonLabel;
+    public static String ManageCustomParsersDialog_ImportParserSelection;
+    public static String ManageCustomParsersDialog_NewButtonLabel;
+    public static String ManageCustomParsersDialog_ParseButtonLabel;
+    public static String ManageCustomParsersDialog_TextButtonLabel;
+    public static String ManageCustomParsersDialog_TraceSelection;
+    static {
+        // initialize resource bundle
+        NLS.initializeMessages(BUNDLE_NAME, Messages.class);
+    }
+
+    private Messages() {
+    }
+}
diff --git a/org.eclipse.linuxtools.tmf.ui/src/org/eclipse/linuxtools/tmf/ui/dialogs/messages.properties b/org.eclipse.linuxtools.tmf.ui/src/org/eclipse/linuxtools/tmf/ui/dialogs/messages.properties
new file mode 100644 (file)
index 0000000..4c16756
--- /dev/null
@@ -0,0 +1,13 @@
+ManageCustomParsersDialog_DeleteButtonLabel=Delete
+ManageCustomParsersDialog_DeleteConfirmation=Are you sure you want to delete 
+ManageCustomParsersDialog_DeleteParserDialogHeader=Delete Custom Parser
+ManageCustomParsersDialog_DialogHeader=Manage Custom Parsers
+ManageCustomParsersDialog_EditButtonLabel=Edit...
+ManageCustomParsersDialog_ExportButtonLabel=Export...
+ManageCustomParsersDialog_ExportParserSelection=Select file to export 
+ManageCustomParsersDialog_ImportButtonLabel=Import...
+ManageCustomParsersDialog_ImportParserSelection=Select custom parser file to import
+ManageCustomParsersDialog_NewButtonLabel=New...
+ManageCustomParsersDialog_ParseButtonLabel=Parse...
+ManageCustomParsersDialog_TextButtonLabel=Text
+ManageCustomParsersDialog_TraceSelection=Select log file to parse using 
diff --git a/org.eclipse.linuxtools.tmf.ui/src/org/eclipse/linuxtools/tmf/ui/viewers/events/Messages.java b/org.eclipse.linuxtools.tmf.ui/src/org/eclipse/linuxtools/tmf/ui/viewers/events/Messages.java
new file mode 100644 (file)
index 0000000..b0d39f1
--- /dev/null
@@ -0,0 +1,19 @@
+package org.eclipse.linuxtools.tmf.ui.viewers.events;
+
+import org.eclipse.osgi.util.NLS;
+
+public class Messages extends NLS {
+    private static final String BUNDLE_NAME = "org.eclipse.linuxtools.tmf.ui.viewers.events.messages"; //$NON-NLS-1$
+    public static String TmfEventsTable_ContentColumnHeader;
+    public static String TmfEventsTable_ReferenceColumnHeader;
+    public static String TmfEventsTable_SourceColumnHeader;
+    public static String TmfEventsTable_TimestampColumnHeader;
+    public static String TmfEventsTable_TypeColumnHeader;
+    static {
+        // initialize resource bundle
+        NLS.initializeMessages(BUNDLE_NAME, Messages.class);
+    }
+
+    private Messages() {
+    }
+}
index c1f101d9219b668e86065e42d1842db3e41c40a1..4be1298154d67e8aa90a1b87752c1e15e9bce32d 100644 (file)
@@ -53,17 +53,12 @@ public class TmfEventsTable extends TmfComponent {
     protected boolean fPackDone = false;\r
 \r
     // Table column names\r
-    static private final String TIMESTAMP_COLUMN = "Timestamp";\r
-    static private final String SOURCE_COLUMN    = "Source";\r
-    static private final String TYPE_COLUMN      = "Type";\r
-    static private final String REFERENCE_COLUMN = "File";\r
-    static private final String CONTENT_COLUMN   = "Content";\r
     static private final String[] COLUMN_NAMES =  new String[] {\r
-        TIMESTAMP_COLUMN,\r
-        SOURCE_COLUMN,\r
-        TYPE_COLUMN,\r
-        REFERENCE_COLUMN,\r
-        CONTENT_COLUMN\r
+        Messages.TmfEventsTable_TimestampColumnHeader,\r
+        Messages.TmfEventsTable_SourceColumnHeader,\r
+        Messages.TmfEventsTable_TypeColumnHeader,\r
+        Messages.TmfEventsTable_ReferenceColumnHeader,\r
+        Messages.TmfEventsTable_ContentColumnHeader\r
     };\r
 \r
     static private ColumnData[] COLUMN_DATA = new ColumnData[] {\r
diff --git a/org.eclipse.linuxtools.tmf.ui/src/org/eclipse/linuxtools/tmf/ui/viewers/events/messages.properties b/org.eclipse.linuxtools.tmf.ui/src/org/eclipse/linuxtools/tmf/ui/viewers/events/messages.properties
new file mode 100644 (file)
index 0000000..feee916
--- /dev/null
@@ -0,0 +1,5 @@
+TmfEventsTable_ContentColumnHeader=Content
+TmfEventsTable_ReferenceColumnHeader=File
+TmfEventsTable_SourceColumnHeader=Source
+TmfEventsTable_TimestampColumnHeader=Timestamp
+TmfEventsTable_TypeColumnHeader=Type
index 2e08cc459442b725a15a54ef110f487c29ac59e0..1b4af007f4e0fba8cc64a4f7f8af81505b59b798 100644 (file)
@@ -245,8 +245,8 @@ public class ProjectView extends TmfView {
                 IFolder targetFolder = ((TmfProjectNode) node).getTracesFolder().getFolder();
                 if (data instanceof String[]) {
                     // FileTransfer
-                    System.out.println("Drop:" + ((String[])data)[0]);
-                    System.out.println("Folder:" + targetFolder);
+                    System.out.println("Drop:" + ((String[])data)[0]); //$NON-NLS-1$
+                    System.out.println("Folder:" + targetFolder); //$NON-NLS-1$
                     for (String path : (String[]) data) {
                         File sourceFile = new File(path);
                         if (sourceFile.isFile()) {
@@ -264,8 +264,8 @@ public class ProjectView extends TmfView {
                     }
                 } else if (data instanceof IResource[]) {
                     // ResourceTransfer
-                    System.out.println("Drop:" + ((IResource[])data)[0].getName());
-                    System.out.println("Folder:" + targetFolder);
+                    System.out.println("Drop:" + ((IResource[])data)[0].getName()); //$NON-NLS-1$
+                    System.out.println("Folder:" + targetFolder); //$NON-NLS-1$
                     for (IResource resource : (IResource[]) data) {
                         if (resource instanceof IFile) {
                             IFile file = targetFolder.getFile(resource.getName());
index 90272d6e5bc54b71abc3fb00ca0e0c8fb1ec014a..190ee95353cd3cfecdbec34ca326b0ff0bf7e7ee 100644 (file)
@@ -23,7 +23,7 @@ import org.eclipse.core.runtime.CoreException;
  */
 public class TmfProjectNature implements IProjectNature {
 
-       public static final String ID = "org.eclipse.linuxtools.tmf.ui.views.project.TmfProjectNature"; //$NON-NLS-1$
+       public static final String ID = "org.eclipse.linuxtools.tmf.project.nature"; //$NON-NLS-1$
 
        private IProject fProject;
        
index 447ed34d19ffedd5595f383b3c712385249f99d1..643f5756a3c1a1177786a8ebe18983e4a1e3e9a4 100644 (file)
@@ -51,7 +51,7 @@ public class AddTraceWizard extends Wizard implements IImportWizard {
         */
        @Override
        public void init(IWorkbench workbench, IStructuredSelection selection) {
-       setWindowTitle(Messages.AddTraceWizard_windowTitle);
+       setWindowTitle(Messages.AddTraceWizard_WindowTitle);
        }
 
     /* (non-Javadoc)
@@ -84,7 +84,7 @@ public class AddTraceWizard extends Wizard implements IImportWizard {
                                    folder.createLink(location, IResource.REPLACE, null);
                                }
                                else {
-                                   System.out.println(Messages.AddTraceWizard_invalidTraceLocation);
+                                   System.out.println("Invalid Trace Location"); //$NON-NLS-1$
                                }
                            } else {
                     IFile file = experimentFolder.getFile(trace.getName());
@@ -92,7 +92,7 @@ public class AddTraceWizard extends Wizard implements IImportWizard {
                         file.createLink(location, IResource.REPLACE, null);
                     }
                     else {
-                        System.out.println(Messages.AddTraceWizard_invalidTraceLocation);
+                        System.out.println("Invalid Trace Location"); //$NON-NLS-1$
                     }
                            }
                        } catch (CoreException e) {
index 8ac1514ed97e0049050b477ce77fbc5e03543a91..2837f48e301576c00ea084a4c352a609dc2d2164 100644 (file)
@@ -38,8 +38,8 @@ public class AddTraceWizardPage extends WizardPage {
        
        protected AddTraceWizardPage(TmfProjectNode project, String pageName) {
                super(pageName);
-               setTitle(Messages.AddTraceWizardPage_windowTitle);
-               setDescription(Messages.AddTraceWizardPage_description);
+               setTitle(Messages.AddTraceWizardPage_WindowTitle);
+               setDescription(Messages.AddTraceWizardPage_Description);
                fProject = project;
        }
 
@@ -64,7 +64,7 @@ public class AddTraceWizardPage extends WizardPage {
 
                final TableColumn tableColumn = new TableColumn(table, SWT.NONE);
                tableColumn.setWidth(200);
-               tableColumn.setText(Messages.AddTraceWizardPage_columnHeader);
+               tableColumn.setText(Messages.AddTraceWizardPage_TraceColumnHeader);
 
         fCheckboxTableViewer.setInput(fProject.getTracesFolder());
        }
diff --git a/org.eclipse.linuxtools.tmf.ui/src/org/eclipse/linuxtools/tmf/ui/views/project/dialogs/IDEWorkbenchMessages.java b/org.eclipse.linuxtools.tmf.ui/src/org/eclipse/linuxtools/tmf/ui/views/project/dialogs/IDEWorkbenchMessages.java
new file mode 100644 (file)
index 0000000..a1df47c
--- /dev/null
@@ -0,0 +1,16 @@
+package org.eclipse.linuxtools.tmf.ui.views.project.dialogs;
+
+import org.eclipse.osgi.util.NLS;
+
+public class IDEWorkbenchMessages extends NLS {
+    private static final String BUNDLE_NAME = "org.eclipse.linuxtools.tmf.ui.views.project.dialogs.messages"; //$NON-NLS-1$
+    static {
+        // initialize resource bundle
+        NLS.initializeMessages(BUNDLE_NAME, IDEWorkbenchMessages.class);
+    }
+
+    private IDEWorkbenchMessages() {
+    }
+
+    public static String NewExperimentDialog_ExperimentName;
+}
index c626b51e6317efeb5210788e39e13705cc83014d..556c2adb04a118809e779b468bc2fabd4b855380 100644 (file)
@@ -4,11 +4,12 @@ import org.eclipse.osgi.util.NLS;
 
 public class Messages extends NLS {
        private static final String BUNDLE_NAME = "org.eclipse.linuxtools.tmf.ui.views.project.dialogs.messages"; //$NON-NLS-1$
-       public static String AddTraceWizard_invalidTraceLocation;
-       public static String AddTraceWizard_windowTitle;
-       public static String AddTraceWizardPage_columnHeader;
-       public static String AddTraceWizardPage_description;
-       public static String AddTraceWizardPage_windowTitle;
+       public static String AddTraceWizard_WindowTitle;
+       public static String AddTraceWizardPage_TraceColumnHeader;
+       public static String AddTraceWizardPage_WindowTitle;
+       public static String AddTraceWizardPage_Description;
+    public static String NewProjectWizard_DialogHeader;
+    public static String NewProjectWizard_DialogMessage;
        static {
                // initialize resource bundle
                NLS.initializeMessages(BUNDLE_NAME, Messages.class);
index 6044a550a7bff754a3bd848f243ccb0b5aa95baf..7a8b3f33f8ae37d8a606eed4967142e2d323660c 100644 (file)
@@ -46,7 +46,6 @@ import org.eclipse.swt.widgets.Text;
 import org.eclipse.ui.PlatformUI;
 import org.eclipse.ui.actions.WorkspaceModifyOperation;
 import org.eclipse.ui.dialogs.SelectionStatusDialog;
-import org.eclipse.ui.internal.ide.IDEWorkbenchMessages;
 import org.eclipse.ui.internal.ide.IDEWorkbenchPlugin;
 import org.eclipse.ui.internal.ide.dialogs.CreateLinkedResourceGroup;
 
@@ -72,7 +71,7 @@ public class NewExperimentDialog extends SelectionStatusDialog {
        public NewExperimentDialog(Shell parentShell, TmfExperimentFolderNode experimentFolder) {
                super(parentShell);
                this.container = experimentFolder.getFolder();
-               setTitle("Tmf Experiment");
+               setTitle(""); //$NON-NLS-1$
                setStatusLineAboveButtons(true);
        }
 
@@ -155,7 +154,7 @@ public class NewExperimentDialog extends SelectionStatusDialog {
                // new folder label
                Label folderLabel = new Label(folderGroup, SWT.NONE);
                folderLabel.setFont(font);
-               folderLabel.setText("Experiment name: ");
+               folderLabel.setText(org.eclipse.linuxtools.tmf.ui.views.project.dialogs.IDEWorkbenchMessages.NewExperimentDialog_ExperimentName + ": "); //$NON-NLS-1$
 
                // new folder name entry field
                folderNameField = new Text(folderGroup, SWT.BORDER);
@@ -202,7 +201,7 @@ public class NewExperimentDialog extends SelectionStatusDialog {
                        @Override
                        public void execute(IProgressMonitor monitor) throws CoreException {
                                try {
-                                       monitor.beginTask(IDEWorkbenchMessages.NewFolderDialog_progress, 2000);
+                                       monitor.beginTask("", 2000); //$NON-NLS-1$
                                        if (monitor.isCanceled()) {
                                                throw new OperationCanceledException();
                                        }
@@ -225,17 +224,13 @@ public class NewExperimentDialog extends SelectionStatusDialog {
                        return null;
                } catch (InvocationTargetException exception) {
                        if (exception.getTargetException() instanceof CoreException) {
-                               ErrorDialog.openError(getShell(),
-                                               IDEWorkbenchMessages.NewFolderDialog_errorTitle, null, // no special message
+                               ErrorDialog.openError(getShell(), "", null, // no special message //$NON-NLS-1$
                                                ((CoreException) exception.getTargetException()).getStatus());
                        } else {
                                // CoreExceptions are handled above, but unexpected runtime exceptions and errors may still occur.
-                               IDEWorkbenchPlugin.log(getClass(),
-                                               "createNewExperiment", exception.getTargetException());
-                               MessageDialog.openError(getShell(),
-                                               IDEWorkbenchMessages.NewFolderDialog_errorTitle,
-                                               NLS.bind(IDEWorkbenchMessages.NewFolderDialog_internalError,
-                                                       exception.getTargetException().getMessage()));
+                               IDEWorkbenchPlugin.log(getClass(), "", exception.getTargetException()); //$NON-NLS-1$
+                               MessageDialog.openError(getShell(), "", //$NON-NLS-1$
+                                               NLS.bind("", exception.getTargetException().getMessage())); //$NON-NLS-1$
                        }
                        return null;
                }
index 099d821e7425c9feba1aad1bb1f32eaa7288fb02..c96b363ee99ec04d6df8c6cf024e3ff1f06a131f 100644 (file)
@@ -50,7 +50,7 @@ public class NewProjectWizard extends BasicNewResourceWizard {
      * 
      */
     public NewProjectWizard() {
-        this("Tmf Project", "Create a Tmf Project");
+        this(Messages.NewProjectWizard_DialogHeader, Messages.NewProjectWizard_DialogMessage);
     }
 
     /**
@@ -72,7 +72,7 @@ public class NewProjectWizard extends BasicNewResourceWizard {
      */
     @Override
     public void addPages() {
-        fMainPage= new NewProjectMainWizardPage("Tmf Project");
+        fMainPage= new NewProjectMainWizardPage(Messages.NewProjectWizard_DialogHeader);
         fMainPage.setTitle(fTtitle);
         fMainPage.setDescription(fDescription);
         addPage(fMainPage);
index 93f37e27bf2e1f5187f75fbeec6a6540e6ae2f40..5d28813701cab654de14fe08b4165246430b07d1 100644 (file)
@@ -1,5 +1,7 @@
-AddTraceWizard_invalidTraceLocation=Problem
-AddTraceWizard_windowTitle=Adding traces to experiment
-AddTraceWizardPage_columnHeader=Trace
-AddTraceWizardPage_description=Select the traces to add to the experiment
-AddTraceWizardPage_windowTitle=Select traces
+AddTraceWizard_WindowTitle=Add traces to experiment
+AddTraceWizardPage_TraceColumnHeader=Trace
+AddTraceWizardPage_WindowTitle=Select Traces
+AddTraceWizardPage_Description=Select the traces to add to the experiment
+NewExperimentDialog_ExperimentName=Experiment name
+NewProjectWizard_DialogHeader=TMF Project
+NewProjectWizard_DialogMessage=Create a TMF Project
index 6175be993de0f6a51fe7367ab4d22f2cf11f9cd3..681393b33fc66cce0dab7a18eca6270358b6eed7 100644 (file)
@@ -771,9 +771,9 @@ public class CustomTxtParserInputWizardPage extends WizardPage {
                 dateFormat = new SimpleDateFormat(timestampOutputFormatText.getText().trim());\r
                 timestampPreviewText.setText(dateFormat.format(date));\r
             } catch (ParseException e) {\r
-                timestampPreviewText.setText(Messages.CustomTxtParserInputWizardPage_20 + firstEntryTimeStamp + Messages.CustomTxtParserInputWizardPage_21 + firstEntryTimeStampInputFormat + Messages.CustomTxtParserInputWizardPage_22);\r
+                timestampPreviewText.setText("*parse exception* [" + firstEntryTimeStamp + "] <> [" + firstEntryTimeStampInputFormat + "]"); //$NON-NLS-1$ //$NON-NLS-2$ //$NON-NLS-3$\r
             } catch (IllegalArgumentException e) {\r
-                timestampPreviewText.setText(Messages.CustomTxtParserInputWizardPage_23);\r
+                timestampPreviewText.setText("*parse exception* [Illegal Argument]"); //$NON-NLS-1$\r
             }\r
 \r
         }\r
@@ -885,15 +885,15 @@ public class CustomTxtParserInputWizardPage extends WizardPage {
         int line1start = 0;\r
         String line1 = Messages.CustomTxtParserInputWizardPage_nonMatchingLine;\r
         int line2start = line1start + line1.length();\r
-        String line2 = Messages.CustomTxtParserInputWizardPage_matchingLineRoot+CG+" "+UCG+" "+UT+" \n";  //$NON-NLS-1$ //$NON-NLS-2$ //$NON-NLS-3$\r
+        String line2 = Messages.CustomTxtParserInputWizardPage_matchingLineRoot + CG + " " + UCG + " " + UT + " \n";  //$NON-NLS-1$ //$NON-NLS-2$ //$NON-NLS-3$\r
         int line3start = line2start + line2.length();\r
-        String line3 = Messages.CustomTxtParserInputWizardPage_matchingOtherLine+CG+" "+UCG+" "+UT+" \n"; //$NON-NLS-1$ //$NON-NLS-2$ //$NON-NLS-3$\r
+        String line3 = Messages.CustomTxtParserInputWizardPage_matchingOtherLine + CG + " " + UCG + " " + UT + " \n"; //$NON-NLS-1$ //$NON-NLS-2$ //$NON-NLS-3$\r
         int line4start = line3start + line3.length();\r
-        String line4 = Messages.CustomTxtParserInputWizardPage_matchingOtherLine+CG+" "+UCG+" "+UT+" \n"; //$NON-NLS-1$ //$NON-NLS-2$ //$NON-NLS-3$\r
+        String line4 = Messages.CustomTxtParserInputWizardPage_matchingOtherLine + CG + " " + UCG + " " + UT + " \n"; //$NON-NLS-1$ //$NON-NLS-2$ //$NON-NLS-3$\r
         int line5start = line4start + line4.length();\r
         String line5 = Messages.CustomTxtParserInputWizardPage_nonMatchingLine;\r
         int line6start = line5start + line5.length();\r
-        String line6 = Messages.CustomTxtParserInputWizardPage_44+CG+" "+UCG+" "+UT+" \n"; //$NON-NLS-1$ //$NON-NLS-2$ //$NON-NLS-3$ \r
+        String line6 = Messages.CustomTxtParserInputWizardPage_matchingRootLine + CG + " " + UCG + " " + UT + " \n"; //$NON-NLS-1$ //$NON-NLS-2$ //$NON-NLS-3$ \r
  \r
         final Shell legendShell = new Shell(getShell(), SWT.DIALOG_TRIM);\r
         legendShell.setLayout(new FillLayout());\r
index 8e84ec3396b7e46f261ee9a9b014d12cf1c5d6db..4c9355949a9fc7f5ee20beb5cb26aa3c7108953a 100644 (file)
@@ -1402,14 +1402,14 @@ public class CustomXmlParserInputWizardPage extends WizardPage {
         StringBuffer errors = new StringBuffer();\r
 \r
         if (definition.definitionName.length() == 0) {\r
-            errors.append(Messages.CustomXmlParserInputWizardPage_62);\r
+            errors.append(Messages.CustomXmlParserInputWizardPage_emptyLogTypeError);\r
             logtypeText.setBackground(COLOR_LIGHT_RED);\r
         } else {\r
             logtypeText.setBackground(COLOR_TEXT_BACKGROUND);\r
             for (CustomXmlTraceDefinition def : CustomXmlTraceDefinition.loadAll()) {\r
                 if (definition.definitionName.equals(def.definitionName)) {\r
                     if (editDefinitionName == null || ! editDefinitionName.equals(definition.definitionName)) {\r
-                        errors.append(Messages.CustomXmlParserInputWizardPage_63);\r
+                        errors.append(Messages.CustomXmlParserInputWizardPage_duplicatelogTypeError);\r
                         logtypeText.setBackground(COLOR_LIGHT_RED);\r
                         break;\r
                     }\r
@@ -1418,7 +1418,7 @@ public class CustomXmlParserInputWizardPage extends WizardPage {
         }\r
         \r
         if (definition.rootInputElement == null) {\r
-            errors.append(Messages.CustomXmlParserInputWizardPage_64);\r
+            errors.append(Messages.CustomXmlParserInputWizardPage_noDocumentError);\r
         }\r
         \r
         if (definition.rootInputElement != null) {\r
@@ -1431,28 +1431,28 @@ public class CustomXmlParserInputWizardPage extends WizardPage {
             if ((definition.rootInputElement.attributes != null && definition.rootInputElement.attributes.size() != 0) ||\r
                     (definition.rootInputElement.childElements != null && definition.rootInputElement.childElements.size() != 0) || errors.length() == 0) {\r
                 if (!logEntryFound) {\r
-                    errors.append(Messages.CustomXmlParserInputWizardPage_65);\r
+                    errors.append(Messages.CustomXmlParserInputWizardPage_missingLogEntryError);\r
                 }\r
 \r
                 if (timeStampFound) {\r
                     if (timeStampOutputFormatText.getText().trim().length() == 0) {\r
-                        errors.append(Messages.CustomXmlParserInputWizardPage_66);\r
+                        errors.append(Messages.CustomXmlParserInputWizardPage_missingTimestampFmtError);\r
                         timeStampOutputFormatText.setBackground(COLOR_LIGHT_RED);\r
                     } else {\r
                         try {\r
                             new SimpleDateFormat(timeStampOutputFormatText.getText().trim());\r
                             timeStampOutputFormatText.setBackground(COLOR_TEXT_BACKGROUND);\r
                         } catch (IllegalArgumentException e) {\r
-                            errors.append(Messages.CustomXmlParserInputWizardPage_67);\r
+                            errors.append(Messages.CustomXmlParserInputWizardPage_invalidTimestampFmtError);\r
                             timeStampOutputFormatText.setBackground(COLOR_LIGHT_RED);\r
                         }\r
                     }\r
                 } else {\r
-                    timeStampPreviewText.setText(Messages.CustomXmlParserInputWizardPage_68);\r
+                    timeStampPreviewText.setText(Messages.CustomXmlParserInputWizardPage_notimestamporAttributeError);\r
                 }\r
             }\r
         } else {\r
-            timeStampPreviewText.setText(Messages.CustomXmlParserInputWizardPage_69);\r
+            timeStampPreviewText.setText(Messages.CustomXmlParserInputWizardPage_notimestamporAttributeError);\r
         }\r
     \r
         if (errors.length() == 0) {\r
@@ -1470,7 +1470,7 @@ public class CustomXmlParserInputWizardPage extends WizardPage {
         if (selectedElement != null && selectedElement.inputElement.equals(inputElement)) elementNode = selectedElement;\r
         if (inputElement == definition.rootInputElement) {\r
             if (inputElement.elementName.length() == 0) {\r
-                errors.append(Messages.CustomXmlParserInputWizardPage_70);\r
+                errors.append(Messages.CustomXmlParserInputWizardPage_missingDocumentElementError);\r
                 if (elementNode != null) elementNode.elementNameText.setBackground(COLOR_LIGHT_RED);\r
             } else {\r
                 if (elementNode != null) elementNode.elementNameText.setBackground(COLOR_TEXT_BACKGROUND);\r
@@ -1484,19 +1484,21 @@ public class CustomXmlParserInputWizardPage extends WizardPage {
             if (inputElement.inputName.equals(CustomXmlTraceDefinition.TAG_TIMESTAMP)) {\r
                 timeStampFound = true;\r
                 if (inputElement.inputFormat.length() == 0) {\r
-                    errors.append(Messages.CustomXmlParserInputWizardPage_71 + getName(inputElement) + "). "); //$NON-NLS-1$\r
+                    errors.append(Messages.CustomXmlParserInputWizardPage_timestampFormatPrompt + \r
+                            " (" + Messages.CustomXmlParserInputWizardPage_timestampElementPrompt + " " + getName(inputElement) + "). "); //$NON-NLS-1$ //$NON-NLS-2$ //$NON-NLS-3$\r
                     if (elementNode != null) elementNode.tagText.setBackground(COLOR_LIGHT_RED);\r
                 } else {\r
                     try {\r
                         new SimpleDateFormat(inputElement.inputFormat);\r
                         if (elementNode != null) elementNode.tagText.setBackground(COLOR_TEXT_BACKGROUND);\r
                     } catch (IllegalArgumentException e) {\r
-                        errors.append(Messages.CustomXmlParserInputWizardPage_73 + getName(inputElement) + "). "); //$NON-NLS-1$\r
+                        errors.append(Messages.CustomXmlParserInputWizardPage_invalidTimestampFmtError + \r
+                                " (" + Messages.CustomXmlParserInputWizardPage_timestampElementPrompt + " " + getName(inputElement) + "). "); //$NON-NLS-1$ //$NON-NLS-2$ //$NON-NLS-3$\r
                         if (elementNode != null) elementNode.tagText.setBackground(COLOR_LIGHT_RED);\r
                     }\r
                 }\r
             } else if (inputElement.inputName.length() == 0) {\r
-                errors.append(Messages.CustomXmlParserInputWizardPage_75);\r
+                errors.append(Messages.CustomXmlParserInputWizardPage_missingInputElementNameError);\r
                 if (elementNode != null) elementNode.tagText.setBackground(COLOR_LIGHT_RED);\r
             } else {\r
                 if (elementNode != null) elementNode.tagText.setBackground(COLOR_TEXT_BACKGROUND);\r
@@ -1521,28 +1523,33 @@ public class CustomXmlParserInputWizardPage extends WizardPage {
                     }\r
                 }\r
                 if (attribute.attributeName.length() == 0) {\r
-                    errors.append(Messages.CustomXmlParserInputWizardPage_76 + getName(inputElement) + ": ?). "); //$NON-NLS-1$\r
+                    errors.append(Messages.CustomXmlParserInputWizardPage_missingAttribute + \r
+                            " (" + Messages.CustomXmlParserInputWizardPage_attributePrompt + " " + getName(inputElement) + ": ?). "); //$NON-NLS-1$ //$NON-NLS-2$ //$NON-NLS-3$\r
                     if (elementNode != null) elementNode.attributes.get(i).attributeNameText.setBackground(COLOR_LIGHT_RED);\r
                 } else if (duplicate) {\r
-                    errors.append(Messages.CustomXmlParserInputWizardPage_78 + getName(attribute, inputElement) +"). "); //$NON-NLS-1$\r
+                    errors.append(Messages.CustomXmlParserInputWizardPage_duplicateAttributeError +\r
+                            " (" + Messages.CustomXmlParserInputWizardPage_attributePrompt + " " + getName(attribute, inputElement) +"). "); //$NON-NLS-1$ //$NON-NLS-2$ //$NON-NLS-3$\r
                     if (elementNode != null) elementNode.attributes.get(i).attributeNameText.setBackground(COLOR_LIGHT_RED);\r
                 }\r
                 if (attribute.inputName.equals(CustomXmlTraceDefinition.TAG_TIMESTAMP)) {\r
                     timeStampFound = true;\r
                     if (attribute.inputFormat.length() == 0) {\r
-                        errors.append(Messages.CustomXmlParserInputWizardPage_80 + getName(attribute, inputElement) +"). "); //$NON-NLS-1$\r
+                        errors.append(Messages.CustomXmlParserInputWizardPage_missingTimestampInFmtError +\r
+                                " (" + Messages.CustomXmlParserInputWizardPage_attributePrompt + " " + getName(attribute, inputElement) +"). "); //$NON-NLS-1$ //$NON-NLS-2$ //$NON-NLS-3$\r
                         if (elementNode != null) elementNode.attributes.get(i).tagText.setBackground(COLOR_LIGHT_RED);\r
                     } else {\r
                         try {\r
                             new SimpleDateFormat(attribute.inputFormat);\r
                             if (elementNode != null) elementNode.attributes.get(i).tagText.setBackground(COLOR_TEXT_BACKGROUND);\r
                         } catch (IllegalArgumentException e) {\r
-                            errors.append(Messages.CustomXmlParserInputWizardPage_82 + getName(attribute, inputElement) +"). "); //$NON-NLS-1$\r
+                            errors.append(Messages.CustomXmlParserInputWizardPage_invalidTimestampInFmtError + \r
+                                    " (" + Messages.CustomXmlParserInputWizardPage_attributePrompt + " " + getName(attribute, inputElement) +"). "); //$NON-NLS-1$ //$NON-NLS-2$ //$NON-NLS-3$\r
                             if (elementNode != null) elementNode.attributes.get(i).tagText.setBackground(COLOR_LIGHT_RED);\r
                         }\r
                     }\r
                 } else if (attribute.inputName.length() == 0) {\r
-                    errors.append(Messages.CustomXmlParserInputWizardPage_84 + getName(attribute, inputElement) +"). "); //$NON-NLS-1$\r
+                    errors.append(Messages.CustomXmlParserInputWizardPage_missingDataGroupNameError + \r
+                            " (" + Messages.CustomXmlParserInputWizardPage_attributePrompt + " " + getName(attribute, inputElement) +"). "); //$NON-NLS-1$ //$NON-NLS-2$ //$NON-NLS-3$\r
                     if (elementNode != null) elementNode.attributes.get(i).tagText.setBackground(COLOR_LIGHT_RED);\r
                 } else {\r
                     if (elementNode != null) elementNode.attributes.get(i).tagText.setBackground(COLOR_TEXT_BACKGROUND);\r
@@ -1560,7 +1567,8 @@ public class CustomXmlParserInputWizardPage extends WizardPage {
                 ElementNode childElementNode = null;\r
                 if (selectedElement != null && selectedElement.inputElement.equals(child)) childElementNode = selectedElement;\r
                 if (child.elementName.length() == 0) {\r
-                    errors.append(Messages.CustomXmlParserInputWizardPage_86 + getName(child) + "). "); //$NON-NLS-1$\r
+                    errors.append(Messages.CustomXmlParserInputWizardPage_missingElementNameError + \r
+                            " (" + Messages.CustomXmlParserInputWizardPage_attributePrompt + " " + getName(child) + "). "); //$NON-NLS-1$ //$NON-NLS-2$ //$NON-NLS-3$\r
                     if (childElementNode != null) childElementNode.elementNameText.setBackground(COLOR_LIGHT_RED);\r
                 } else {\r
                     boolean duplicate = false;\r
@@ -1574,7 +1582,8 @@ public class CustomXmlParserInputWizardPage extends WizardPage {
                         }\r
                     }\r
                     if (duplicate) {\r
-                        errors.append(Messages.CustomXmlParserInputWizardPage_88 + getName(child) + "). "); //$NON-NLS-1$\r
+                        errors.append(Messages.CustomXmlParserInputWizardPage_duplicateElementNameError + \r
+                                " (" + Messages.CustomXmlParserInputWizardPage_attributePrompt + " " + getName(child) + "). "); //$NON-NLS-1$ //$NON-NLS-2$ //$NON-NLS-3$\r
                         if (childElementNode != null) childElementNode.elementNameText.setBackground(COLOR_LIGHT_RED);\r
                     }\r
                 }\r
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;
index ee1b65ccc35b93c44533de46dd4f78647dc8b3bf..6b8690add750ba6cbf7e2e0a5cd37228be54c0b2 100644 (file)
@@ -1,8 +1,3 @@
-CustomTxtParserInputWizardPage_20=*parse exception* [
-CustomTxtParserInputWizardPage_21=] <> [
-CustomTxtParserInputWizardPage_22=]
-CustomTxtParserInputWizardPage_23=*parse exception* [Illegal Argument]
-CustomTxtParserInputWizardPage_44=matchingRootLine
 CustomTxtParserInputWizardPage_addChildLine=Add child line
 CustomTxtParserInputWizardPage_addGroup=Add group
 CustomTxtParserInputWizardPage_addNextLine=Add next line
@@ -19,6 +14,7 @@ CustomTxtParserInputWizardPage_highlightAll=Highlight All
 CustomTxtParserInputWizardPage_logType=Log type:
 CustomTxtParserInputWizardPage_matchingLineRoot=Matching root line : 
 CustomTxtParserInputWizardPage_matchingOtherLine=Matching other line: 
+CustomTxtParserInputWizardPage_matchingRootLine=matchingRootLine
 CustomTxtParserInputWizardPage_max=max:
 CustomTxtParserInputWizardPage_min=min:
 CustomTxtParserInputWizardPage_moveDown=Move down
@@ -49,25 +45,25 @@ CustomTxtParserOutputWizardPage_description=Customize the output of the parser
 CustomTxtParserOutputWizardPage_moveAfter=Move After
 CustomTxtParserOutputWizardPage_moveBefore=Move Before
 CustomTxtParserOutputWizardPage_visible=Visible
-CustomXmlParserInputWizardPage_62=Enter a name for the new log type. 
-CustomXmlParserInputWizardPage_63=The log type name already exists. 
-CustomXmlParserInputWizardPage_64=Add a document element. 
-CustomXmlParserInputWizardPage_65=Identify a Log Entry element. 
-CustomXmlParserInputWizardPage_66=Enter the output format for the Time Stamp field. 
-CustomXmlParserInputWizardPage_67=Enter a valid output format for the Time Stamp field. 
-CustomXmlParserInputWizardPage_68=*no time stamp element or attribute*
-CustomXmlParserInputWizardPage_69=*no time stamp element or attribute*
-CustomXmlParserInputWizardPage_70=Enter a name for the document element. 
-CustomXmlParserInputWizardPage_71=Enter the input format for the Time Stamp (Element 
-CustomXmlParserInputWizardPage_73=Enter a valid input format for the Time Stamp (Element 
-CustomXmlParserInputWizardPage_75=Enter a name for the input . 
-CustomXmlParserInputWizardPage_76=Enter a name for the attribute (Attribute 
-CustomXmlParserInputWizardPage_78=Duplicate attribute names (Attribute 
-CustomXmlParserInputWizardPage_80=Enter the input format for the Time Stamp (Attribute 
-CustomXmlParserInputWizardPage_82=Enter a valid input format for the Time Stamp (Attribute 
-CustomXmlParserInputWizardPage_84=Enter a name for the data group (Attribute 
-CustomXmlParserInputWizardPage_86=Enter a name for the element (Element 
-CustomXmlParserInputWizardPage_88=Duplicate element names (Element 
+CustomXmlParserInputWizardPage_emptyLogTypeError=Enter a name for the new log type. 
+CustomXmlParserInputWizardPage_duplicatelogTypeError=The log type name already exists. 
+CustomXmlParserInputWizardPage_noDocumentError=Add a document element. 
+CustomXmlParserInputWizardPage_missingLogEntryError=Identify a Log Entry element. 
+CustomXmlParserInputWizardPage_missingTimestampFmtError=Enter the output format for the Time Stamp field. 
+CustomXmlParserInputWizardPage_invalidTimestampFmtError=Enter a valid output format for the Time Stamp field. 
+CustomXmlParserInputWizardPage_notimestamporAttributeError=*no time stamp element or attribute*
+CustomXmlParserInputWizardPage_missingDocumentElementError=Enter a name for the document element. 
+CustomXmlParserInputWizardPage_timestampElementPrompt=Element
+CustomXmlParserInputWizardPage_timestampFormatPrompt=Enter the input format for the Time Stamp
+CustomXmlParserInputWizardPage_missingInputElementNameError=Enter a name for the input
+CustomXmlParserInputWizardPage_attributePrompt=Attribute
+CustomXmlParserInputWizardPage_missingAttribute=Enter a name for the attribute
+CustomXmlParserInputWizardPage_duplicateAttributeError=Duplicate attribute names
+CustomXmlParserInputWizardPage_missingTimestampInFmtError=Enter the input format for the Time Stamp
+CustomXmlParserInputWizardPage_invalidTimestampInFmtError=Enter a valid input format for the Time Stamp
+CustomXmlParserInputWizardPage_missingDataGroupNameError=Enter a name for the data group
+CustomXmlParserInputWizardPage_missingElementNameError=Enter a name for the element
+CustomXmlParserInputWizardPage_duplicateElementNameError=Duplicate element names 
 CustomXmlParserInputWizardPage_addAttribute=Add attribute
 CustomXmlParserInputWizardPage_addChildElement=Add child element
 CustomXmlParserInputWizardPage_addDocumentEleemnt=Add document element
This page took 0.066057 seconds and 5 git commands to generate.