From e1130de36dd4f631e954d01cda1faa2ddc8af1cc Mon Sep 17 00:00:00 2001 From: david_williams <david_williams> Date: Tue, 15 Feb 2011 04:27:24 +0000 Subject: [PATCH] add pack200 to promote script --- releng.control/process-artifacts.xml | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/releng.control/process-artifacts.xml b/releng.control/process-artifacts.xml index b151703dd..d09f8125b 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"/> -- GitLab