summaryrefslogtreecommitdiff
path: root/java/settings.gradle
blob: 4c726e637cac035745325dc314e0b90b4c91b94a (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
// **********************************************************************
//
// 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.
//
// **********************************************************************

// Main source
include ':ice'
project(':ice').projectDir = new File('src/Ice')
include ':icediscovery'
project(':icediscovery').projectDir = new File('src/IceDiscovery')
include ':icelocatordiscovery'
project(':icelocatordiscovery').projectDir = new File('src/IceLocatorDiscovery')
include ':icebt'
project(':icebt').projectDir = new File('src/IceBT')
include ':icebox'
project(':icebox').projectDir = new File('src/IceBox')
include ':glacier2'
project(':glacier2').projectDir = new File('src/Glacier2')
include ':icepatch2'
project(':icepatch2').projectDir = new File('src/IcePatch2')
include ':icestorm'
project(':icestorm').projectDir = new File('src/IceStorm')
include ':icegrid'
project(':icegrid').projectDir = new File('src/IceGrid')
include ':IceGridGUI'
project(':IceGridGUI').projectDir = new File('src/IceGridGUI')

// Tests
include ':test'
include ':testPlugins'
project(':testPlugins').projectDir = new File('test/plugins')
include ':testController'
project(':testController').projectDir = new File('test/controller')