Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAlexandre Montplaisir2014-09-15 22:07:22 +0000
committerAlexandre Montplaisir2014-09-16 18:01:39 +0000
commitbd2aaba4f3d6c30e6888fa55176f17da2a3126e3 (patch)
tree9c8c1e4df057ec19ff9676662fd32eb2106edc11
parentb32258ddf4afbdcfa792f2b5bf61292fa318e3e2 (diff)
downloadorg.eclipse.linuxtools-bd2aaba4f3d6c30e6888fa55176f17da2a3126e3.tar.gz
org.eclipse.linuxtools-bd2aaba4f3d6c30e6888fa55176f17da2a3126e3.tar.xz
org.eclipse.linuxtools-bd2aaba4f3d6c30e6888fa55176f17da2a3126e3.zip
tmf: Remove unused references to old Batch Import command
Change-Id: Iee1e58a4194ba9e55f7ce33f7939ec21b13ed6ab Signed-off-by: Alexandre Montplaisir <alexmonthy@voxpopuli.im> Reviewed-on: https://git.eclipse.org/r/33408 Tested-by: Hudson CI Reviewed-by: Bernd Hufmann <bernd.hufmann@ericsson.com>
-rw-r--r--lttng/org.eclipse.linuxtools.tmf.ui/plugin.properties9
-rw-r--r--lttng/org.eclipse.linuxtools.tracing.rcp.ui/plugin.properties1
2 files changed, 0 insertions, 10 deletions
diff --git a/lttng/org.eclipse.linuxtools.tmf.ui/plugin.properties b/lttng/org.eclipse.linuxtools.tmf.ui/plugin.properties
index ac2790d1d1..fb9ec6d1a5 100644
--- a/lttng/org.eclipse.linuxtools.tmf.ui/plugin.properties
+++ b/lttng/org.eclipse.linuxtools.tmf.ui/plugin.properties
@@ -42,7 +42,6 @@ project.new.wizard.custom.text.parser = Custom Text Parser
project.new.wizard.custom.xml.parser = Custom XML Parser
project.import.wizard.name = Trace Import
-project.import.wizard.name.batch = Batch Trace Import
project.import.wizard.name.tracepkg = Trace Package Import
project.export.wizard.name.tracepkg = Trace Package Export
@@ -103,10 +102,6 @@ command.select_trace_type.bundle = Bundle
command.select_trace_type.type = Trace Type
command.select_trace_type.icon = Icon
-command.batch_import = Batch Import...
-command.batch_import.mnemonic = B
-command.batch_import.description = Batch Import
-
command.export_to_text = Export To Text...
command.export_to_text.description = Export trace to text...
@@ -128,10 +123,6 @@ command.import = Import...
command.import.mnemonic = I
command.import.description = Import traces into project
-command.batch_import = Batch Import...
-command.batch_import.mnemonic = A
-command.batch_import.description = Batch Import traces into project
-
command.new_folder = New Folder...
command.new_folder.mnemonic = N
command.new_folder.description = Create a new trace folder
diff --git a/lttng/org.eclipse.linuxtools.tracing.rcp.ui/plugin.properties b/lttng/org.eclipse.linuxtools.tracing.rcp.ui/plugin.properties
index f1e4ef3495..592e8a5a4c 100644
--- a/lttng/org.eclipse.linuxtools.tracing.rcp.ui/plugin.properties
+++ b/lttng/org.eclipse.linuxtools.tracing.rcp.ui/plugin.properties
@@ -34,7 +34,6 @@ activity.description.search = (Unwanted) Search Perspective
activity.name.search = Unwanted Search Perspective
command.OpenFile.label = Open Trace...
command.import = Import...
-command.batch_import = Batch Import...
menu.mnemonic = F
menu.label = Open
menu.mnemonic.0 = H \ No newline at end of file

Back to the top