blob: dfa9454849259f555a7ccb73cb5d67ee8b0d8f80 [file] [log] [blame]
<?xml version="1.0" encoding="UTF-8"?>
<?eclipse version="3.0"?>
<!--
/*******************************************************************************
* Copyright (c) 2012 Bundesinstitut für Risikobewertung and others.
* All rights reserved. This program and the accompanying materials
* are made available under the terms of the Eclipse Public License v2.0
* which accompanies this distribution, and is available at
* https://www.eclipse.org/legal/epl-2.0/
*
* Contributors:
* Bundesinstitut für Risikobewertung - initial API and implementation
*******************************************************************************/
-->
<plugin>
<extension
point="org.eclipse.core.runtime.applications" id="TransformerApplication">
<application>
<run
class="org.eclipse.stem.model.transform.util.TransformerApplication">
</run>
</application>
</extension>
<extension
point="org.eclipse.core.runtime.applications" id="EcoreToMetamodelTransform">
<application>
<run
class="org.eclipse.stem.model.transform.util.EcoreToMetamodelTransformer">
</run>
</application>
</extension>
</plugin>