mirror of
https://github.com/eclipse-cdt/cdt
synced 2025-06-05 00:36:16 +02:00

1. Fix for bug 38665 - Need to select platform before configurations become visible 2. Icon files that were not delivered in my last patch 3. A new interface for clients of the build model to extract include paths and defined symbols for managed projects. Unmanaged projects to follow soon.
25 lines
690 B
XML
25 lines
690 B
XML
<?xml version="1.0" encoding="UTF-8"?>
|
|
<plugin
|
|
id="org.eclipse.cdt.ui.tests"
|
|
name="org.eclipse.cdt.ui.tests"
|
|
version="1.2.0.5"
|
|
class="org.eclipse.cdt.testplugin.CTestPlugin">
|
|
|
|
<runtime>
|
|
<library name="cdtuitests.jar">
|
|
<export name="*"/>
|
|
</library>
|
|
</runtime>
|
|
<requires>
|
|
<import plugin="org.apache.xerces"/>
|
|
<import plugin="org.eclipse.core.resources"/>
|
|
<import plugin="org.eclipse.core.runtime"/>
|
|
<import plugin="org.eclipse.cdt.core"/>
|
|
<import plugin="org.eclipse.cdt.ui"/>
|
|
<import plugin="org.eclipse.swt"/>
|
|
<import plugin="org.eclipse.ui"/>
|
|
<import plugin="org.junit"/>
|
|
</requires>
|
|
|
|
|
|
</plugin>
|