1 import cc.squirreljme.plugin.swm.JavaMEMidletType
2 import cc.squirreljme.plugin.swm.JavaMEStandard
4 description = "This contains the MIDlet interface which " +
5 "acts as the main entry point for all MIDlets."
6 version = rootProject.version
10 javaDocErrorCode = "AD"
11 swmType = JavaMEMidletType.API
12 swmName = "MEEP MIDlet Interface"
13 swmVendor = "Stephanie Gawroriski"
14 definedStandards += new JavaMEStandard("microedition.midlet;;")
21 api project(":modules:cldc-compact")
23 api project(":modules:collections")