Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorUwe Stieber2011-11-16 08:59:51 +0000
committerUwe Stieber2011-11-16 08:59:51 +0000
commit8706fb04b6c1417ed8d5ece83bc9fca64ddfc3ce (patch)
tree35ff2855e92a05029eb1a01455c6018c573c7175 /target_explorer/plugins/org.eclipse.tcf.te.ui.views/plugin.properties
parent67449886c09c8ec4da4f39082373ab62ccc3d978 (diff)
downloadorg.eclipse.tcf-8706fb04b6c1417ed8d5ece83bc9fca64ddfc3ce.tar.gz
org.eclipse.tcf-8706fb04b6c1417ed8d5ece83bc9fca64ddfc3ce.tar.xz
org.eclipse.tcf-8706fb04b6c1417ed8d5ece83bc9fca64ddfc3ce.zip
Target Explorer: Refactor name space from org.eclipse.tm.te.* to org.eclipse.tcf.te.*
Diffstat (limited to 'target_explorer/plugins/org.eclipse.tcf.te.ui.views/plugin.properties')
-rw-r--r--target_explorer/plugins/org.eclipse.tcf.te.ui.views/plugin.properties49
1 files changed, 49 insertions, 0 deletions
diff --git a/target_explorer/plugins/org.eclipse.tcf.te.ui.views/plugin.properties b/target_explorer/plugins/org.eclipse.tcf.te.ui.views/plugin.properties
new file mode 100644
index 000000000..cd9aa991c
--- /dev/null
+++ b/target_explorer/plugins/org.eclipse.tcf.te.ui.views/plugin.properties
@@ -0,0 +1,49 @@
+##################################################################################
+# 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 View
+providerName = Eclipse.org
+
+# ***** Extension Points *****
+
+ExtensionPoint.editorPages.name=Target Explorer Details Editor Pages Extension Point
+ExtensionPoint.editorPageBindings.name=Target Explorer Details Editor Page Bindings Extension Point
+
+# ***** Perspective *****
+
+Perspective.name=Target Explorer
+
+# ***** Views *****
+
+ViewCategory.name=Target Explorer Views
+TargetExplorer.name=Target Explorer
+
+# ***** Editor *****
+
+Editor.name=Target Explorer Details Editor
+
+# ***** Common Navigator *****
+
+filters.workingSet.name=Working sets [not visible in UI]
+filters.workingSet.description=Hides unselected working sets [not visible in UI]
+
+workingsets.extension.name=Working Sets
+
+workingset.name=Target Explorer
+workingset.description=Working set for Target Explorer elements.
+
+workingset.others.name=Other Targets
+workingset.others.description=Working set containing all elements not in any Target Explorer group.
+
+# ***** Command and menu contributions *****
+Command.open.name=Open
+
+PropertiesAction.label=P&roperties
+PropertiesAction.tooltip=Show Properties of Selection

Back to the top