| <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"> | |
| <fileset | |
| dir="${repoDirLocation}" | |
| includes="artifacts.jar.pack.gz, content.jar.pack.gz, site.xml"/> | |
| </delete> | |
| </target> | |
| </project> | |