blob: c0c5cdb1fd2cbf0a4ff065cdf1c846e20902d260 [file] [log] [blame]
#!/bin/sh
# script to copy update jars from their staging area to the releases area
fromDir=$HOME/downloads/webtools/testUpdates
toDir=$HOME/downloads/webtools/updates
cp -f -p -r -v --update $fromDir/features --target-directory=$toDir/
cp -f -p -r -v --update $fromDir/plugins --target-directory=$toDir/