Skip to main content
summaryrefslogtreecommitdiffstats
blob: 3673d584a14cbb49a947640b646023c9dcb5aa03 (plain) (blame)
1
2
3
4
5
6
7
8
9
#!/usr/bin/env bash

# swt fix, instead of Tycho revert
pushd $aggDir/eclipse.platform.swt
patch -p0 < ${SCRIPT_PATH}/patches/Bug-461427-Tons-of-compile-errors-in-test-build-in-SWT.patch
rc=$?
popd
exit $rc

Back to the top