| <?xml version="1.0" encoding="UTF-8"?> | |
| <?eclipse version="3.0"?> | |
| <!-- | |
| Copyright (c) 2011 Mia-Software. | |
| 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: | |
| Fabien Giquel (Mia-Software) - design and implementation | |
| --> | |
| <plugin> | |
| <extension point="org.eclipse.emf.ecore.generated_package"> | |
| <package | |
| uri="http://www.eclipse.org/MoDisco/Discovery/0.1.incubation/discovery/catalog" | |
| class="org.eclipse.modisco.infra.discovery.catalog.CatalogPackage" | |
| genModel="model/discovery.genmodel"/> | |
| </extension> | |
| <extension point="org.eclipse.emf.ecore.generated_package"> | |
| <package | |
| uri="http://www.eclipse.org/MoDisco/Discovery/0.1.incubation/discovery/launch" | |
| class="org.eclipse.modisco.infra.discovery.launch.LaunchPackage" | |
| genModel="model/discovery.genmodel"/> | |
| </extension> | |
| </plugin> |