Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorWilliam Chen2011-12-09 07:38:32 +0000
committerWilliam Chen2011-12-09 07:42:23 +0000
commitd52be2738cd3e83c8cbaaf2fb8933623246e7bc6 (patch)
tree3913248303560ad2a8f7a9286262d793324f7eb2 /target_explorer/plugins/org.eclipse.tcf.te.ui/plugin.xml
parent565b530ee2abb7296a916efdcff905267f557638 (diff)
downloadorg.eclipse.tcf-d52be2738cd3e83c8cbaaf2fb8933623246e7bc6.tar.gz
org.eclipse.tcf-d52be2738cd3e83c8cbaaf2fb8933623246e7bc6.tar.xz
org.eclipse.tcf-d52be2738cd3e83c8cbaaf2fb8933623246e7bc6.zip
Target Explorer: Code for tree column customization and viewer
filtering configuration.
Diffstat (limited to 'target_explorer/plugins/org.eclipse.tcf.te.ui/plugin.xml')
-rw-r--r--target_explorer/plugins/org.eclipse.tcf.te.ui/plugin.xml3
1 files changed, 2 insertions, 1 deletions
diff --git a/target_explorer/plugins/org.eclipse.tcf.te.ui/plugin.xml b/target_explorer/plugins/org.eclipse.tcf.te.ui/plugin.xml
index 8f52d609b..6939a513d 100644
--- a/target_explorer/plugins/org.eclipse.tcf.te.ui/plugin.xml
+++ b/target_explorer/plugins/org.eclipse.tcf.te.ui/plugin.xml
@@ -1,7 +1,8 @@
<?xml version="1.0" encoding="UTF-8"?>
<?eclipse version="3.4"?>
<plugin>
- <extension-point id="newWizards" name="New Target Wizards" schema="schema/newWizards.exsd"/>
+ <extension-point id="newWizards" name="%extension-point.newtarget.name" schema="schema/newWizards.exsd"/>
+ <extension-point id="viewers" name="%extension-point.treeviewer.name" schema="schema/viewers.exsd"/>
<!-- New target wizard contributions -->

Back to the top