Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
Diffstat (limited to 'target_explorer/plugins/org.eclipse.tcf.te.ui/plugin.properties')
-rw-r--r--target_explorer/plugins/org.eclipse.tcf.te.ui/plugin.properties35
1 files changed, 35 insertions, 0 deletions
diff --git a/target_explorer/plugins/org.eclipse.tcf.te.ui/plugin.properties b/target_explorer/plugins/org.eclipse.tcf.te.ui/plugin.properties
new file mode 100644
index 000000000..0d7e06546
--- /dev/null
+++ b/target_explorer/plugins/org.eclipse.tcf.te.ui/plugin.properties
@@ -0,0 +1,35 @@
+##################################################################################
+# Copyright (c) 2011 Wind River Systems, Inc. and others. All rights reserved.
+# This program and the accompanying materials are made available under the terms
+# of the Eclipse Public License v1.0 which accompanies this distribution, and is
+# available at http://www.eclipse.org/legal/epl-v10.html
+#
+# Contributors:
+# Wind River Systems - initial API and implementation
+##################################################################################
+
+pluginName = Target Explorer, Common UI and Helper
+providerName = Eclipse.org
+
+# ***** Wizards *****
+
+NewWizards.category.name=General
+
+# ***** Context and binding contributions *****
+
+context.targetexplorer.name=In Target Explorer
+context.targetexplorer.description=The Target Explorer view is active
+
+# ***** Command contributions *****
+Command.category.name=Target Explorer Commands
+
+Command.newWizards.name=New Target
+Command.newWizards.description=Open the New target wizard
+
+# ***** Status Handler *****
+
+DefaultStatusHandler.label=Default Status Handler
+
+# ***** Executors / Executor Utility Delegates *****
+
+SWTDisplayExecutorUtilDelegate.label=SWT Display Executor Utility Delegate

Back to the top