Skip to content

Commit cc05914

Browse files
committed
Disable opening of donate page by eclipse
1 parent a7f6d8c commit cc05914

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

tests/testlib.bash

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -726,6 +726,9 @@ function installEclipse_archive() {
726726
else
727727
tar -xf "$archive"
728728
fi
729+
# disable launching of browser with donate page, see:
730+
# https://www.eclipse.org/forums/index.php/t/1104324/
731+
echo "-Dorg.eclipse.oomph.setup.donate=false" >> "$Eclipse_DIR"/eclipse.ini
729732
fi
730733
}
731734

0 commit comments

Comments
 (0)