diff options
Diffstat (limited to 'extraplugins')
-rw-r--r-- | extraplugins/EFFBD/org.eclipse.papyrus.effbd/build.properties | 3 | ||||
-rw-r--r-- | extraplugins/EFFBD/org.eclipse.papyrus.effbd/plugin.xml | 2 |
2 files changed, 3 insertions, 2 deletions
diff --git a/extraplugins/EFFBD/org.eclipse.papyrus.effbd/build.properties b/extraplugins/EFFBD/org.eclipse.papyrus.effbd/build.properties index 0c27185ef1d..9bfaee8c64f 100644 --- a/extraplugins/EFFBD/org.eclipse.papyrus.effbd/build.properties +++ b/extraplugins/EFFBD/org.eclipse.papyrus.effbd/build.properties @@ -5,4 +5,5 @@ bin.includes = META-INF/,\ plugin.xml,\ icons/,\ doc/,\ - resource/ + resource/,\ + plugin.properties diff --git a/extraplugins/EFFBD/org.eclipse.papyrus.effbd/plugin.xml b/extraplugins/EFFBD/org.eclipse.papyrus.effbd/plugin.xml index 8cfdabbfb2c..ae7debd6d48 100644 --- a/extraplugins/EFFBD/org.eclipse.papyrus.effbd/plugin.xml +++ b/extraplugins/EFFBD/org.eclipse.papyrus.effbd/plugin.xml @@ -9,7 +9,7 @@ </contribution> </extension> <extension - point="org.eclipse.papyrus.infra.core.papyrusDiagram"> + point="org.eclipse.papyrus.infra.ui.papyrusDiagram"> <diagramCategory class="org.eclipse.papyrus.effbd.command.CreateEFFBModelCommand" icon="icons/effbd32.png" |