-
Notifications
You must be signed in to change notification settings - Fork 12
/
release-43x-211-luna.conf
82 lines (70 loc) · 2.38 KB
/
release-43x-211-luna.conf
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
##### Defined in the script #####
# CURRENT_DIR: execution dir
#####
##### local dirs #####
# Unlikely to need modification
#ZINC_DIR=${CURRENT_DIR}/zinc
#SCALATEST_DIR=${SCRIPT_DIR}/scalatest
#BUILD_DIR=${CURRENT_DIR}/target
#LOCAL_M2_REPO=${BUILD_DIR}/m2repo
#P2_CACHE_DIR=${BUILD_DIR}/p2cache
#KEYSTORE_DIR=${BUILD_DIR}/keystore
#SCALA_DIR=${BUILD_DIR}/scala
#ZINC_BUILD_DIR=${BUILD_DIR}/zinc
#SCALA_IDE_DIR=${BUILD_DIR}/scala-ide
#SCALA_REFACTORING_DIR=${BUILD_DIR}/scala-refactoring
#SCALARIFORM_DIR=${BUILD_DIR}/scalariform
#WORKSHEET_PLUGIN_DIR=${BUILD_DIR}/worksheet
#PLAY_PLUGIN_DIR=${BUILD_DIR}/play
#SEARCH_PLUGIN_DIR=${BUILD_DIR}/search
#PRODUCT_DIR=${BUILD_DIR}/product
#SCALATEST_BUILD_DIR=${BUILD_DIR}/scalatest
#PRODUCT_DIR=${BUILD_DIR}/product
##### what to do #####
# operation to perform (release, release-dryrun, nightly, scala-pr-validator, scala-pr-rebuild)
OPERATION=release
# logging type (console, file)
LOGGING=file
# with caching? (true or false)
WITH_CACHE=true
# plugins to build: "worksheet play search" (between double quotes, space separated)
PLUGINS="worksheet play search scalatest"
# build the product (true or false)
PRODUCT=true
# Eclipse version (kepler, luna)
ECLIPSE_PLATFORM=luna
# type of build (dev, stable)
BUILD_TYPE=dev
##### Scala information #####
SCALA_GIT_REPO=git://github.com/scala/scala
# The version of Scala to use
SCALA_VERSION=2.11.7
# The version of Scala to use for multi-version support
SCALA210_VERSION=2.10.6
# The git version of Scala to use
#SCALA_GIT_HASH=
##### zinc/sbt information #####
SBT_VERSION=0.13.8
SBT_TAG=v0.13.8
##### Scala IDE information #####
SCALA_IDE_GIT_BRANCH=4.3.0-rc1
SCALA_IDE_VERSION_TAG=rc
##### Scala Refactoring information #####
SCALA_REFACTORING_GIT_BRANCH=0.8.0-rc1
##### Scalariform information #####
SCALARIFORM_GIT_BRANCH=scala-ide-4.1.0-rc1
##### Scala Worksheet plugin information #####
WORKSHEET_PLUGIN_GIT_BRANCH=0.4.0
WORKSHEET_PLUGIN_VERSION_TAG=v
##### Play plugin information #####
PLAY_PLUGIN_GIT_BRANCH=0.5.2
PLAY_PLUGIN_VERSION_TAG=v
##### Scala Search plugin information #####
SEARCH_PLUGIN_GIT_BRANCH=0.2.5
SEARCH_PLUGIN_VERSION_TAG=v
##### ScalaTest plugin information #####
SCALATEST_PLUGIN_P2_REPO=http://www.artima.com/newplugins3/combined-next/
SCALATEST_PLUGIN_VERSION=2.9.3.v-4-2_11-201509160509-34e6318
##### Scala IDE product information #####
PRODUCT_GIT_BRANCH=4.3.0-rc1
PRODUCT_VERSION_TAG=4.3.0-rc1