blob: c0a3167475bf308e6bf8a733845deb429678d04d [file] [log] [blame]
<?xml version="1.0" encoding="UTF-8"?>
<?eclipse version="3.4"?>
<plugin>
<extension-point id="org.eclipse.modisco.workflow.engine" name="%extension-point.name" schema="schema/engine.exsd"/>
<extension
point="org.eclipse.debug.core.launchConfigurationTypes">
<launchConfigurationType
delegate="org.eclipse.modisco.workflow.core.internal.MoDiscoWorkflowLaunchConfigurationDelegate"
id="org.eclipse.modisco.workflow.launchType"
modes="run,debug"
name="%launchConfigurationType.name"
public="true">
</launchConfigurationType>
</extension>
<extension
id="org.eclipse.modisco.workflow.defaultengine"
point="org.eclipse.modisco.workflow.engine">
<workflowCore
class="org.eclipse.modisco.workflow.core.internal.defaultengine.WorkflowModelImpl"
name="%workflowCore.name">
</workflowCore>
<workflowExecution
class="org.eclipse.modisco.workflow.core.internal.defaultengine.WorkflowExecutionImpl">
</workflowExecution>
</extension>
</plugin>