blob: 61eb14c24951fa855f21bfa5b7c48987145a0596 [file] [log] [blame]
<?xml version="1.0" encoding="UTF-8"?>
<?eclipse version="3.0"?>
<!--
Copyright (c) 2011 Mia-Software.
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:
Nicolas Payneau (Mia-Software) - initial API and implementation
Nicolas Bros (Mia-Software) - refactored
-->
<plugin>
<extension point="org.eclipse.emf.ecore.generated_package">
<package
uri="http://www.eclipse.org/MoDisco/infra/workflow/0.9.incubation"
class="org.eclipse.modisco.workflow.modiscoworkflow.ModiscoworkflowPackage"
genModel="model/MoDiscoWorkflow.genmodel"/>
</extension>
<!-- for model editors -->
<extension point="org.eclipse.core.contenttype.contentTypes">
<content-type
base-type="org.eclipse.emf.ecore.xmi"
file-extensions="modiscoworkflow"
id="org.eclipse.modisco.workflow.contenttype"
name="%content-type.name"
priority="normal">
</content-type>
</extension>
</plugin>