summaryrefslogtreecommitdiff
path: root/java/gradle.properties
blob: 0645bffd0ffaab93373f4e87c4275da722bd47e0 (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
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
// **********************************************************************
//
// Copyright (c) 2003-2016 ZeroC, Inc. All rights reserved.
//
// This copy of Ice is licensed to you under the terms described in the
// ICE_LICENSE file included in this distribution.
//
// **********************************************************************

iceVersion = 3.6.3

//
// The directory that contains Oracle Berkeley DB's db.jar file. When not
// set, Gradle attempts to locate db.jar in a number of pre-set
// directories based on iceVersion.
// On Windows, use / as directory separator for this path, for example:
// dbHome = C:/Program Files (x86)/Oracle/Berkeley DB 11gR2 5.3.28/jar

dbHome =

//
// Select an installation base directory. The directory will be created
// if it does not exist. If this property is not set the default will be
// used. Default values are:
//   - Windows: %SystemDrive%\Ice-${iceVersion}
//   - Non Windows /opt/Ice-${iceVersion}
//
prefix =

//
// Set to true if you want to add Class-Path entries to Ice JAR files
// when installing the JARs. That is mostly usefull when building JAR
// files to be used in system packages.
//
jarsClassPath = false


//
// The Jgoodies third party package versions to use with IceGridGUI builds.
//
jgoodiesLooksVersion = 2.7.0
jgoodiesFormsVersion = 1.9.0

//
// Set to true if you want IceGridGUI build to create an standalone jar
// using proguard
//
icegridguiProguard = true

//
// Define debug as true if you want to build with debug information,
// false otherwise.
//
debug = true

//
// Set the version of the Ice Builder to use for building
//
iceBuilderVersion = 1.3.7

//
// Set the location of a local Ice Builder for Gradle source directory
//
iceBuilderHome =

//
// Gradle build properties
//
org.gradle.daemon = true
org.gradle.parallel = true

//
// Package build properties
//
DESTDIR =