diff options
author | Jérémy Zurcher <jeremy@asynk.ch> | 2015-07-19 13:20:33 +0200 |
---|---|---|
committer | Jérémy Zurcher <jeremy@asynk.ch> | 2015-07-19 13:20:33 +0200 |
commit | de0463bcf0f76ef8b07f2719679c9e0d72745c5d (patch) | |
tree | 9a33df947ceeea16a3e20b400585b1d3c304e77e /html/build.gradle | |
parent | e66f9f2a61d3dab4545e996046486de0d44e2901 (diff) | |
download | RustAndDust-de0463bcf0f76ef8b07f2719679c9e0d72745c5d.zip RustAndDust-de0463bcf0f76ef8b07f2719679c9e0d72745c5d.tar.gz |
welcome RustAndDust
Diffstat (limited to 'html/build.gradle')
-rw-r--r-- | html/build.gradle | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/html/build.gradle b/html/build.gradle index 174f80b..1ae1ec2 100644 --- a/html/build.gradle +++ b/html/build.gradle @@ -7,8 +7,8 @@ gwt { minHeapSize="1G"
src = files(file("src/")) // Needs to be in front of "modules" below.
- modules 'ch.asynk.creepingarmor.GdxDefinition'
- devModules 'ch.asynk.creepingarmor.GdxDefinitionSuperdev'
+ modules 'ch.asynk.rustanddust.GdxDefinition'
+ devModules 'ch.asynk.rustanddust.GdxDefinitionSuperdev'
project.webAppDirName = 'webapp'
compiler {
|