server/java/settings.gradle
author rougeronj
Fri, 12 Jun 2015 14:49:25 +0200
changeset 477 b0d234cd739e
parent 316 242510015401
permissions -rw-r--r--
Merge with 364c367df7fc1dc6590c8aaa4a0b2045948b0771

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