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



































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

<!--
* Copyright (c) 2017 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:
  Maged Elaasar - Initial API and implementation
  
 
-->

<plugin>

   <extension point="org.eclipse.emf.ecore.generated_package">
      <!-- @generated Representation -->
      <package
            uri="http://www.eclipse.org/papyrus/infra/core/architecture/representation"
            class="org.eclipse.papyrus.infra.architecture.representation.RepresentationPackage"
            genModel="model/Representation.genmodel"/>
   </extension>

   <extension
         point="org.eclipse.emf.ecore.factory_override">
      <factory
            uri="http://www.eclipse.org/papyrus/infra/core/architecture/representation"
            class="org.eclipse.papyrus.infra.architecture.representation.impl.RepresentationFactoryCustomImpl">
      </factory>
   </extension>

</plugin>

Back to the top