Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorTobias Schwarz2012-01-10 13:41:41 +0000
committerUwe Stieber2012-01-10 13:41:41 +0000
commit6a935544e30ad0dc59353e1271bfd85bc7e96d24 (patch)
tree1affaa20aa4a04ac6787fe7cca63645451359106 /target_explorer/plugins/org.eclipse.tcf.te.ui/plugin.xml
parent83f22a95bcf8a2d940c2c14182b2b4622c52259d (diff)
downloadorg.eclipse.tcf-6a935544e30ad0dc59353e1271bfd85bc7e96d24.tar.gz
org.eclipse.tcf-6a935544e30ad0dc59353e1271bfd85bc7e96d24.tar.xz
org.eclipse.tcf-6a935544e30ad0dc59353e1271bfd85bc7e96d24.zip
Target Explorer: Bug 368243 - [UI] Allow dynamic new wizard contributions
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.xml5
1 files changed, 3 insertions, 2 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 ff900d88e..6df902d2f 100644
--- a/target_explorer/plugins/org.eclipse.tcf.te.ui/plugin.xml
+++ b/target_explorer/plugins/org.eclipse.tcf.te.ui/plugin.xml
@@ -1,8 +1,9 @@
<?xml version="1.0" encoding="UTF-8"?>
<?eclipse version="3.4"?>
<plugin>
- <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"/>
+ <extension-point id="newWizards" name="%extension-point.newWizards.name" schema="schema/newWizards.exsd"/>
+ <extension-point id="wizardProviders" name="%extension-point.wizardProviders.name" schema="schema/wizardProviders.exsd"/>
+ <extension-point id="viewers" name="%extension-point.viewers.name" schema="schema/viewers.exsd"/>
<extension-point id="cellEditors" name="%ExtensionPoint.cellEditors.name" schema="schema/cellEditors.exsd"/>
<!-- New target wizard contributions -->

Back to the top