-
Notifications
You must be signed in to change notification settings - Fork 12
/
release-30x.conf
81 lines (70 loc) · 2.58 KB
/
release-30x.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
#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 play search"
# build the product (true or false)
PRODUCT=true
# Eclipse version (indigo, juno)
ECLIPSE_PLATFORM=juno
# type of build (dev, stable)
BUILD_TYPE=stable
##### Scala information #####
SCALA_GIT_REPO=git://github.com/scala/scala
# The version of Scala to use
SCALA_VERSION=2.10.3
# The git version of Scala to use
#SCALA_GIT_HASH=
##### zinc information #####
#ZINC_BUILD_GIT_REPO=git://github.com/typesafehub/sbt-builds-for-ide
#ZINC_BUILD_GIT_BRANCH=master
SBT_VERSION=0.13.0
ZINC_BUILD_VERSION_SUFFIX=
##### Scala IDE information #####
#SCALA_IDE_GIT_REPO=git://github.com/scala-ide/scala-ide
SCALA_IDE_GIT_BRANCH=release/scala-ide-3.0.x-juno
SCALA_IDE_VERSION_TAG=v
##### Scala Refactoring information #####
#SCALA_REFACTORING_GIT_REPO=git://github.com/scala-ide/scala-refactoring
SCALA_REFACTORING_GIT_BRANCH=0.6.0_SI-3.0.1-RC2_2.10.2
##### Scalariform information #####
SCALARIFORM_GIT_REPO=git://github.com/scala-ide/scalariform.git
SCALARIFORM_GIT_BRANCH=scala-ide-3.0.1
##### Scala Worksheet plugin information #####
#WORKSHEET_PLUGIN_GIT_REPO=git://github.com/scala-ide/scala-worksheet.git
WORKSHEET_PLUGIN_GIT_BRANCH=0.2.1
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.1
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.0
SEARCH_PLUGIN_VERSION_TAG=v
##### Scala IDE product information #####
#PRODUCT_GIT_REPO=git://github.com/typesafehub/scala-ide-product.git
PRODUCT_GIT_BRANCH=3.0.2-vfinal
PRODUCT_VERSION_TAG=3.0.2-vfinal