| <project |
| default="processArtifacts" |
| basedir="."> |
| <target name="processArtifacts"> |
| |
| <property |
| name="repoDirLocation" |
| value="/shared/webtools/committers/wtp-R3.2.0-S/20100615235519/R-3.2.0-20100615235519/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> |
| |