1 import cc.squirreljme.plugin.swm.JavaMEMidletType
2 import cc.squirreljme.plugin.swm.JavaMEStandard
4 description = "This provides an interface which allows an " +
5 "application to receive events from the system along withsending events " +
6 "to other running applications."
7 version = rootProject.version
11 javaDocErrorCode = "DI"
12 swmType = JavaMEMidletType.API
13 swmName = "MEEP Event Management"
14 swmVendor = "Stephanie Gawroriski"
15 definedStandards += new JavaMEStandard("microedition.event;;")
21 api project(":modules:cldc-compact")