#!/bin/sh | |
# script to run merge ant script | |
source properties.shsource | |
repoSource=/home/data/httpd/download.eclipse.org/webtools/downloads/drops/R0.5/I-I20091213171835-20091213171835/repository | |
repoDestination=/home/data/httpd/download.eclipse.org/webtools/milestones | |
./ant.sh -f runAntRunner.xml -Dantrunnerfile=merge-xml-sec.xml -Declipse.home=${eclipseLocation} -DrepoSource=${repoSource} -DrepoDestination=${repoDestination} | |