blob: c0c5cdb1fd2cbf0a4ff065cdf1c846e20902d260 [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
david_williams2197e922006-10-28 01:44:22 +00006toDir=$HOME/downloads/webtools/updates
david_williams8a62f0d2006-06-28 05:07:27 +00007
8cp -f -p -r -v --update $fromDir/features --target-directory=$toDir/
9cp -f -p -r -v --update $fromDir/plugins --target-directory=$toDir/
10