mirror of
https://github.com/eclipse-cdt/cdt
synced 2025-07-25 01:45:33 +02:00
Add ant dependency for test feature
This commit is contained in:
parent
3010059735
commit
b3f585163c
1 changed files with 9 additions and 1 deletions
|
@ -26,7 +26,15 @@
|
|||
<import plugin="org.eclipse.ui"/>
|
||||
<import plugin="org.eclipse.core.runtime"/>
|
||||
<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>
|
||||
|
||||
<plugin
|
||||
|
|
Loading…
Add table
Reference in a new issue