1 import cc.squirreljme.plugin.swm.JavaMEConfiguration
2 import cc.squirreljme.plugin.swm.JavaMEMidletType
10 version = "1.8.$squirreljmeVMVersion"
11 description = "This is the standard JavaME 8 Connection " +
12 "Limited Device Configuration which contains the core classes used " +
17 javaDocErrorCode = "ZZ"
18 swmType = JavaMEMidletType.API
19 swmName = "Connection Limited Device Configuration (Compact)"
20 swmVendor = "Stephanie Gawroriski"
21 definedConfigurations += new JavaMEConfiguration("CLDC-1.8-Compact")
22 definedConfigurations += new JavaMEConfiguration("CLDC-1.1.1")
23 definedConfigurations += new JavaMEConfiguration("CLDC-1.1")
24 definedConfigurations += new JavaMEConfiguration("CLDC-1.0")
27 noEmitConfiguration = true
29 // This is considered a boot loader for SummerCoat
31 bootLoaderMainClass = "cc.squirreljme.jvm.summercoat.Bootstrap"
36 // No classes are available for this project
37 compileJava.options.bootstrapClasspath = project.objects.fileCollection()