2003-06-18 21:29:47 +00:00
|
|
|
<?xml version="1.0" encoding="UTF-8"?>
|
2003-11-24 18:31:03 +00:00
|
|
|
<?eclipse version="3.0"?>
|
2003-06-18 21:29:47 +00:00
|
|
|
<plugin
|
|
|
|
id="org.eclipse.cdt.core.tests"
|
|
|
|
name="org.eclipse.cdt.core.tests"
|
2004-12-22 19:49:22 +00:00
|
|
|
version="3.0.0"
|
2005-01-27 18:48:00 +00:00
|
|
|
class="org.eclipse.cdt.core.testplugin.CTestPlugin">
|
2003-06-18 21:29:47 +00:00
|
|
|
|
|
|
|
<runtime>
|
|
|
|
<library name="cdtcoretests.jar">
|
|
|
|
<export name="*"/>
|
|
|
|
</library>
|
|
|
|
</runtime>
|
|
|
|
<requires>
|
|
|
|
<import plugin="org.eclipse.core.resources"/>
|
|
|
|
<import plugin="org.eclipse.cdt.core"/>
|
|
|
|
<import plugin="org.junit"/>
|
2004-11-21 15:51:31 +00:00
|
|
|
<import plugin="org.eclipse.core.runtime"/>
|
2005-03-18 19:17:42 +00:00
|
|
|
<import plugin="org.eclipse.ui.ide"/>
|
|
|
|
<import plugin="org.eclipse.jface"/>
|
|
|
|
<import plugin="org.eclipse.ui"/>
|
2003-06-18 21:29:47 +00:00
|
|
|
</requires>
|
|
|
|
|
2004-01-12 19:08:28 +00:00
|
|
|
<extension
|
|
|
|
id="runTests"
|
|
|
|
point="org.eclipse.core.runtime.applications">
|
|
|
|
<application>
|
|
|
|
<run
|
|
|
|
class="org.eclipse.cdt.core.suite.RunTests">
|
|
|
|
</run>
|
|
|
|
</application>
|
|
|
|
</extension>
|
2004-02-27 15:59:47 +00:00
|
|
|
<extension
|
2004-01-14 22:05:56 +00:00
|
|
|
id="TestProject"
|
2004-01-19 20:02:53 +00:00
|
|
|
name="C/C++ Test Project"
|
2004-01-14 22:05:56 +00:00
|
|
|
point="org.eclipse.cdt.core.CProject">
|
|
|
|
<cproject
|
2005-01-27 18:48:00 +00:00
|
|
|
class="org.eclipse.cdt.core.testplugin.TestProject">
|
2004-01-14 22:05:56 +00:00
|
|
|
</cproject>
|
2004-02-27 15:59:47 +00:00
|
|
|
</extension>
|
|
|
|
<extension
|
|
|
|
id="TestScanner"
|
|
|
|
name="C/C++ Test Scanner"
|
|
|
|
point="org.eclipse.cdt.core.ScannerInfoProvider">
|
|
|
|
<cextension>
|
|
|
|
<run
|
2005-01-27 18:48:00 +00:00
|
|
|
class="org.eclipse.cdt.core.testplugin.TestScannerProvider">
|
2004-02-27 15:59:47 +00:00
|
|
|
</run>
|
|
|
|
</cextension>
|
|
|
|
</extension>
|
|
|
|
|
2003-06-18 21:29:47 +00:00
|
|
|
</plugin>
|