Hidden dirs are not copied when creating the built product archive
authorsergio@webkit.org <sergio@webkit.org@268f45cc-cd09-0410-ab3c-d52691b4dbfc>
Wed, 4 Jul 2012 16:43:03 +0000 (16:43 +0000)
committersergio@webkit.org <sergio@webkit.org@268f45cc-cd09-0410-ab3c-d52691b4dbfc>
Wed, 4 Jul 2012 16:43:03 +0000 (16:43 +0000)
commite7b0f66a95ddc4dfa19d75e21f7899fe25b07205
tree3198d4ea04d0b7953edba1448a63c46fcda0e9bf
parent1fcb31a61806caf56eabf2fee2c114b578c568b8
Hidden dirs are not copied when creating the built product archive
https://bugs.webkit.org/show_bug.cgi?id=90559

Reviewed by Carlos Garcia Campos.

Hidden dirs are not copied inside the built product archive because
the recursive copy command was ignoring them. We need those hidden
directories for the GTK WebKit2 testing bot to work fine.

* BuildSlaveSupport/built-product-archive:
(archiveBuiltProduct): removed the trailing "*" from the copy
command.

git-svn-id: http://svn.webkit.org/repository/webkit/trunk@121862 268f45cc-cd09-0410-ab3c-d52691b4dbfc
Tools/BuildSlaveSupport/built-product-archive
Tools/ChangeLog