Created
April 6, 2010 02:41
-
-
Save atoulme/357157 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<extension point="org.eclipse.core.contenttype.contentTypes"> | |
<content-type base-type="org.eclipse.core.runtime.xml" default-charset="UTF-8" file-extensions="bpmn" id="org.eclipse.mdt.bpmn.content-type" name="BPMN 2.0 Content type" priority="normal"> | |
<describer class="org.eclipse.core.runtime.content.XMLRootElementContentDescriber2" plugin="org.eclipse.emf.ecore.xmi"> | |
<parameter name="namespace" value="http://schema.omg.org/spec/BPMN/2.0"/> | |
</describer> | |
</content-type> | |
</extension> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment