summaryrefslogtreecommitdiff
path: root/packages/scripts/resources/lib/environments.inc.sh
blob: d615b47ac628dabc63b1baec0701e0ec456f89b8 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
# Examples:
#
#    function __env_ideajava8() {
#        __activator oraclejdk8 idea-iu2016 groovy-bin-2.4.5
#        __activator gwt-chromium cern-scripts
#
#        export TNS_ADMIN=/home/yfischer/.cache/tnsnames/admin_localhost
#        export JAVA_OPTS="-Doracle.net.tns_admin=$TNS_ADMIN"
#        export GRADLE_OPTS="-Doracle.net.tns_admin=$TNS_ADMIN"
#    }
#
#    function __env_fwk24() {
#        __activator oraclejdk7
#        __activator gwt-chromium
#        __activator idea-iu2016
#        __activator cern-scripts
#
#
#        export PATH=/opt/grails2.2.1/bin:$PATH
#
#        export TNS_ADMIN=/home/yfischer/.cache/tnsnames/admin_localhost
#        export JAVA_OPTS="-Doracle.net.tns_admin=$TNS_ADMIN"
#        export GRADLE_OPTS="-Doracle.net.tns_admin=$TNS_ADMIN"
#    }