head	1.3;
access;
symbols
	First_releng:1.2;
locks; strict;
comment	@# @;
expand	@o@;


1.3
date	2003.09.02.02.44.37;	author dschaefer;	state dead;
branches;
next	1.2;

1.2
date	2003.07.24.20.27.32;	author dschaefer;	state Exp;
branches;
next	1.1;

1.1
date	2003.07.16.19.41.52;	author dschaefer;	state Exp;
branches;
next	;


desc
@@


1.3
log
@Deleted the old build system that wasn't working so well.
@
text
@#
# Set up test environment
# - the assumption is that the necessary zip files are in a zip file
# in the eclipse install
#

rm -fr testspace
mkdir testspace
cd testspace
unzip -qq ../zip/eclipse-SDK-2.1.1-linux-gtk.zip

cd eclipse/plugins
unzip -qq ../../../zip/org.eclipse.test_2.1.0.zip
unzip -qq ../../../zip/org.eclipse.ant.optional.junit_2.1.0.zip
cd ..

export BUILD_SITE=../../workspace/build.site

for d in plugins features
do
	for i in $BUILD_SITE/$d/*
	do
		export DEST=$d/`echo $i | sed -e s:$BUILD_SITE/$d/:: -e s/.jar//`
		mkdir $DEST
		cd $DEST
		jar xf ../../$i
		cd ../..
	done
done

# Back up to the top dir
cd ../..
@


1.2
log
@Added automatic upload of the test result reports.
@
text
@@


1.1
log
@- Initial contribution of the nightly build framework.
@
text
@d26 1
a26 1
		jar xf $i
@

