1 import cc.squirreljme.plugin.swm.JavaMEMidletType
2 import cc.squirreljme.plugin.swm.JavaMEStandard
4 description = "The concurrency APIs allows multiple applications to run " +
6 version = rootProject.version
10 javaDocErrorCode = "DK"
11 swmType = JavaMEMidletType.API
12 swmName = "MEEP Concurrency"
13 swmVendor = "Stephanie Gawroriski"
14 definedStandards += new JavaMEStandard("microedition.concurrency;;")
20 api project(":modules:cldc-compact")