Skip to main content
aboutsummaryrefslogblamecommitdiffstats
blob: 35c4d727312555f99327ba9c4ab35d006d4ae2a5 (plain) (tree)




















                                                                                     
                                                                                                             



                                                            
<?xml version="1.0" encoding="UTF-8"?>
<?eclipse version="3.0"?>

<!--
  Copyright (c) 2012 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:
  Vincent Lorenzo (CEA-LIST) vincent.lorenzo@cea.fr - Initial API and implementation
 
-->

<plugin>

   <extension point="org.eclipse.emf.ecore.generated_package">
      <package
            uri="http://www.eclipse.org/Papyrus/Example/0.9.0/papyrustextinstance"
            class="org.eclipse.papyrus.example.text.instance.papyrustextinstance.PapyrustextinstancePackage"
            genModel="model/papyrustextinstance.genmodel"/>
   </extension>

</plugin>

Back to the top