1
0
Fork 0
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:
Martin Oberhuber 2008-02-13 18:53:14 +00:00
parent 3010059735
commit b3f585163c

View file

@ -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