blob: 6e43541f820d6ec4c6d6e961e9d20a01fed6c0a7 [file] [log] [blame]
<?xml version="1.0" encoding="UTF-8"?>
<?eclipse version="3.4"?>
<!--
Copyright (c) 2019 Mia-Software and others.
This program and the accompanying materials
are made available under the terms of the Eclipse Public License 2.0
which accompanies this distribution, and is available at
https://www.eclipse.org/legal/epl-2.0/
SPDX-License-Identifier: EPL-2.0
Contributors:
Unknown - initial API and implementation
-->
<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>