blob: 38c343b1748f06c0d31ab35b4c23f6596e0df2b1 [file] [log] [blame]
<?xml version="1.0" encoding="UTF-8"?>
<?eclipse version="3.0"?>
<!--
Copyright (c) 2018 Agence spatiale canadienne / Canadian Space Agency
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:
Pierre Allard,
Regent L'Archeveque - initial API and implementation
SPDX-License-Identifier: EPL-1.0
-->
<plugin>
<extension
point="org.eclipse.emf.ecore.factory_override">
<factory
class="org.eclipse.apogy.examples.satellite.apogy.impl.ApogyExamplesSatelliteApogyFactoryImpl"
uri="org.eclipse.apogy.examples.satellite.apogy">
</factory>
</extension>
<extension point="org.eclipse.emf.ecore.generated_package">
<!-- @generated apogy_examples_satellite_apogy -->
<package
uri="org.eclipse.apogy.examples.satellite.apogy"
class="org.eclipse.apogy.examples.satellite.apogy.ApogyExamplesSatelliteApogyPackage"
genModel="model/apogy_examples_satellite_apogy.xcore"/>
</extension>
<extension
point="org.eclipse.apogy.core.invocator.typeContributor">
<Type
URI="model/constellation.ss">
</Type>
</extension>
<extension
point="org.eclipse.apogy.common.converters">
<new_element
Class="org.eclipse.apogy.examples.satellite.apogy.converters.ConstellationDataToConstellationStateConverter">
</new_element>
</extension>
<extension
point="org.eclipse.apogy.workspace.projectProvider">
</extension>
</plugin>