server/java/settings.gradle
author rougeronj
Thu, 25 Jun 2015 18:09:49 +0200
changeset 510 a8f02d66bf02
parent 316 242510015401
permissions -rw-r--r--
adapt the viewRepr to support a temp View (a representation without a model) update the router to send a event also if the parameters are null

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