blob: 206f2bb20b3651f1dced9f81dac837687e0cccc4 [file] [log] [blame]
david_williams8a62f0d2006-06-28 05:07:27 +00001#!/bin/sh
2
3# script to copy update jars from their staging area to the releases area
4
5fromDir=$HOME/downloads/webtools/testUpdates
6toDir=$HOME/downloads/webtools/milestones
7
8cp -f -p -r -v --update $fromDir/features --target-directory=$toDir/
9cp -f -p -r -v --update $fromDir/plugins --target-directory=$toDir/
10