blob: c2a208b4d292270f5208643bdb9c7626eeb42bd0 [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">
<p2.composite.repository>
<repository
location="file:/home/data/httpd/download.eclipse.org/webtools/releng/repository/"
name="Releng repository"/>
<add>
<repository location="http://download.eclipse.org/webtools/downloads/drops/T3.2.0/I-3.2.0-20100530044458/repository"/>
</add>
</p2.composite.repository>
</target>
</project>