diff --git a/releng.control/process-artifacts.xml b/releng.control/process-artifacts.xml index b151703dde1a5e2774b3340eaa877350ac4a8de2..d09f8125b4b8dab3cd801776ba7706a9396e2c4b 100644 --- a/releng.control/process-artifacts.xml +++ b/releng.control/process-artifacts.xml @@ -1,8 +1,7 @@ <project default="processArtifacts" basedir="."> - <target - name="processArtifacts"> + <target name="processArtifacts"> <!-- normally, caller would set repoDirLocation, but for local operation, can hard code here --> <property @@ -13,8 +12,7 @@ repositoryPath="file:/${repoDirLocation}"/> <!-- clean up some unnecessary files --> - <delete - failonerror="false"> + <delete failonerror="false"> <fileset dir="${repoDirLocation}" includes="artifacts.jar.pack.gz, content.jar.pack.gz, site.xml"/>