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


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

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


desc
@@


1.2
log
@Deleted the old build system that wasn't working so well.
@
text
@#
# Main build script
# - the following environment variables need to be set
# - $CDT_USER - the username to use on the eclipse download machine
# - $CDT_PASSWD - the password for that account
#

#
# Run Build
#

if [ -z "$CDT_USER" ]
then
	echo CDT_USER environment variable not set
	exit 1
fi

./eclipse -nosplash -application org.eclipse.cdt.releng.build \
	-vmargs -Dcdt.build.user=$CDT_USER -Dcdt.build.passwd=$CDT_PASSWD
@


1.1
log
@- Initial contribution of the nightly build framework.
@
text
@@

