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

Fix copying Terminal Prereq for Testing

This commit is contained in:
Martin Oberhuber 2008-02-13 23:32:45 +00:00
parent eed93c4dd0
commit 86b4fabf5e

View file

@ -218,9 +218,16 @@
featureId="org.eclipse.rse.tests" featureId="org.eclipse.rse.tests"
outputFile="${workingDirectory}/testing/test.properties" outputFile="${workingDirectory}/testing/test.properties"
/> />
<generateTestProperties
buildDirectory="${buildDirectory}"
featureId="org.eclipse.tm.terminal.test"
outputFile="${workingDirectory}/testing/test2.properties"
/>
<!--load the property file created with the directory names for all test plugins--> <!--load the property file created with the directory names for all test plugins-->
<property file="${workingDirectory}/testing/test.properties" /> <property file="${workingDirectory}/testing/test.properties" />
<property file="${workingDirectory}/testing/test2.properties" />
<!-- Remove the plugin version number appended to the org.eclipse.test plugin directory. <!-- Remove the plugin version number appended to the org.eclipse.test plugin directory.
This is so that contributors of test.xml's do not have to update their paths to This is so that contributors of test.xml's do not have to update their paths to