Revert StaticDisplayState; For hosted only allow debug to be used.
[SquirrelJME.git] / modules / tango-icon-theme / build.gradle
blobfaa8e790ffda96c5fdf312cd5d85d484a76e7bbc
1 import cc.squirreljme.plugin.swm.JavaMEMidletType
3 description = "Contains all the various tango icons."
4 version = rootProject.version
6 squirreljme
8         javaDocErrorCode = "TI"
9         swmType = JavaMEMidletType.LIBRARY
10         swmName = "Tango Icon Theme"
11         swmVendor = "Stephanie Gawroriski"
12         tags += "tango-icon-theme"
15 dependencies
17         api project(":modules:cldc-compact")