blob: 2bda0798deaea01f99dd01c83477b7d0e5aa639a [file] [log] [blame]
<!--
Copyright (c) 2010, 2019 IBM Corporation and others.
This program and the accompanying materials
are made available under the terms of the Eclipse Public License 2.0
which accompanies this distribution, and is available at
https://www.eclipse.org/legal/epl-2.0/
SPDX-License-Identifier: EPL-2.0
Contributors:
IBM Corporation - initial API and implementation
-->
<project
default="createcomposite"
basedir=".">
<target name="createcomposite">
<property
name="testrepodir"
value="/shared/webtools/testcompositerepo"/>
<mkdir dir="${testrepodir}"/>
<p2.composite.repository
validate="org.eclipse.equinox.p2.repository.tools.jar.comparator"
failOnError="false">
<repository
location="file:${testrepodir}"
name="Test repository"/>
<add>
<repository
location="file://home/data/httpd/download.eclipse.org/webtools/downloads/drops/R3.2.1/R-3.2.1-20100730021206/repository/"/>
<repository
location="file://home/data/httpd/download.eclipse.org/webtools/downloads/drops/R3.2.2/M-3.2.2-20100910064233/repository/"/>
</add>
</p2.composite.repository>
</target>
</project>