1 import cc.squirreljme.plugin.swm.JavaMEMidletType
2 import cc.squirreljme.plugin.swm.JavaMEStandard
4 description = "This provides support for provisioning new " +
5 "MIDlets and LIBlets which may exist on the network and can be seen in " +
6 "a way as a remote application downloader and installer except by a " +
7 "more concrete means. It is possible for applications to automatically " +
9 version = rootProject.version
13 javaDocErrorCode = "DM"
14 swmType = JavaMEMidletType.API
15 swmName = "MEEP Provisioning"
16 swmVendor = "Stephanie Gawroriski"
17 definedStandards += new JavaMEStandard("microedition.provisioning;;")
23 api project(":modules:cldc-compact")