diff --git a/releng.control/cc_copyArtifacts.xml b/releng.control/cc_copyArtifacts.xml index de806e38c1f7530dbd36dc58a75cdc7a4fb560fb..78f26a9125f55160dcd253db1f6a76dbbe804eb6 100644 --- a/releng.control/cc_copyArtifacts.xml +++ b/releng.control/cc_copyArtifacts.xml @@ -36,8 +36,7 @@ overwrite="true"> <fileset dir="${env.PROJECT_PROJECTS}/${projectname}/workdir/${buildLabel}" /> - <fileset - dir="${env.ANT_WORKING}/antBuilderOutput.log" /> + <fileset file="${env.ANT_WORKING}/antBuilderOutput.log" /> </copy> </target> <target