Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorptessier2014-02-14 14:09:22 +0000
committerptessier2014-02-14 14:09:22 +0000
commit420cf917b5c3b13d4d8ef6bd708a3b3e40b6bdb0 (patch)
treea083340770062420f23ceab12dc3b18393d94620 /plugins/facet/org.eclipse.papyrus.emf.facet.query.ocl.metamodel/plugin.xml
parent64ee2ce1efd7404b1818daea15cb8300b316e982 (diff)
downloadorg.eclipse.papyrus-420cf917b5c3b13d4d8ef6bd708a3b3e40b6bdb0.tar.gz
org.eclipse.papyrus-420cf917b5c3b13d4d8ef6bd708a3b3e40b6bdb0.tar.xz
org.eclipse.papyrus-420cf917b5c3b13d4d8ef6bd708a3b3e40b6bdb0.zip
386118: [EMF Facet] Papyrus should progressively support EMF Facet 0.2
https://bugs.eclipse.org/bugs/show_bug.cgi?id=386118
Diffstat (limited to 'plugins/facet/org.eclipse.papyrus.emf.facet.query.ocl.metamodel/plugin.xml')
-rw-r--r--plugins/facet/org.eclipse.papyrus.emf.facet.query.ocl.metamodel/plugin.xml25
1 files changed, 25 insertions, 0 deletions
diff --git a/plugins/facet/org.eclipse.papyrus.emf.facet.query.ocl.metamodel/plugin.xml b/plugins/facet/org.eclipse.papyrus.emf.facet.query.ocl.metamodel/plugin.xml
new file mode 100644
index 00000000000..c0fa7c6812a
--- /dev/null
+++ b/plugins/facet/org.eclipse.papyrus.emf.facet.query.ocl.metamodel/plugin.xml
@@ -0,0 +1,25 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<?eclipse version="3.0"?>
+
+<!--
+ Copyright (c) 2012 Mia-Software.
+
+ All rights reserved. This program and the accompanying materials
+ are made available under the terms of the Eclipse Public License v1.0
+ which accompanies this distribution, and is available at
+ http://www.eclipse.org/legal/epl-v10.html
+
+ Contributors:
+ Alban Ménager (Soft-Maint) - Bug 387470 - [EFacet][Custom] Editors
+-->
+
+<plugin>
+
+ <extension point="org.eclipse.emf.ecore.generated_package">
+ <package
+ uri="http://www.eclipse.org/emf/facet/query/ocl/0.3.incubation/oclquery"
+ class="org.eclipse.emf.facet.query.ocl.metamodel.oclquery.OclQueryPackage"
+ genModel="model/oclQuery.genmodel"/>
+ </extension>
+
+</plugin>

Back to the top