| <?xml version="1.0" encoding="UTF-8"?> | |
| <?eclipse version="3.0"?> | |
| <!-- | |
| Copyright (c) 2010, 2011 Technical University of Denmark. | |
| 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: | |
| Patrick Koenemann, DTU Informatics - initial API and implementation | |
| $Id: plugin.xml,v 1.1 2010/09/10 15:23:08 cbrun Exp $ | |
| --> | |
| <plugin> | |
| <extension point="org.eclipse.emf.ecore.generated_package"> | |
| <package | |
| uri="http://www.eclipse.org/emf/compare/mpatch/1.0" | |
| class="org.eclipse.emf.compare.mpatch.MPatchPackage" | |
| genModel="model/mpatch.genmodel"/> | |
| </extension> | |
| </plugin> |