blob: 0d2211e6ff2217309d60273b6da1961f26eda4b8 [file] [log] [blame]
#!/bin/bash
#
# This script is used to trigger the runtime build with parameters passed by Hudson.
# All values are retrieved trough system variables set by Hudson.
# See Job -> Configure... -> This build is parameterized
#
# Cleanup workspace dir
test -d "$WORKSPACE" && rm -rf "$WORKSPACE"/*
runtimeDir=/home/build/rap/build-runtimes/eclipse-3.6
scriptsDir=`dirname $0`
$scriptsDir/build-common.sh \
--cvs-tag "$CVS_TAG" \
--build-type "$BUILD_TYPE" \
--work "$WORKSPACE" \
--runtime "$runtimeDir" \
--base-platform "$PLATFORM_DIR" \
--builder "org.eclipse.rap/releng/org.eclipse.rap.releng/tooling"