corda/settings.gradle
Clinton Alexander f76c7c9cf9 Refactor network simulator towards MVC model
* Reordered functions in the network map visualiser as a part of an ongoing refactor.
* Started separating concerns out of the NetworkMapVisualiser.
* Moved more view logic to the view class.
* Split out some of the progress tracker visual logic out into the view.
* Finished partial refactor to push model data into the model class.
* Moved some more view and model logic from controller to model.
2016-09-19 11:53:41 +01:00

10 lines
208 B
Groovy

rootProject.name = 'r3prototyping'
include 'contracts'
include 'contracts:isolated'
include 'core'
include 'node'
include 'client'
include 'experimental'
include 'test-utils'
include 'network-map-visualiser'