blob: 6c19644fe171d26a0306a96404b3f8619c33eb5e [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 - initial API and implementation
Sushanth Sankaran
SPDX-License-Identifier: EPL-1.0
*******************************************************************************
-->
<plugin>
<extension
point="org.eclipse.emf.ecore.factory_override">
<factory
class="org.eclipse.apogy.common.math.graphs.impl.ApogyCommonMathGraphsFactoryImpl"
uri="org.eclipse.apogy.common.math.graphs">
</factory>
</extension>
<extension point="org.eclipse.emf.ecore.generated_package">
<!-- @generated apogy_common_math_graphs -->
<package
uri="org.eclipse.apogy.common.math.graphs"
class="org.eclipse.apogy.common.math.graphs.ApogyCommonMathGraphsPackage"
genModel="model/apogy_common_math_graphs.xcore"/>
</extension>
</plugin>