Minor notes.
[SquirrelJME.git] / modules / meep-provisioning / build.gradle
blob7fcc4748df54208ab19719208d5f8d89a6d38b5f
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 " +
8         "be updated."
9 version = rootProject.version
11 squirreljme
13         javaDocErrorCode = "DM"
14         swmType = JavaMEMidletType.API
15         swmName = "MEEP Provisioning"
16         swmVendor = "Stephanie Gawroriski"
17         definedStandards += new JavaMEStandard("microedition.provisioning;;")
18         tags += "meep"
21 dependencies
23         api project(":modules:cldc-compact")