294070 nested compile logs missing from summaries
diff --git a/releng.wtpbuilder/components/jst-sdk/customTargets.xml b/releng.wtpbuilder/components/jst-sdk/customTargets.xml
index 7ad4a46..879e1d7 100644
--- a/releng.wtpbuilder/components/jst-sdk/customTargets.xml
+++ b/releng.wtpbuilder/components/jst-sdk/customTargets.xml
@@ -261,7 +261,8 @@
<!-- and https://bugs.eclipse.org/bugs/show_bug.cgi?id=172361 -->
<copy
todir="${buildDirectory}/${buildLabel}/compilelogs"
- overwrite="false">
+ overwrite="false"
+ flatten="true">
<!--
we want all @dot.xml files, but assumes a certain structure, to include
directory for name of plugin
diff --git a/releng.wtpbuilder/components/wst-sdk/customTargets.xml b/releng.wtpbuilder/components/wst-sdk/customTargets.xml
index 70c850b..888c362 100644
--- a/releng.wtpbuilder/components/wst-sdk/customTargets.xml
+++ b/releng.wtpbuilder/components/wst-sdk/customTargets.xml
@@ -308,7 +308,8 @@
<!-- and https://bugs.eclipse.org/bugs/show_bug.cgi?id=172361 -->
<copy
todir="${buildDirectory}/${buildLabel}/compilelogs"
- overwrite="false">
+ overwrite="true"
+ flatten="true">
<!--
we want all @dot.xml files, but assumes a certain structure, to include
directory for name of plugin