blob: 882e6041ada00885606c41617a82706a9ea81a23 [file] [log] [blame]
<?xml version="1.0" encoding="UTF-8"?>
<?eclipse version="3.4"?>
<!--
<copyright>
Copyright (c) 2016 itemis and others.
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:
itemis - Initial API and implementation
</copyright>
-->
<plugin>
<!-- Command line invocation of (Sphinx workflow and any other) launch configurations -->
<extension
id="Launcher"
point="org.eclipse.core.runtime.applications">
<application
cardinality="singleton-global"
thread="main"
visible="true">
<run class="org.eclipse.sphinx.platform.launching.BasicLauncherApplication" />
</application>
</extension>
</plugin>