Skip to main content
aboutsummaryrefslogblamecommitdiffstats
blob: d241dfe97674925e027e1a40eb51572d0a864a73 (plain) (tree)
















































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

<!--
 Copyright (c) 2016 CEA LIST and others.
     
 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:
  
 Quentin Le Menez (CEA LIST) quentin.lemenez@cea.fr - Initial API and implementation
-->

<plugin>

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

   <extension point="org.eclipse.emf.ecore.content_parser">
      <!-- @generated propertylifecycle -->
      <parser
            contentTypeIdentifier="org.eclipse.papyrus.infra.propertylifecycle"
            class="org.eclipse.papyrus.propertylifecycle.util.PropertylifecycleResourceFactoryImpl"/>
   </extension>

   <extension point="org.eclipse.core.contenttype.contentTypes">
      <!-- @generated propertylifecycle -->
      <content-type
            base-type="org.eclipse.emf.ecore.xmi"
            file-extensions="propertylifecycle"
            id="org.eclipse.papyrus.infra.propertylifecycle"
            name="%_UI_Propertylifecycle_content_type"
            priority="normal">
         <describer class="org.eclipse.emf.ecore.xmi.impl.RootXMLContentHandlerImpl$Describer">
            <parameter name="namespace" value="http://www.eclipse.org/papyrus/infra/propertylifecycle/1.0"/>
            <parameter name="kind" value="xmi"/>
         </describer>
      </content-type>
   </extension>

</plugin>

Back to the top