1
0
Fork 0
mirror of https://github.com/eclipse-cdt/cdt synced 2025-07-02 22:55:26 +02:00

Add ant dependency for test feature

This commit is contained in:
Martin Oberhuber 2008-02-13 18:53:14 +00:00
parent e86b9f140f
commit a48a60c97c
2 changed files with 12 additions and 2 deletions

View file

@ -44,6 +44,7 @@
<!-- 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
@ -57,7 +58,8 @@
download-size="0"
install-size="0"
version="0.0.0"
fragment="true"/>
fragment="true"
unpack="false"/>
<plugin
id="org.eclipse.rse.tests"

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