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:
parent
eed93c4dd0
commit
86b4fabf5e
1 changed files with 7 additions and 0 deletions
|
@ -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
|
||||||
|
|
Loading…
Add table
Reference in a new issue