| <?xml version="1.0" encoding="UTF-8"?> |
| <?eclipse version="3.0"?> |
| |
| <!-- |
| Copyright (c) 2013 itemis AG. |
| 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: |
| Mark Broerkens - initial API and implementation |
| |
| --> |
| |
| <plugin> |
| |
| <extension point="org.eclipse.emf.ecore.generated_package"> |
| <!-- @generated reqif10 --> |
| <package |
| uri="http://www.omg.org/spec/ReqIF/20110401/reqif.xsd" |
| class="org.eclipse.rmf.reqif10.ReqIF10Package" |
| genModel="model/reqif10.genmodel"/> |
| </extension> |
| |
| <extension point="org.eclipse.emf.ecore.content_parser"> |
| <!-- @generated reqif10 --> |
| <parser |
| contentTypeIdentifier="org.eclipse.rmf.reqif10.reqif10XMLFile" |
| class="org.eclipse.emf.ecore.xmi.impl.XMIResourceFactoryImpl"/> |
| </extension> |
| |
| <extension point="org.eclipse.core.contenttype.contentTypes"> |
| <!-- @generated reqif10 --> |
| <content-type |
| base-type="org.eclipse.emf.ecore.xmi" |
| file-extensions="reqif" |
| id="org.eclipse.rmf.reqif10.reqif10XMLFile" |
| name="%_UI_ReqIF10_content_type" |
| priority="normal"> |
| <describer class="org.eclipse.emf.ecore.xmi.impl.RootXMLContentHandlerImpl$Describer"> |
| <parameter name="namespace" value="http://www.omg.org/spec/ReqIF/20110401/reqif.xsd"/> |
| <parameter name="kind" value="xmi"/> |
| </describer> |
| </content-type> |
| </extension> |
| |
| </plugin> |