cleanup and formatting
diff --git a/releng.control/cc_copyArtifacts.xml b/releng.control/cc_copyArtifacts.xml
index cea9f7b..f26e80a 100644
--- a/releng.control/cc_copyArtifacts.xml
+++ b/releng.control/cc_copyArtifacts.xml
@@ -19,7 +19,7 @@
<property
file="${env.LOCAL_BUILD_PROPERTIES_DIR}/${ant.project.name}.properties"/>
- <!-- = = = end standard properties pattern = = = -->
+ <!-- = = = end standard properties pattern = = = -->
<target
name="copyArtifacts"
depends="init"
@@ -34,7 +34,7 @@
failonerror="false">
<fileset
dir="${env.PROJECT_PROJECTS}/${projectname}/workdir/${buildLabel}"
- excludes="**/*.bak,**/*.temp" />
+ excludes="**/*.bak,**/*.temp"/>
<fileset
file="${env.ANT_WORKING}/${projectname}/antBuilderOutput.log"/>
</copy>