Indentations break the feed.
[SquirrelJME.git] / modules / meep-event / build.gradle
blob5907ab0e2ff17adaefc2c2f3d3ef9d2e878ce917
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
9 squirreljme
11         javaDocErrorCode = "DI"
12         swmType = JavaMEMidletType.API
13         swmName = "MEEP Event Management"
14         swmVendor = "Stephanie Gawroriski"
15         definedStandards += new JavaMEStandard("microedition.event;;")
16         tags += "meep"
19 dependencies
21         api project(":modules:cldc-compact")