Skip to main content
summaryrefslogtreecommitdiffstats
blob: 52ac4b9e44bcc0b2dcee2c28a0e827fd078c0b29 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
#!/usr/bin/env bash
SCRIPT_PATH=$PWD
export BUILD_ENV_FILE=buildproperties.shsource
export BUILD_ENV_FILE_PHP=buildproperties.php
export BUILD_ENV_FILE_PROP=buildproperties.properties

source /home/davidw/gitLuna/eclipse.platform.releng.aggregator/production/build-functions.shsource
source /home/davidw/gitLuna/eclipse.platform.releng.aggregator/production/bashUtilities.shsource
fn-write-property-init

export JAVA_DOC_PROXIES=${JAVA_DOC_PROXIES:-"-J-Dhttps.proxyHost=proxy.eclipse.org -J-Dhttps.proxyPort=9898 -J-Dhttps.nonProxyHosts=\"172.30.206.*\""}

echo "JAVA_DOC_PROXIES: $JAVA_DOC_PROXIES"

fn-write-property JAVA_DOC_PROXIES

fn-write-property-close

Back to the top