diff options
author | Jérémy Zurcher <jeremy@asynk.ch> | 2015-06-30 06:21:50 +0200 |
---|---|---|
committer | Jérémy Zurcher <jeremy@asynk.ch> | 2015-06-30 06:21:50 +0200 |
commit | d74bcf9bf390418df35d94b54d59df0170033f65 (patch) | |
tree | 2ceae1bd287c42b4f109c47d2360199d6076a156 /html/build.gradle | |
parent | 06868b70f82ed30e46ea3fd012a0befc8380bbad (diff) | |
download | RustAndDust-d74bcf9bf390418df35d94b54d59df0170033f65.zip RustAndDust-d74bcf9bf390418df35d94b54d59df0170033f65.tar.gz |
TankOnTank -> CreepingArmor
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 9f7b699..174f80b 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.tankontank.GdxDefinition'
- devModules 'ch.asynk.tankontank.GdxDefinitionSuperdev'
+ modules 'ch.asynk.creepingarmor.GdxDefinition'
+ devModules 'ch.asynk.creepingarmor.GdxDefinitionSuperdev'
project.webAppDirName = 'webapp'
compiler {
|