blob: 46b7bedd14aa25f70d0e69f4f7402a129ad2f58e [file] [log] [blame]
<?xml version="1.0" encoding="UTF-8"?>
<?eclipse version="3.0"?>
<!--
/*******************************************************************************
* Copyright (c) 2013 IBM Corporation and others.
* 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:
* IBM Corporation - initial API and implementation
*******************************************************************************/
-->
<plugin>
<extension
point="org.eclipse.ui.startup">
<startup
class="org.eclipse.stem.model.common.Starter">
</startup>
</extension>
<extension
id="ModelProjectNature"
name="STEM Computational Model Project Nature"
point="org.eclipse.core.resources.natures">
<runtime>
<run class="org.eclipse.stem.model.common.ModelProjectNature"/>
</runtime>
<builder
id="org.eclipse.stem.model.builder.MetamodelBuilder">
</builder>
</extension>
</plugin>