blob: 20036b93c7f4b58260d30c7a8230b1c83a3abc12 [file] [log] [blame]
<?xml version="1.0" encoding="UTF-8"?>
<?eclipse version="3.0"?>
<!--
Copyright (c) 2005, 2013 IBM Corporation 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:
IBM Corporation - initial API and implementation
-->
<plugin>
<extension
id="uitestapplication"
point="org.eclipse.core.runtime.applications">
<application
visible="false">
<run
class="org.eclipse.pde.internal.junit.runtime.UITestApplication">
</run>
</application>
</extension>
<extension
id="coretestapplication"
point="org.eclipse.core.runtime.applications">
<application
visible="false">
<run
class="org.eclipse.pde.internal.junit.runtime.CoreTestApplication">
</run>
</application>
</extension>
<extension
id="coretestapplicationnonmain"
point="org.eclipse.core.runtime.applications">
<application
cardinality="1"
thread="any"
visible="false">
<run
class="org.eclipse.pde.internal.junit.runtime.CoreTestApplication">
</run>
</application>
</extension>
<extension
id="nonuithreadtestapplication"
point="org.eclipse.core.runtime.applications">
<application
cardinality="1"
visible="false">
<run
class="org.eclipse.pde.internal.junit.runtime.NonUIThreadTestApplication">
</run>
</application>
</extension>
</plugin>