server/java/settings.gradle
author rougeronj
Fri, 12 Jun 2015 15:41:26 +0200
changeset 479 be510a7fc5ac
parent 316 242510015401
permissions -rw-r--r--
send the id to the template and construct an proper url for each node passing the id to the parameter idNode

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