1 import cc.squirreljme.plugin.swm.JavaMEMidletType
3 description = "Provides an implementation of the JDWP Debugging Interface."
4 version = rootProject.version
8 javaDocErrorCode = "AG"
9 swmType = JavaMEMidletType.LIBRARY
10 swmName = "JDWP Implementation"
11 swmVendor = "Stephanie Gawroriski"
17 api project(":modules:cldc-compact")
18 api project(":modules:collections")
19 api project(":modules:tool-classfile")