Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGéry Deloge2016-06-24 15:22:49 +0000
committerGerrit Code Review @ Eclipse.org2016-06-27 08:24:57 +0000
commitb647a9f71eab6d95bcd31b28d3e378f13e466a13 (patch)
treed54a736a85f1489319886ab0c5d3cd7ee46b02f7 /extraplugins
parent1cbe65b93e5a358fea497ffb578e137f84b4e7b6 (diff)
downloadorg.eclipse.papyrus-b647a9f71eab6d95bcd31b28d3e378f13e466a13.tar.gz
org.eclipse.papyrus-b647a9f71eab6d95bcd31b28d3e378f13e466a13.tar.xz
org.eclipse.papyrus-b647a9f71eab6d95bcd31b28d3e378f13e466a13.zip
Bug 496743: [extra][requirements] duplicate Papyrus entry in import/export wizard
Change-Id: Ic6664652a5121c57f265c388f0f8751d9e11ee79 Signed-off-by: Géry Deloge <gery.deloge@cea.fr>
Diffstat (limited to 'extraplugins')
-rw-r--r--extraplugins/requirements/org.eclipse.papyrus.requirements.reqif/plugin.xml10
1 files changed, 5 insertions, 5 deletions
diff --git a/extraplugins/requirements/org.eclipse.papyrus.requirements.reqif/plugin.xml b/extraplugins/requirements/org.eclipse.papyrus.requirements.reqif/plugin.xml
index 665348ce300..93d07f273db 100644
--- a/extraplugins/requirements/org.eclipse.papyrus.requirements.reqif/plugin.xml
+++ b/extraplugins/requirements/org.eclipse.papyrus.requirements.reqif/plugin.xml
@@ -5,25 +5,25 @@
<extension
point="org.eclipse.ui.importWizards">
<category
- id="org.eclipse.papyrus.editor.category"
+ id="org.eclipse.papyrus.infra.core.importcategory"
name="Papyrus">
</category>
<wizard
- category="org.eclipse.papyrus.editor.category"
+ category="org.eclipse.papyrus.infra.core.importcategory"
class="org.eclipse.papyrus.requirements.reqif.integration.assistant.ReqIFImportWizard"
icon="img/Papyrus_Req_logo_16x16.bmp"
id="com.cea.darwin.reqif.importWizard"
name="Import ReqIF">
- </wizard>
+ </wizard>
</extension>
<extension
point="org.eclipse.ui.exportWizards">
<category
- id="org.eclipse.papyrus.editor.category"
+ id="org.eclipse.papyrus.infra.core.exportcategory"
name="Papyrus">
</category>
<wizard
- category="org.eclipse.papyrus.editor.category"
+ category="org.eclipse.papyrus.infra.core.exportcategory"
class="org.eclipse.papyrus.requirements.reqif.integration.assistant.ReqIFExportWizard"
icon="img/Papyrus_Req_logo_16x16.bmp"
id="com.cea.darwin.reqif.exportWizard"

Back to the top