comparison mx.graal/suite.py @ 22080:5372cd319bb2

Eclipse projects for JVMCI distributions should be in jvmci/, not graal/
author Doug Simon <doug.simon@oracle.com>
date Wed, 24 Jun 2015 12:37:54 +0200
parents 0e095e2c24e2
children 0defcb691fe2
comparison
equal deleted inserted replaced
22079:59b0fd9e6b27 22080:5372cd319bb2
1180 1180
1181 # ------------- Distributions ------------- 1181 # ------------- Distributions -------------
1182 1182
1183 "JVMCI_SERVICE" : { 1183 "JVMCI_SERVICE" : {
1184 "path" : "build/jvmci-service.jar", 1184 "path" : "build/jvmci-service.jar",
1185 "subDir" : "graal", 1185 "subDir" : "jvmci",
1186 "sourcesPath" : "build/jvmci-service.src.zip", 1186 "sourcesPath" : "build/jvmci-service.src.zip",
1187 "dependencies" : ["jdk.internal.jvmci.service"], 1187 "dependencies" : ["jdk.internal.jvmci.service"],
1188 "exclude" : ["FINDBUGS"], 1188 "exclude" : ["FINDBUGS"],
1189 }, 1189 },
1190 1190
1191 "JVMCI_API" : { 1191 "JVMCI_API" : {
1192 "path" : "build/jvmci-api.jar", 1192 "path" : "build/jvmci-api.jar",
1193 "subDir" : "graal", 1193 "subDir" : "jvmci",
1194 "sourcesPath" : "build/jvmci-api.src.zip", 1194 "sourcesPath" : "build/jvmci-api.src.zip",
1195 "dependencies" : [ 1195 "dependencies" : [
1196 "jdk.internal.jvmci.runtime", 1196 "jdk.internal.jvmci.runtime",
1197 "jdk.internal.jvmci.options", 1197 "jdk.internal.jvmci.options",
1198 "jdk.internal.jvmci.common", 1198 "jdk.internal.jvmci.common",
1204 ], 1204 ],
1205 }, 1205 },
1206 1206
1207 "JVMCI_HOTSPOT" : { 1207 "JVMCI_HOTSPOT" : {
1208 "path" : "build/jvmci-hotspot.jar", 1208 "path" : "build/jvmci-hotspot.jar",
1209 "subDir" : "graal", 1209 "subDir" : "jvmci",
1210 "sourcesPath" : "build/jvmci-hotspot.src.zip", 1210 "sourcesPath" : "build/jvmci-hotspot.src.zip",
1211 "dependencies" : [ 1211 "dependencies" : [
1212 "jdk.internal.jvmci.hotspot.amd64", 1212 "jdk.internal.jvmci.hotspot.amd64",
1213 "jdk.internal.jvmci.hotspot.sparc", 1213 "jdk.internal.jvmci.hotspot.sparc",
1214 "jdk.internal.jvmci.hotspot.jfr", 1214 "jdk.internal.jvmci.hotspot.jfr",
1228 "com.oracle.graal.hotspot", 1228 "com.oracle.graal.hotspot",
1229 "com.oracle.graal.printer", 1229 "com.oracle.graal.printer",
1230 ], 1230 ],
1231 "exclude" : ["FINDBUGS"], 1231 "exclude" : ["FINDBUGS"],
1232 "distDependencies" : [ 1232 "distDependencies" : [
1233 "JVMCI_API",
1233 "JVMCI_SERVICE", 1234 "JVMCI_SERVICE",
1234 "JVMCI_HOTSPOT", 1235 "JVMCI_HOTSPOT",
1235 ], 1236 ],
1236 }, 1237 },
1237 1238