From 235366727821abf9da281d5eccc0ad9dc13c1862 Mon Sep 17 00:00:00 2001 From: Martin Oberhuber < martin.oberhuber@windriver.com> Date: Fri, 11 Aug 2006 16:23:08 +0000 Subject: [PATCH] Automatically get latest built plugins --- releng/org.eclipse.rse.updatesite/bin/mkTestUpdates.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/releng/org.eclipse.rse.updatesite/bin/mkTestUpdates.sh b/releng/org.eclipse.rse.updatesite/bin/mkTestUpdates.sh index 2853df5585a..047ab458a86 100755 --- a/releng/org.eclipse.rse.updatesite/bin/mkTestUpdates.sh +++ b/releng/org.eclipse.rse.updatesite/bin/mkTestUpdates.sh @@ -20,7 +20,7 @@ if [ `basename $SITE` = testUpdates ]; then echo "Working on test update site" REL==`ls $HOME/ws/working/package | sort | tail -1` if [ "$REL" != "" ]; then - DIR="$HOME/ws/working/package/$REL" + DIR="$HOME/ws/working/package/$REL/updates" if [ -d "$DIR/features" ]; then echo "Copying new plugins and features from $DIR" rm -rf features