Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorvlorenzo2012-08-02 08:27:21 +0000
committervlorenzo2012-08-02 08:27:21 +0000
commit8baa8e1f3b1c5b633b0129f9f99e1e6cb237f595 (patch)
treee1c0a17e823db3b09c622f82a920f6b3334237d0 /extraplugins/uml
parent8bef1fe9491bc944bae0486ac1bb9d39308f14c8 (diff)
downloadorg.eclipse.papyrus-8baa8e1f3b1c5b633b0129f9f99e1e6cb237f595.tar.gz
org.eclipse.papyrus-8baa8e1f3b1c5b633b0129f9f99e1e6cb237f595.tar.xz
org.eclipse.papyrus-8baa8e1f3b1c5b633b0129f9f99e1e6cb237f595.zip
386403: [Papyrus and UMLCompare] Error generated at initialisation stage of Papyrus
https://bugs.eclipse.org/bugs/show_bug.cgi?id=386403 define the papyrus diff model in the plugin.xml
Diffstat (limited to 'extraplugins/uml')
-rw-r--r--extraplugins/uml/compare/org.eclipse.papyrus.uml.compare.diff/plugin.xml8
1 files changed, 8 insertions, 0 deletions
diff --git a/extraplugins/uml/compare/org.eclipse.papyrus.uml.compare.diff/plugin.xml b/extraplugins/uml/compare/org.eclipse.papyrus.uml.compare.diff/plugin.xml
index b85800f9e3b..8944ed30092 100644
--- a/extraplugins/uml/compare/org.eclipse.papyrus.uml.compare.diff/plugin.xml
+++ b/extraplugins/uml/compare/org.eclipse.papyrus.uml.compare.diff/plugin.xml
@@ -29,5 +29,13 @@
loadByDefault="true">
</browserCustomization>
</extension>
+ <extension
+ point="org.eclipse.emf.ecore.generated_package">
+ <package
+ class="org.eclipse.papyrus.uml.compare.diff.uml_diff_extension.impl.Uml_diff_extensionPackageImpl"
+ genModel="model/papyrus_uml_diff_extension.genmodel"
+ uri="http://www.eclipse.org/papyrus/uml/compare/diff_ext/0.9">
+ </package>
+ </extension>
</plugin>

Back to the top