blob: 98a25e90d6b88940375a96aa7ced7272462f5216 [file] [log] [blame]
<?xml version="1.0" encoding="UTF-8"?>
<?eclipse version="3.4"?>
<!--
/*******************************************************************************
* Copyright (c) 2018 Robert Bosch GmbH.
*
* This program and the accompanying materials are made
* available under the terms of the Eclipse Public License 2.0
* which is available at https://www.eclipse.org/legal/epl-2.0/
*
* SPDX-License-Identifier: EPL-2.0
*
* Contributors:
* Robert Bosch GmbH - initial API and implementation
*******************************************************************************/
-->
<plugin>
<extension
id="application"
point="org.eclipse.core.runtime.applications">
<application
visible="true">
<run
class="org.eclipse.app4mc.transform.to.inchron.app.InchronApplication">
</run>
</application>
</extension>
<extension
id="product"
point="org.eclipse.core.runtime.products">
<product
application="org.eclipse.app4mc.transform.to.inchron.app.application"
name="APP4MCTransformation">
<property
name="appName"
value="APP4MCTransformation">
</property>
</product>
</extension>
</plugin>