server/java/settings.gradle
author cavaliet
Thu, 24 Jul 2014 13:18:10 +0200
changeset 320 154b121a43f1
parent 316 242510015401
permissions -rw-r--r--
enhance save on click (snapshot mode) and update django app

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