1 import cc.squirreljme.plugin.swm.JavaMEMidlet
2 import cc.squirreljme.plugin.swm.JavaMEMidletType
4 description = "A turn based strategy involving squirrels and " +
5 "lots of acorns! Keep on your claws and horde them all!"
6 version = rootProject.version
10 javaDocErrorCode = "BE"
11 swmType = JavaMEMidletType.APPLICATION
12 swmName = "Squirrel Quarrel"
13 swmVendor = "Stephanie Gawroriski"
14 midlets += new JavaMEMidlet("Squirrel Quarrel", "icon.xpm",
15 "dev.shadowtail.squirrelquarrel.MainMidlet")
19 // This game is currently incomplete so hide it in the launcher
20 ignoreInLauncher = true
25 api project(":modules:cldc-compact")
27 api project(":modules:midp-lcdui")
28 api project(":modules:meep-midlet")