server/java/settings.gradle
author rougeronj
Tue, 16 Jun 2015 11:37:20 +0200
changeset 483 9bb08a2c2449
parent 316 242510015401
permissions -rw-r--r--
New nodeeditor html for video node type and update css to make the video fit the popup

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