server/java/settings.gradle
author ymh <ymh.work@gmail.com>
Sat, 19 Sep 2015 13:43:17 +0200
changeset 539 e54afd076ce6
parent 316 242510015401
permissions -rw-r--r--
Added tag V00.12.06 for changeset 19c3d95d2f3b

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