server/java/settings.gradle
author rougeronj
Tue, 15 Sep 2015 17:09:42 +0200
changeset 523 dc04aa440c11
parent 316 242510015401
permissions -rw-r--r--
Added tag V00.12.03 for changeset 1cb7122dd427

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