blob: 563bbe09eed1c63b6394e41c99e7a6f6a05bf132 [file] [log] [blame]
<?xml version="1.0" encoding="UTF-8"?>
<?eclipse version="3.4"?>
<!--
Copyright (c) 2009, 2016 Xored Software Inc 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:
Xored Software Inc - initial API and implementation and/or initial documentation
-->
<plugin>
<extension
id="headless"
point="org.eclipse.core.runtime.applications">
<application
visible="true">
<run
class="org.eclipse.rcptt.runner.HeadlessRunnerApp">
</run>
</application>
</extension>
<extension
id="product"
point="org.eclipse.core.runtime.products">
<product
application="org.eclipse.rcptt.runner.headless"
name="RCPTT Runner">
<property
name="appName"
value="RCPTT Runner">
</property>
</product>
</extension>
<extension
point="org.eclipse.rcptt.launching.rap.browserLaunchDelegate">
<browserDelegate
class="org.eclipse.rcptt.runner.util.RunnerBrowserLaunchDelegate">
</browserDelegate>
</extension>
</plugin>