blob: a9102f49c1f12ae45711d4d936ef822964398523 [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/updates/"
name="Web Tools Platform repository"/>
<add>
<repository location="http://download.eclipse.org/webtools/patches/drops/R3.1.2/P-3.1.2-20100413200422/repository/"/>
</add>
</p2.composite.repository>
</target>
</project>