| <?xml version="1.0" encoding="UTF-8"?> |
| <?eclipse version="3.0"?> |
| |
| <!-- |
| <copyright> |
| |
| Copyright (c) 2013 Willink Transformations and others. |
| All rights reserved. This program and the accompanying materials |
| are made available under the terms of the Eclipse Public License v2.0 |
| which accompanies this distribution, and is available at |
| http://www.eclipse.org/legal/epl-v20.html |
| |
| Contributors: |
| E.D.Willink - Initial API and implementation |
| |
| </copyright> |
| --> |
| |
| <plugin> |
| |
| <extension point="org.eclipse.emf.ecore.generated_package"> |
| <!-- @generated qvticgmodel --> |
| <package |
| uri="http://www.eclipse.org/qvti/0.12.0/CG" |
| class="org.eclipse.qvtd.codegen.qvticgmodel.QVTiCGModelPackage" |
| genModel="model/qvticgmodel.genmodel"/> |
| </extension> |
| |
| <extension point="org.eclipse.emf.ecore.content_parser"> |
| <!-- @generated qvticgmodel NOT --> |
| <!--parser |
| contentTypeIdentifier="org.eclipse.qvtd.codegen.qvticgmodel" |
| class="org.eclipse.emf.ecore.xmi.impl.XMIResourceFactoryImpl"/--> |
| <parser |
| contentTypeIdentifier="org.eclipse.qvtd.codegen.qvticgmodel" |
| class="org.eclipse.qvtd.codegen.utilities.QVTiCGModelResourceFactory"/> |
| </extension> |
| |
| <extension point="org.eclipse.core.contenttype.contentTypes"> |
| <!-- @generated qvticgmodel NOT --> |
| <content-type |
| base-type="org.eclipse.emf.ecore.xmi" |
| file-extensions="qvticgmodel" |
| id="org.eclipse.qvtd.codegen.qvticgmodel" |
| name="%_UI_QVTiCGModel_content_type" |
| priority="normal"> |
| <describer class="org.eclipse.emf.ecore.xmi.impl.RootXMLContentHandlerImpl$Describer"> |
| <parameter name="namespace" value="http://www.eclipse.org/qvti/0.12.0/CG"/> |
| <parameter name="kind" value="xmi"/> |
| </describer> |
| </content-type> |
| </extension> |
| |
| </plugin> |