Exclude SpringCoatRelease and SpringCoatDebug from the standard build.
[SquirrelJME.git] / modules / ntt-docomo-star-api / build.gradle
bloba83015a68b4c28d915c3ed760f43fc350f56cbbc
1 import cc.squirreljme.plugin.swm.JavaMEMidletType
2 import cc.squirreljme.plugin.swm.JavaMEProfile
4 description = "Proprietary NTT Docomo Star API"
5 version = rootProject.version
7 squirreljme
9         javaDocErrorCode = "AN"
10         swmType = JavaMEMidletType.API
11         swmName = "NTT Docomo Star API"
12         swmVendor = "Stephanie Gawroriski"
13         definedProfiles += new JavaMEProfile("Star-1.0")
14         definedProfiles += new JavaMEProfile("Star-1.1")
15         definedProfiles += new JavaMEProfile("Star-1.2")
16         definedProfiles += new JavaMEProfile("Star-1.3")
17         definedProfiles += new JavaMEProfile("Star-1.4")
18         definedProfiles += new JavaMEProfile("Star-1.5")
19         definedProfiles += new JavaMEProfile("Star-2.0")
20         tags += "nttdocomo"
21         tags += "star"
24 dependencies
26         api project(":modules:cldc-compact")
27         api project(":modules:meep-midlet")
28         api project(":modules:meep-rms")
29         api project(":modules:midp-lcdui")