Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRemi Schnekenburger2014-05-15 18:06:36 +0000
committerRemi Schnekenburger2014-05-15 18:06:36 +0000
commitf6ded8421f704f08b8bd97233d44c459f7ddef22 (patch)
tree2921b8cd79d64e2aa0404041508c62fbb7ae2f42
parentd383c6d5bcf28579407c2d7a0c09dd8b008232c6 (diff)
downloadorg.eclipse.papyrus-f6ded8421f704f08b8bd97233d44c459f7ddef22.tar.gz
org.eclipse.papyrus-f6ded8421f704f08b8bd97233d44c459f7ddef22.tar.xz
org.eclipse.papyrus-f6ded8421f704f08b8bd97233d44c459f7ddef22.zip
Treeproxy is not longer an EPackage
Change-Id: Iff78520ee58ec69441924e2ef570628742e56ecb Signed-off-by: Remi Schnekenburger <remi.schnekenburger@cea.fr>
-rw-r--r--plugins/facet/org.eclipse.papyrus.emf.facet.custom.metamodel/plugin.xml90
1 files changed, 41 insertions, 49 deletions
diff --git a/plugins/facet/org.eclipse.papyrus.emf.facet.custom.metamodel/plugin.xml b/plugins/facet/org.eclipse.papyrus.emf.facet.custom.metamodel/plugin.xml
index aa7229075bf..166ad388a75 100644
--- a/plugins/facet/org.eclipse.papyrus.emf.facet.custom.metamodel/plugin.xml
+++ b/plugins/facet/org.eclipse.papyrus.emf.facet.custom.metamodel/plugin.xml
@@ -1,49 +1,41 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<?eclipse version="3.0"?>
-
-<!--
-Copyright (c) 2011 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:
- Gregoire Dupe (Mia-Software) - Bug 361794 - [Restructuring] New customization meta-model
- David Couvrand (Soft-Maint) - Bug 402725 - Need a query to get an image from an URI
- Nicolas Rault (Soft-Maint) - Bug 402725 - Need a query to get an image from an URI
--->
-
-<plugin>
-
- <extension point="org.eclipse.emf.ecore.generated_package">
- <package
- uri="http://www.eclipse.org/papyrus/emf/facet/custom/0.2.incubation/custom"
- class="org.eclipse.papyrus.emf.facet.custom.metamodel.v0_2_0.custom.CustomPackage"
- genModel="model/custom-0.2.0.genmodel"/>
- </extension>
-
- <extension point="org.eclipse.emf.ecore.generated_package">
- <package
- uri="http://www.eclipse.org/papyrus/emf/facet/custom/0.2.incubation/custom_primitive_types"
- class="org.eclipse.papyrus.emf.facet.custom.metamodel.v0_2_0.custompt.CustomptPackage"
- genModel="model/custom_primitive_types-0.2.0.genmodel"/>
- </extension>
-
- <extension point="org.eclipse.emf.ecore.generated_package">
- <package
- uri="http://www.eclipse.org/papyrus/emf/facet/custom/0.3.incubation/query"
- class="org.eclipse.papyrus.emf.facet.custom.metamodel.v0_3_0.query.QueryPackage"
- genModel="model/query-0.3.0.genmodel"/>
- </extension>
-
- <extension point="org.eclipse.emf.ecore.generated_package">
- <!-- @generated treeproxy-0.2.0 -->
- <package
- uri="http://www.eclipse.org/papyrus/emf/facet/custom/0.2.incubation/internal/treeproxy"
- class="org.eclipse.papyrus.emf.facet.custom.metamodel.v0_2_0.internal.treeproxy.TreeproxyPackage"
- genModel="model/treeproxy-0.2.0.genmodel"/>
- </extension>
-
-</plugin>
+<?xml version="1.0" encoding="UTF-8"?>
+<?eclipse version="3.0"?>
+
+<!--
+Copyright (c) 2011 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:
+ Gregoire Dupe (Mia-Software) - Bug 361794 - [Restructuring] New customization meta-model
+ David Couvrand (Soft-Maint) - Bug 402725 - Need a query to get an image from an URI
+ Nicolas Rault (Soft-Maint) - Bug 402725 - Need a query to get an image from an URI
+-->
+
+<plugin>
+
+ <extension point="org.eclipse.emf.ecore.generated_package">
+ <package
+ uri="http://www.eclipse.org/papyrus/emf/facet/custom/0.2.incubation/custom"
+ class="org.eclipse.papyrus.emf.facet.custom.metamodel.v0_2_0.custom.CustomPackage"
+ genModel="model/custom-0.2.0.genmodel"/>
+ </extension>
+
+ <extension point="org.eclipse.emf.ecore.generated_package">
+ <package
+ uri="http://www.eclipse.org/papyrus/emf/facet/custom/0.2.incubation/custom_primitive_types"
+ class="org.eclipse.papyrus.emf.facet.custom.metamodel.v0_2_0.custompt.CustomptPackage"
+ genModel="model/custom_primitive_types-0.2.0.genmodel"/>
+ </extension>
+
+ <extension point="org.eclipse.emf.ecore.generated_package">
+ <package
+ uri="http://www.eclipse.org/papyrus/emf/facet/custom/0.3.incubation/query"
+ class="org.eclipse.papyrus.emf.facet.custom.metamodel.v0_3_0.query.QueryPackage"
+ genModel="model/query-0.3.0.genmodel"/>
+ </extension>
+
+</plugin>

Back to the top