Skip to main content
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorLaurent Goubet2013-03-22 07:56:30 +0000
committerLaurent Goubet2013-03-22 07:56:30 +0000
commite8450380a63b592f8a43fba8ce23f20c1826c6c6 (patch)
tree8227d07a94ec535ebb4c4d3a45d02115889d92cf
parent2d78dee827733918691e9a90c798458bcbe55f8b (diff)
downloadorg.eclipse.emf.compare-e8450380a63b592f8a43fba8ce23f20c1826c6c6.tar.gz
org.eclipse.emf.compare-e8450380a63b592f8a43fba8ce23f20c1826c6c6.tar.xz
org.eclipse.emf.compare-e8450380a63b592f8a43fba8ce23f20c1826c6c6.zip
[404088] "missing" genmodel
-rw-r--r--plugins/org.eclipse.emf.compare.uml2/plugin.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins/org.eclipse.emf.compare.uml2/plugin.xml b/plugins/org.eclipse.emf.compare.uml2/plugin.xml
index 5665ffeb6..d90957f89 100644
--- a/plugins/org.eclipse.emf.compare.uml2/plugin.xml
+++ b/plugins/org.eclipse.emf.compare.uml2/plugin.xml
@@ -18,7 +18,7 @@ Contributors:
<package
uri="http://www.eclipse.org/emf/compare/uml2/2.0"
class="org.eclipse.emf.compare.uml2.internal.UMLComparePackage"
- genModel="model/uml2diff.genmodel"/>
+ genModel="model/uml2compare.genmodel"/>
</extension>
<extension
point="org.eclipse.emf.compare.rcp.postProcessor">

Back to the top