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:
parent
c59a4c4d7c
commit
a0098bb2c7
1 changed files with 1 additions and 1 deletions
|
@ -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}">
|
||||
|
|
Loading…
Add table
Reference in a new issue