mirror of
https://github.com/eclipse-cdt/cdt
synced 2025-07-14 04:25:21 +02:00
Add ant dependency for test feature
This commit is contained in:
parent
e86b9f140f
commit
a48a60c97c
2 changed files with 12 additions and 2 deletions
|
@ -44,6 +44,7 @@
|
||||||
<!-- it could invalidate the configuration for Platform users: -->
|
<!-- it could invalidate the configuration for Platform users: -->
|
||||||
<!-- bug 151797) -->
|
<!-- bug 151797) -->
|
||||||
<import plugin="org.junit" version="3.8.1" match="compatible"/>
|
<import plugin="org.junit" version="3.8.1" match="compatible"/>
|
||||||
|
<import plugin="org.apache.ant"/>
|
||||||
</requires>
|
</requires>
|
||||||
|
|
||||||
<plugin
|
<plugin
|
||||||
|
@ -57,7 +58,8 @@
|
||||||
download-size="0"
|
download-size="0"
|
||||||
install-size="0"
|
install-size="0"
|
||||||
version="0.0.0"
|
version="0.0.0"
|
||||||
fragment="true"/>
|
fragment="true"
|
||||||
|
unpack="false"/>
|
||||||
|
|
||||||
<plugin
|
<plugin
|
||||||
id="org.eclipse.rse.tests"
|
id="org.eclipse.rse.tests"
|
||||||
|
|
|
@ -26,7 +26,15 @@
|
||||||
<import plugin="org.eclipse.ui"/>
|
<import plugin="org.eclipse.ui"/>
|
||||||
<import plugin="org.eclipse.core.runtime"/>
|
<import plugin="org.eclipse.core.runtime"/>
|
||||||
<import plugin="org.eclipse.tm.terminal" version="2.0.0" match="compatible"/>
|
<import plugin="org.eclipse.tm.terminal" version="2.0.0" match="compatible"/>
|
||||||
<import plugin="org.eclipse.tm.terminal.view" version="2.0.0" match="compatible"/>
|
<!-- <import plugin="org.eclipse.tm.terminal.view" version="2.0.0" match="compatible"/> -->
|
||||||
|
<!-- org.junit either comes with the JDT feature (org.eclipse.jdt), -->
|
||||||
|
<!-- or with the eclipse-test-framework download. So, don't put a -->
|
||||||
|
<!-- feature dependency here since it is no hard dependency -->
|
||||||
|
<!-- (although it would help Europa users to get their stuff, but -->
|
||||||
|
<!-- it could invalidate the configuration for Platform users: -->
|
||||||
|
<!-- bug 151797) -->
|
||||||
|
<import plugin="org.junit" version="3.8.1" match="compatible"/>
|
||||||
|
<import plugin="org.apache.ant"/>
|
||||||
</requires>
|
</requires>
|
||||||
|
|
||||||
<plugin
|
<plugin
|
||||||
|
|
Loading…
Add table
Reference in a new issue