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

Make TM-terminal available for tests

This commit is contained in:
Martin Oberhuber 2008-02-13 21:53:15 +00:00
parent f01e7697cd
commit 8cb2796df1

View file

@ -24,8 +24,9 @@
<!-- TODO: if your project requires more dependencies for testing, add them here --> <!-- TODO: if your project requires more dependencies for testing, add them here -->
<echo message="Copy EMF SDK + Eclipse SDK to ${executionDir}..."/> <echo message="Copy EMF SDK + Eclipse SDK to ${executionDir}..."/>
<copy todir="${executionDir}"> <copy todir="${executionDir}">
<!--TODO: Main runtime is RSE, therefore need to copy TM-terminal and others to test as well-->
<!--<fileset dir="${downloadsDir}" includes="${emfFile},${eclipseFile},${wtpFile},${orbitFile}"/>--> <!--<fileset dir="${downloadsDir}" includes="${emfFile},${eclipseFile},${wtpFile},${orbitFile}"/>-->
<fileset dir="${downloadsDir}" includes="${emfFile},${eclipseFile},${orbitFile}"/> <fileset dir="${downloadsDir}" includes="${emfFile},${eclipseFile},${orbitFile},TM-terminal-*"/>
</copy> </copy>
<property name="shell" value="relengbuildgtk.sh"/> <property name="shell" value="relengbuildgtk.sh"/>