-
Notifications
You must be signed in to change notification settings - Fork 12
/
release-40x-211-luna.conf
81 lines (70 loc) · 2.51 KB
/
release-40x-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
##### Defined in the script #####
# CURRENT_DIR: execution dir
#####
##### local dirs #####
# Unlikely to need modification
#ZINC_DIR=${CURRENT_DIR}/zinc
#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
##### what to do #####
# operation to perform (release, release-dryrun, nightly, scala-pr-validator, scala-pr-rebuild)
OPERATION=release-dryrun
# 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"
# build the product (true or false)
PRODUCT=true
# Eclipse version (indigo, juno)
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.2
SCALA210_VERSION=2.10.4
# The git version of Scala to use
#SCALA_GIT_HASH=
##### zinc/sbt information #####
SBT_VERSION=0.13.2
SBT_TAG=sbt-0.13.2-on-scala-2.11
##### Scala IDE information #####
#SCALA_IDE_GIT_REPO=git://github.com/scala-ide/scala-ide
SCALA_IDE_GIT_BRANCH=4.0.0-m3-luna
SCALA_IDE_VERSION_TAG=m3
##### Scala Refactoring information #####
#SCALA_REFACTORING_GIT_REPO=git://github.com/scala-ide/scala-refactoring
SCALA_REFACTORING_GIT_BRANCH=0.6.2-S_4.0.0-m2
##### Scalariform information #####
SCALARIFORM_GIT_REPO=git://github.com/scala-ide/scalariform.git
SCALARIFORM_GIT_BRANCH=0.1.5-SI-3.0.4-2.11.0-RC1
##### Scala Worksheet plugin information #####
#WORKSHEET_PLUGIN_GIT_REPO=git://github.com/scala-ide/scala-worksheet.git
WORKSHEET_PLUGIN_GIT_BRANCH=0.2.5
WORKSHEET_PLUGIN_VERSION_TAG=v
##### Play plugin information #####
#PLAY_PLUGIN_GIT_REPO=git://github.com/scala-ide/scala-ide-play2.git
PLAY_PLUGIN_GIT_BRANCH=0.4.2
PLAY_PLUGIN_VERSION_TAG=v
##### Scala Search plugin information #####
#SEARCH_PLUGIN_GIT_REPO=git://github.com/scala-ide/scala-search.git
SEARCH_PLUGIN_GIT_BRANCH=0.2.3
SEARCH_PLUGIN_VERSION_TAG=v
##### Scala IDE product information #####
#PRODUCT_GIT_REPO=git://github.com/scala-ide/scala-ide-product.git
PRODUCT_GIT_BRANCH=4.0.0-m3
PRODUCT_VERSION_TAG=4.0.0-m3