Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorChristian W. Damus2016-01-22 23:07:03 +0000
committerChristian W. Damus2016-01-22 23:07:03 +0000
commitec43819bbffda033798f6c5e29099092516c7d51 (patch)
treecd4fcd8a3f20b6701cd67e5bf66b8da21c1158a2 /extraplugins
parent760871198ef02330943bbf337edf44f79e18c8ec (diff)
downloadorg.eclipse.papyrus-ec43819bbffda033798f6c5e29099092516c7d51.tar.gz
org.eclipse.papyrus-ec43819bbffda033798f6c5e29099092516c7d51.tar.xz
org.eclipse.papyrus-ec43819bbffda033798f6c5e29099092516c7d51.zip
Bug 485220: [Architecture] Provide a more modular architecture
https://bugs.eclipse.org/bugs/show_bug.cgi?id=485220 Late changes in EFFB plug-in missed an extension point refactoring.
Diffstat (limited to 'extraplugins')
-rw-r--r--extraplugins/EFFBD/org.eclipse.papyrus.effbd/build.properties3
-rw-r--r--extraplugins/EFFBD/org.eclipse.papyrus.effbd/plugin.xml2
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"

Back to the top