Skip to main content
aboutsummaryrefslogtreecommitdiffstats
blob: 61efec611b3419e0877a67439ce087e327e354f1 (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
<?xml version="1.0" encoding="UTF-8"?>
<?eclipse version="3.0"?>

<!--
 Copyright (c) 2013 CEA LIST.
 
  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:
  Laurent Wouters laurent.wouters@cea.fr - Initial API and implementation
  
 
-->

<plugin>

   <extension point="org.eclipse.emf.ecore.generated_package">
      <!-- @generated style -->
      <package
            uri="http://www.eclipse.org/papyrus/infra/gmfdiag/style"
            class="org.eclipse.papyrus.infra.gmfdiag.style.StylePackage"
            genModel="model/style.genmodel"/>
   </extension>

</plugin>

Back to the top