| <project | |
| default="processArtifacts" | |
| basedir="."> | |
| <target name="processArtifacts"> | |
| <property | |
| name="repoDirLocation" | |
| value="/opt/public/webtools/committers/wtp-R3.2.2-M/20100915173744/R-3.2.2-20100915173744/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> | |