Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMickael ADAM2016-08-26 15:12:42 +0000
committerMickael ADAM2016-11-09 13:28:03 +0000
commit6f6e644ce698d45b3c9d3d8f552ec3ba506365fe (patch)
tree6947ff19ace5f694f3aba4051add0ab5c1ca1edb /plugins/infra/ui/org.eclipse.papyrus.infra.widgets/plugin.xml
parente3fa6a2940ac4212c4cc317408f45cb8fe2e9ec6 (diff)
downloadorg.eclipse.papyrus-6f6e644ce698d45b3c9d3d8f552ec3ba506365fe.tar.gz
org.eclipse.papyrus-6f6e644ce698d45b3c9d3d8f552ec3ba506365fe.tar.xz
org.eclipse.papyrus-6f6e644ce698d45b3c9d3d8f552ec3ba506365fe.zip
Bug 500869 - [Widget] Select Element Dialog should be improved
https://bugs.eclipse.org/bugs/show_bug.cgi?id=500869 Change-Id: I29e26992c5bf99aaf145d9046254f93964206309 Signed-off-by: Mickael ADAM <mickael.adam@ALL4TEC.net>
Diffstat (limited to 'plugins/infra/ui/org.eclipse.papyrus.infra.widgets/plugin.xml')
-rw-r--r--plugins/infra/ui/org.eclipse.papyrus.infra.widgets/plugin.xml1
1 files changed, 1 insertions, 0 deletions
diff --git a/plugins/infra/ui/org.eclipse.papyrus.infra.widgets/plugin.xml b/plugins/infra/ui/org.eclipse.papyrus.infra.widgets/plugin.xml
index 257978e8e4c..337b5f0645e 100644
--- a/plugins/infra/ui/org.eclipse.papyrus.infra.widgets/plugin.xml
+++ b/plugins/infra/ui/org.eclipse.papyrus.infra.widgets/plugin.xml
@@ -1,6 +1,7 @@
<?xml version="1.0" encoding="UTF-8"?>
<?eclipse version="3.4"?>
<plugin>
+ <extension-point id="selectorDialogTab" name="selectorDialogTab" schema="schema/selectorDialogTab.exsd"/>
<extension
point="org.eclipse.papyrus.infra.services.labelprovider.labelProvider">
<labelProvider

Back to the top