aboutsummaryrefslogtreecommitdiffstats
path: root/settings.gradle
diff options
context:
space:
mode:
authorJulien Gouesse <[email protected]>2015-01-20 20:47:55 +0100
committerJulien Gouesse <[email protected]>2015-01-20 20:47:55 +0100
commitaf94ef70aa1c5238db332c655b047cf6f597a5e8 (patch)
treed15081bf024c4989642e9a57bafe3caed6de48ea /settings.gradle
parent369d3b7f81a3395fe93e83e1c9ae7d2e73b70482 (diff)
Moves the controller based on JInput into a separate sub-project called ardor3d-jinput
Diffstat (limited to 'settings.gradle')
-rw-r--r--settings.gradle2
1 files changed, 2 insertions, 0 deletions
diff --git a/settings.gradle b/settings.gradle
index cc496cb..e2a2538 100644
--- a/settings.gradle
+++ b/settings.gradle
@@ -2,6 +2,7 @@ rootProject.name = 'ardor3d'
include ':ardor3d-savable'
include ':ardor3d-math'
include ':ardor3d-core'
+include ':ardor3d-jinput'
include ':ardor3d-jogl'
include ':ardor3d-swt'
include ':ardor3d-awt'
@@ -17,6 +18,7 @@ include ':distribution'
project(':ardor3d-savable').projectDir = "$rootDir/ardor3d-savable" as File
project(':ardor3d-math').projectDir = "$rootDir/ardor3d-math" as File
project(':ardor3d-core').projectDir = "$rootDir/ardor3d-core" as File
+project(':ardor3d-jinput').projectDir = "$rootDir/ardor3d-jinput" as File
project(':ardor3d-jogl').projectDir = "$rootDir/ardor3d-jogl" as File
project(':ardor3d-swt').projectDir = "$rootDir/ardor3d-swt" as File
project(':ardor3d-awt').projectDir = "$rootDir/ardor3d-awt" as File