Some Eclipse Foundation services are deprecated, or will be soon. Please ensure you've read this important communication.
View | Details | Raw Unified | Return to bug 345379
Collapse All | Expand All

(-)scripts/runtime-hudson.sh (-3 / +1 lines)
Lines 8-22 Link Here
8
# Cleanup workspace dir
8
# Cleanup workspace dir
9
test -d "$WORKSPACE" && rm -rf "$WORKSPACE"/*
9
test -d "$WORKSPACE" && rm -rf "$WORKSPACE"/*
10
10
11
runtimeDir=/home/build/rap/build-runtimes/eclipse-3.6
12
13
scriptsDir=`dirname $0`
11
scriptsDir=`dirname $0`
14
12
15
$scriptsDir/build-common.sh \
13
$scriptsDir/build-common.sh \
16
  --cvs-tag "$CVS_TAG" \
14
  --cvs-tag "$CVS_TAG" \
17
  --build-type "$BUILD_TYPE" \
15
  --build-type "$BUILD_TYPE" \
18
  --work "$WORKSPACE" \
16
  --work "$WORKSPACE" \
19
  --runtime "$runtimeDir" \
17
  --runtime "$RUNTIME_DIR" \
20
  --base-platform "$PLATFORM_DIR" \
18
  --base-platform "$PLATFORM_DIR" \
21
  --builder "org.eclipse.rap/releng/org.eclipse.rap.releng/runtime" \
19
  --builder "org.eclipse.rap/releng/org.eclipse.rap.releng/runtime" \
22
  --output "$WORKSPACE"
20
  --output "$WORKSPACE"
(-)scripts/tooling-hudson.sh (-3 / +1 lines)
Lines 8-22 Link Here
8
# Cleanup workspace dir
8
# Cleanup workspace dir
9
test -d "$WORKSPACE" && rm -rf "$WORKSPACE"/*
9
test -d "$WORKSPACE" && rm -rf "$WORKSPACE"/*
10
10
11
runtimeDir=/home/build/rap/build-runtimes/eclipse-3.6
12
13
scriptsDir=`dirname $0`
11
scriptsDir=`dirname $0`
14
12
15
$scriptsDir/build-common.sh \
13
$scriptsDir/build-common.sh \
16
  --cvs-tag "$CVS_TAG" \
14
  --cvs-tag "$CVS_TAG" \
17
  --build-type "$BUILD_TYPE" \
15
  --build-type "$BUILD_TYPE" \
18
  --work "$WORKSPACE" \
16
  --work "$WORKSPACE" \
19
  --runtime "$runtimeDir" \
17
  --runtime "$RUNTIME_DIR" \
20
  --base-platform "$PLATFORM_DIR" \
18
  --base-platform "$PLATFORM_DIR" \
21
  --builder "org.eclipse.rap/releng/org.eclipse.rap.releng/tooling"
19
  --builder "org.eclipse.rap/releng/org.eclipse.rap.releng/tooling"
22
20

Return to bug 345379