| <?xml version="1.0" encoding="UTF-8"?> |
| <?eclipse version="3.0"?> |
| |
| <!-- |
| Copyright (c) 2012 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 xhtml --> |
| <package |
| uri="http://www.w3.org/1999/xhtml" |
| class="org.eclipse.rmf.reqif10.xhtml.XhtmlPackage" |
| genModel="model/xhtml.genmodel"/> |
| </extension> |
| |
| <extension point="org.eclipse.emf.ecore.extension_parser"> |
| <!-- @generated xhtml --> |
| <parser |
| type="xhtml" |
| class="org.eclipse.rmf.reqif10.xhtml.util.XhtmlResourceFactoryImpl"/> |
| </extension> |
| |
| <extension point="org.eclipse.emf.ecore.generated_package"> |
| <!-- @generated xhtml --> |
| <package |
| uri="http://www.w3.org/1999/xhtml/datatypes/" |
| class="org.eclipse.rmf.reqif10.datatypes.DatatypesPackage" |
| genModel="model/xhtml.genmodel"/> |
| </extension> |
| |
| </plugin> |