Revert StaticDisplayState; For hosted only allow debug to be used.
[SquirrelJME.git] / modules / meep-swm / build.gradle
blob20908ce2628d4e59439612077f4c56686a3c7b6d
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
10 squirreljme
12         javaDocErrorCode = "DG"
13         swmType = JavaMEMidletType.API
14         swmName = "MEEP Application Management System"
15         swmVendor = "Stephanie Gawroriski"
16         definedStandards += new JavaMEStandard("microedition.swm;;")
17         tags += "meep"
18         tags += "j2me"
21 dependencies
23         api project(":modules:cldc-compact")
25         api project(":modules:collections")
26         api project(":modules:meep-midlet")