blob: 5531046a14d203a8207029fa73a1092f687b4652 [file] [log] [blame]
#!/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}