Make it so mapping files are used and then reapplied.
[SquirrelJME.git] / modules / tac / build.gradle
blob6e285eadadd0cc5b1054a53ecc580d54167eb9af
1 import cc.squirreljme.plugin.swm.JavaMEMidletType
3 description = "This project contains the testing, acceptance, "+
4         "and comparison framework which is used to test and compare differing " +
5         "executions of the virtual machine."
6 version = rootProject.version
8 squirreljme
10         javaDocErrorCode = "BU"
11         swmType = JavaMEMidletType.LIBRARY
12         swmName = "Testing Framework"
13         swmVendor = "Stephanie Gawroriski"
14         tags += "testing"
17 dependencies
19         api project(":modules:cldc-compact")
20         api project(":modules:common-vm")
21         api project(":modules:io")
22         api project(":modules:meep-midlet")
23         api project(":modules:tool-manifest-writer")
24         api project(":modules:collections")