1 import cc.squirreljme.plugin.swm.JavaMEMidletType
2 import cc.squirreljme.plugin.swm.JavaMEStandard
4 description = "This contains the application management " +
5 "system, this allows programs (provided they have the correct " +
6 "permissions) to launch other programs and install new applications " +
7 "which may have been sourced from other locations."
8 version = rootProject.version
12 javaDocErrorCode = "DG"
13 swmType = JavaMEMidletType.API
14 swmName = "MEEP Application Management System"
15 swmVendor = "Stephanie Gawroriski"
16 definedStandards += new JavaMEStandard("microedition.swm;;")
23 api project(":modules:cldc-compact")
25 api project(":modules:collections")
26 api project(":modules:meep-midlet")