blob: fa7966a0589dc857877b72282918d2a3bff8cfa9 [file] [log] [blame]
<?xml version="1.0" encoding="UTF-8"?>
<?eclipse version="3.2"?>
<!--
/***********************************************************************************************************************
* Copyright (c) 2008 empolis GmbH and brox IT Solutions GmbH. 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: Ivan Churkin (brox IT Solutions GmbH) - initial creator
**********************************************************************************************************************/
-->
<plugin>
<extension
id="SMILA.application"
point="org.eclipse.core.runtime.applications">
<application
cardinality="singleton-scoped"
thread="main"
visible="true">
<run
class="org.eclipse.smila.product.Application">
</run>
</application>
</extension>
<extension
id="SMILA"
point="org.eclipse.core.runtime.products">
<product
application="SMILA.application"
name="SMILA">
<property
name="appName"
value="SMILA">
</property>
</product>
</extension>
</plugin>