server/java/settings.gradle
author rougeronj
Wed, 20 May 2015 10:53:40 +0200
changeset 451 278f8da09c04
parent 316 242510015401
permissions -rw-r--r--
Add retro-compatibility with previous model - If no "hidden_nodes attributes in the previous view, we set the current HiddenNodes to an empty array

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