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

Adjust path exclusion when deleting repo so that it doesn't delete rcp

There was an attempt to not delete the rcp*/ folders when deleting the
repository folder but it left the folders empty. The updated pattern
seems to work correctly.

Change-Id: Ibb0e399044d87ad2374fe2f0f96e1f7eaf70bcd0
Signed-off-by: Marc-Andre Laperle <marc-andre.laperle@ericsson.com>
This commit is contained in:
Marc-Andre Laperle 2017-03-19 18:49:32 -04:00 committed by Gerrit Code Review @ Eclipse.org
parent c59a4c4d7c
commit a0098bb2c7

View file

@ -44,7 +44,7 @@
<!-- now promote the update build to our download area -->
<delete>
<fileset dir="${cdt-download-dir}">
<exclude name="rcp*"/>
<exclude name="rcp*/**"/>
</fileset>
</delete>
<copy includeemptydirs="false" todir="${cdt-download-dir}">