2002-10-10 13:06:39 +00:00
|
|
|
<?xml version="1.0" encoding="UTF-8"?>
|
|
|
|
<plugin
|
|
|
|
id="org.eclipse.cdt.debug.ui.tests"
|
|
|
|
name="org.eclipse.cdt.debug.ui.tests"
|
2003-01-06 20:33:54 +00:00
|
|
|
version="1.0.1"
|
2002-12-17 15:42:17 +00:00
|
|
|
class="org.eclipse.cdt.debug.testplugin.CTestPlugin">
|
2002-10-10 13:06:39 +00:00
|
|
|
|
|
|
|
<runtime>
|
2003-01-06 20:33:54 +00:00
|
|
|
<library name="cdtdebuguitests.jar">
|
2002-12-17 15:42:17 +00:00
|
|
|
<export name="*"/>
|
|
|
|
</library>
|
2002-10-10 13:06:39 +00:00
|
|
|
</runtime>
|
|
|
|
<requires>
|
|
|
|
<import plugin="org.apache.xerces"/>
|
|
|
|
<import plugin="org.eclipse.core.boot"/>
|
|
|
|
<import plugin="org.eclipse.core.resources"/>
|
|
|
|
<import plugin="org.eclipse.core.runtime"/>
|
|
|
|
<import plugin="org.eclipse.swt"/>
|
|
|
|
<import plugin="org.junit"/>
|
|
|
|
<import plugin="org.eclipse.cdt.debug.core"/>
|
|
|
|
<import plugin="org.eclipse.cdt.debug.mi.core"/>
|
|
|
|
<import plugin="org.eclipse.cdt.core"/>
|
|
|
|
<import plugin="org.eclipse.ui"/>
|
2002-12-17 15:42:17 +00:00
|
|
|
<import plugin="org.eclipse.update.core"/>
|
2002-10-10 13:06:39 +00:00
|
|
|
</requires>
|
|
|
|
|
|
|
|
|
|
|
|
</plugin>
|