| <?xml version="1.0" encoding="UTF-8"?> | |
| <?eclipse version="3.4"?> | |
| <!-- | |
| <copyright> | |
| Copyright (c) 2014 itemis and others. | |
| All rights reserved. This program and the accompanying materials | |
| are made available under the terms of the Eclipse Public License v2.0 | |
| which accompanies this distribution, and is available at | |
| https://www.eclipse.org/org/documents/epl-2.0/EPL-2.0.html | |
| Contributors: | |
| itemis - Initial API and implementation | |
| </copyright> | |
| --> | |
| <plugin> | |
| <extension | |
| id="WorkflowRunner" | |
| point="org.eclipse.core.runtime.applications"> | |
| <application | |
| cardinality="singleton-global" | |
| thread="main" | |
| visible="true"> | |
| <run class="org.eclipse.sphinx.emf.mwe.dynamic.headless.BasicWorkflowRunnerApplication" /> | |
| </application> | |
| </extension> | |
| <extension | |
| id="workflowRunner" | |
| name="Workflow Runner" | |
| point="org.eclipse.core.runtime.products"> | |
| <product | |
| application="org.eclipse.sphinx.emf.mwe.dynamic.headless.workflowRunner" | |
| description="Headless MWE Workflow Runner" | |
| name="Workflow Runner"> | |
| <property | |
| name="appName" | |
| value="Workflow Runner"> | |
| </property> | |
| </product> | |
| </extension> | |
| </plugin> |