diff options
author | Julien Gouesse <[email protected]> | 2015-01-20 20:47:55 +0100 |
---|---|---|
committer | Julien Gouesse <[email protected]> | 2015-01-20 20:47:55 +0100 |
commit | af94ef70aa1c5238db332c655b047cf6f597a5e8 (patch) | |
tree | d15081bf024c4989642e9a57bafe3caed6de48ea /ardor3d-examples | |
parent | 369d3b7f81a3395fe93e83e1c9ae7d2e73b70482 (diff) |
Moves the controller based on JInput into a separate sub-project called ardor3d-jinput
Diffstat (limited to 'ardor3d-examples')
-rw-r--r-- | ardor3d-examples/build.gradle | 1 | ||||
-rw-r--r-- | ardor3d-examples/pom.xml | 5 |
2 files changed, 6 insertions, 0 deletions
diff --git a/ardor3d-examples/build.gradle b/ardor3d-examples/build.gradle index ffd2915..d1eeeab 100644 --- a/ardor3d-examples/build.gradle +++ b/ardor3d-examples/build.gradle @@ -3,6 +3,7 @@ description = 'Ardor 3D Examples' dependencies { compile project(':ardor3d-awt') compile project(':ardor3d-swt') + compile project(':ardor3d-jinput') compile project(':ardor3d-jogl') compile project(':ardor3d-effects') compile project(':ardor3d-extras') diff --git a/ardor3d-examples/pom.xml b/ardor3d-examples/pom.xml index d06510c..f5f742d 100644 --- a/ardor3d-examples/pom.xml +++ b/ardor3d-examples/pom.xml @@ -119,6 +119,11 @@ </dependency> <dependency> <groupId>${project.groupId}</groupId> + <artifactId>ardor3d-jinput</artifactId> + <version>${project.version}</version> + </dependency> + <dependency> + <groupId>${project.groupId}</groupId> <artifactId>ardor3d-jogl</artifactId> <version>${project.version}</version> </dependency> |