- Fix the behavior of views and parameters
- Introduce views_parameters and views_nodes to loads or not the view's characteristics
- Urls parameters overrides options
- SetSavedView loads the current view's characteristics
- view = autoscale in url forces autoscale on the current loaded view
rootProject.name = 'renkan'
include ':renkan-core'
include ':renkan-web'
include ':renkan-management'
project(':renkan-core').projectDir = "$rootDir/renkan-core" as File
project(':renkan-web').projectDir = "$rootDir/renkan-web" as File
project(':renkan-management').projectDir = "$rootDir/renkan-management" as File