| <!-- |
| 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/maintenance"/> |
| <mkdir dir="${testrepodir}"/> |
| <p2.composite.repository> |
| <repository |
| location="file:${testrepodir}" |
| name="Maintenance Test repository" |
| compressed="false"/> |
| <add> |
| <repository |
| location="file:///home/data/httpd/download.eclipse.org/webtools/downloads/drops/R3.2.3/M-3.2.3-20101202075244/repository/"/> |
| <repository |
| location="file:///home/data/httpd/download.eclipse.org/webtools/downloads/drops/R3.2.3/M-3.2.3-20101202075244/repositoryunittests/"/> |
| </add> |
| |
| </p2.composite.repository> |
| </target> |
| </project> |
| |
| |