Skip to main content
aboutsummaryrefslogtreecommitdiffstats
blob: 109103b33a998feab18f57c55f0b88d28177eb4c (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
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>

</plugin>

Back to the top