Skip to content
Snippets Groups Projects
Commit e1130de3 authored by david_williams's avatar david_williams
Browse files

add pack200 to promote script

parent 4ee7ba2c
No related branches found
No related tags found
No related merge requests found
<project <project
default="processArtifacts" default="processArtifacts"
basedir="."> basedir=".">
<target <target name="processArtifacts">
name="processArtifacts">
<!-- normally, caller would set repoDirLocation, but for local operation, can hard code here --> <!-- normally, caller would set repoDirLocation, but for local operation, can hard code here -->
<property <property
...@@ -13,8 +12,7 @@ ...@@ -13,8 +12,7 @@
repositoryPath="file:/${repoDirLocation}"/> repositoryPath="file:/${repoDirLocation}"/>
<!-- clean up some unnecessary files --> <!-- clean up some unnecessary files -->
<delete <delete failonerror="false">
failonerror="false">
<fileset <fileset
dir="${repoDirLocation}" dir="${repoDirLocation}"
includes="artifacts.jar.pack.gz, content.jar.pack.gz, site.xml"/> includes="artifacts.jar.pack.gz, content.jar.pack.gz, site.xml"/>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment