blob: 222a0765bf940cafd064b6d70a985a337383caac [file] [log] [blame]
<project
default="processArtifacts"
basedir=".">
<target name="processArtifacts">
<property
name="repoDirLocation"
value="/shared/webtools/committers/wtp-R3.2.1-M/20100730021206/R-3.2.1-20100730021206/repository/"/>
<p2.process.artifacts
pack="true"
repositoryPath="file:/${repoDirLocation}"/>
<!-- clean up some unnecessary files -->
<delete failonerror="false" quiet="true">
<fileset
dir="${repoDirLocation}"
includes="artifacts.jar.pack.gz, content.jar.pack.gz, site.xml"/>
</delete>
</target>
</project>