server/java/settings.gradle
author rougeronj
Tue, 05 May 2015 18:00:13 +0200
changeset 446 ce8dccd4321e
parent 316 242510015401
permissions -rw-r--r--
add 2 html to test the externalisation of the editor panel of an edge and a node

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