-
Notifications
You must be signed in to change notification settings - Fork 0
/
settings.gradle
44 lines (40 loc) · 1.67 KB
/
settings.gradle
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
rootProject.name = 'rob'
//
include "common-utils"
include "common-swing-utils"
include "common-image-utils"
include 'Serial-IO'
include 'SerialRxTx'
include "http-tiny-server"
include "Java-TCP-Python"
// Astro Computer
include('astro-computer:AstroComputer')
include('astro-computer:AstroUtilities')
// Raspberry Sailor
include('raspberry-sailor:routing')
include('raspberry-sailor:NMEA-Parser')
include('raspberry-sailor:TideEngine')
include('raspberry-sailor:PolarSmoother')
include('raspberry-sailor:NMEA-multiplexer')
include('raspberry-sailor:RESTNauticalAlmanac')
include('raspberry-sailor:AlmanacRelatedTools')
include('raspberry-sailor:JGRIB')
include('raspberry-sailor:JGRIB-poc')
include('raspberry-sailor:JGribX-poc')
include('raspberry-sailor:RESTRouting')
include('raspberry-sailor:RESTTideEngine')
include('raspberry-sailor:RESTImageProcessor')
include('raspberry-sailor:dAISy')
// include('raspberry-sailor:Swing:AlmanacRelatedTools')
include('raspberry-sailor:Swing:Deviation-Tool')
include('raspberry-sailor:Swing:ChartComponents')
include('raspberry-sailor:Swing:WeatherWizard')
include('raspberry-sailor:Swing:ww-user-exits:WW-UserExits')
include('raspberry-sailor:Swing:ww-user-exits:WW-UserExits_II')
include('raspberry-sailor:Swing:ww-user-exits:WW-UserExit_Dustlets')
include('raspberry-sailor:Swing:ww-user-exits:WW-UserExit_CurrentDustlet')
include('raspberry-sailor:Swing:ww-user-exits:WW-UserExits_Processing')
include('raspberry-sailor:MUX-implementations:NMEA-multiplexer-basic')
include('raspberry-sailor:MUX-implementations:MISCSamples')
include('raspberry-sailor:MUX-implementations:NMEA-mux-extensions')
include('raspberry-sailor:MUX-implementations:RESTNavServer')