david_williams | 335864b | 2010-04-04 21:05:35 +0000 | [diff] [blame^] | 1 | <project default="testrepo" basedir="."> |
| 2 | <target name="testrepo"> |
| 3 | <p2.mirror verbose="true"> |
| 4 | <repository location="file:/testrepo2" name="A test repository" /> |
| 5 | <source> |
| 6 | <!-- <repository location="http://download.eclipse.org/releases/staging/" /> --> |
| 7 | <!-- <repository location="http://download.eclipse.org/webtools/milestones/" /> --> |
| 8 | <repository location="http://build.eclipse.org/webtools/projects/wtpcap-R3.2.0-I/workdir/I-3.2.0-20100403051759/repository/" /> |
| 9 | </source> |
| 10 | <slicingoptions followStrict="true" /> |
| 11 | <iu id="org.eclipse.wtp.capabilities.feature.feature.group" /> |
| 12 | |
| 13 | <iu id="org.eclipse.wtp.javascript.capabilities" /> |
| 14 | <iu id="org.eclipse.wtp.jee.capabilities" /> |
| 15 | <iu id="org.eclipse.wtp.web.capabilities" /> |
| 16 | <iu id="org.eclipse.wtp.xml.capabilities" /> |
| 17 | </p2.mirror> |
| 18 | </target> |
| 19 | </project> |