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

Fix copying Terminal Prereq for Testing

This commit is contained in:
Martin Oberhuber 2008-02-13 23:16:28 +00:00
parent d753488c0b
commit eed93c4dd0

View file

@ -27,7 +27,7 @@
<!--<fileset dir="${downloadsDir}" includes="${emfFile},${eclipseFile},${wtpFile},${orbitFile}"/>-->
<fileset dir="${downloadsDir}" includes="${emfFile},${eclipseFile},${orbitFile}"/>
<!--TODO: Main runtime is RSE, therefore need to copy TM-terminal and others to test as well-->
<fileset dir="${testDir}/../.." includes="TM-terminal-*.zip"/>
<fileset dir="${executionDir}/../../.." includes="TM-terminal-*.zip"/>
</copy>
<property name="shell" value="relengbuildgtk.sh"/>