comparison mx.jvmci/suite.py @ 22675:359605451591

removed "path" and "sourcePath" attributes from distributions and libraries
author Doug Simon <doug.simon@oracle.com>
date Sun, 11 Oct 2015 14:30:03 +0200
parents 1bbd4a7c274b
children 57646377e480
comparison
equal deleted inserted replaced
22674:5ef7110c63bd 22675:359605451591
1 suite = { 1 suite = {
2 "mxversion" : "5.5.6", 2 "mxversion" : "5.5.7",
3 "name" : "jvmci", 3 "name" : "jvmci",
4 "url" : "http://openjdk.java.net/projects/graal", 4 "url" : "http://openjdk.java.net/projects/graal",
5 "developer" : { 5 "developer" : {
6 "name" : "Truffle and Graal developers", 6 "name" : "Truffle and Graal developers",
7 "email" : "graal-dev@openjdk.java.net", 7 "email" : "graal-dev@openjdk.java.net",
29 "libraries" : { 29 "libraries" : {
30 30
31 # ------------- Libraries ------------- 31 # ------------- Libraries -------------
32 32
33 "HCFDIS" : { 33 "HCFDIS" : {
34 "path" : "lib/hcfdis-3.jar",
35 "urls" : ["https://lafo.ssw.uni-linz.ac.at/pub/hcfdis-3.jar"], 34 "urls" : ["https://lafo.ssw.uni-linz.ac.at/pub/hcfdis-3.jar"],
36 "sha1" : "a71247c6ddb90aad4abf7c77e501acc60674ef57", 35 "sha1" : "a71247c6ddb90aad4abf7c77e501acc60674ef57",
37 }, 36 },
38 37
39 "C1VISUALIZER_DIST" : { 38 "C1VISUALIZER_DIST" : {
40 "path" : "lib/c1visualizer_2015-07-22.zip",
41 "urls" : ["https://java.net/downloads/c1visualizer/c1visualizer_2015-07-22.zip"], 39 "urls" : ["https://java.net/downloads/c1visualizer/c1visualizer_2015-07-22.zip"],
42 "sha1" : "7ead6b2f7ed4643ef4d3343a5562e3d3f39564ac", 40 "sha1" : "7ead6b2f7ed4643ef4d3343a5562e3d3f39564ac",
43 }, 41 },
44 42
45 "JOL_INTERNALS" : { 43 "JOL_INTERNALS" : {
46 "path" : "lib/jol-internals.jar",
47 "urls" : ["https://lafo.ssw.uni-linz.ac.at/pub/truffle/jol/jol-internals.jar"], 44 "urls" : ["https://lafo.ssw.uni-linz.ac.at/pub/truffle/jol/jol-internals.jar"],
48 "sha1" : "508bcd26a4d7c4c44048990c6ea789a3b11a62dc", 45 "sha1" : "508bcd26a4d7c4c44048990c6ea789a3b11a62dc",
49 }, 46 },
50 47
51 "BATIK" : { 48 "BATIK" : {
52 "path" : "lib/batik-all-1.7.jar",
53 "sha1" : "122b87ca88e41a415cf8b523fd3d03b4325134a3", 49 "sha1" : "122b87ca88e41a415cf8b523fd3d03b4325134a3",
54 "urls" : ["https://lafo.ssw.uni-linz.ac.at/pub/graal-external-deps/batik-all-1.7.jar"], 50 "urls" : ["https://lafo.ssw.uni-linz.ac.at/pub/graal-external-deps/batik-all-1.7.jar"],
55 }, 51 },
56 }, 52 },
57 53
352 }, 348 },
353 } 349 }
354 }, 350 },
355 351
356 "JVMCI_SERVICE" : { 352 "JVMCI_SERVICE" : {
357 "path" : "build/jvmci-service.jar", 353 "subDir" : "jvmci",
358 "subDir" : "jvmci",
359 "sourcesPath" : "build/jvmci-service.src.zip",
360 "dependencies" : ["jdk.vm.ci.service"], 354 "dependencies" : ["jdk.vm.ci.service"],
361 }, 355 },
362 356
363 "JVMCI_OPTIONS" : { 357 "JVMCI_OPTIONS" : {
364 "path" : "build/jvmci-options.jar", 358 "subDir" : "jvmci",
365 "subDir" : "jvmci",
366 "sourcesPath" : "build/jvmci-options.src.zip",
367 "dependencies" : ["jdk.vm.ci.options"], 359 "dependencies" : ["jdk.vm.ci.options"],
368 }, 360 },
369 361
370 "JVMCI_API" : { 362 "JVMCI_API" : {
371 "path" : "build/jvmci-api.jar", 363 "subDir" : "jvmci",
372 "subDir" : "jvmci",
373 "sourcesPath" : "build/jvmci-api.src.zip",
374 "dependencies" : [ 364 "dependencies" : [
375 "jdk.vm.ci.inittimer", 365 "jdk.vm.ci.inittimer",
376 "jdk.vm.ci.runtime", 366 "jdk.vm.ci.runtime",
377 "jdk.vm.ci.common", 367 "jdk.vm.ci.common",
378 "jdk.vm.ci.compiler", 368 "jdk.vm.ci.compiler",
384 "JVMCI_SERVICE", 374 "JVMCI_SERVICE",
385 ], 375 ],
386 }, 376 },
387 377
388 "JVMCI_HOTSPOTVMCONFIG" : { 378 "JVMCI_HOTSPOTVMCONFIG" : {
389 "path" : "build/jvmci-hotspotvmconfig.jar", 379 "subDir" : "jvmci",
390 "subDir" : "jvmci",
391 "sourcesPath" : "build/jvmci-hotspotvmconfig.src.zip",
392 "dependencies" : [ 380 "dependencies" : [
393 "jdk.vm.ci.hotspotvmconfig", 381 "jdk.vm.ci.hotspotvmconfig",
394 ], 382 ],
395 }, 383 },
396 384
397 "JVMCI_HOTSPOT" : { 385 "JVMCI_HOTSPOT" : {
398 "path" : "build/jvmci-hotspot.jar", 386 "subDir" : "jvmci",
399 "subDir" : "jvmci",
400 "sourcesPath" : "build/jvmci-hotspot.src.zip",
401 "dependencies" : [ 387 "dependencies" : [
402 "jdk.vm.ci.hotspot.amd64", 388 "jdk.vm.ci.hotspot.amd64",
403 "jdk.vm.ci.hotspot.sparc", 389 "jdk.vm.ci.hotspot.sparc",
404 "jdk.vm.ci.hotspot.jfr", 390 "jdk.vm.ci.hotspot.jfr",
405 ], 391 ],
409 "JVMCI_API", 395 "JVMCI_API",
410 ], 396 ],
411 }, 397 },
412 398
413 "JVMCI_TEST" : { 399 "JVMCI_TEST" : {
414 "path" : "build/jvmci-test.jar", 400 "subDir" : "jvmci",
415 "subDir" : "jvmci",
416 "sourcesPath" : "build/jvmci-test.src.zip",
417 "dependencies" : [ 401 "dependencies" : [
418 "jdk.vm.ci.options.test", 402 "jdk.vm.ci.options.test",
419 "jdk.vm.ci.runtime.test", 403 "jdk.vm.ci.runtime.test",
420 ], 404 ],
421 "distDependencies" : [ 405 "distDependencies" : [
423 ], 407 ],
424 "exclude" : ["mx:JUNIT"], 408 "exclude" : ["mx:JUNIT"],
425 }, 409 },
426 410
427 "JVMCI_OPTIONS_PROCESSOR" : { 411 "JVMCI_OPTIONS_PROCESSOR" : {
428 "path" : "build/jvmci-options-processor.jar", 412 "subDir" : "jvmci",
429 "subDir" : "jvmci",
430 "sourcesPath" : "build/jvmci-options-processor.src.zip",
431 "dependencies" : ["jdk.vm.ci.options.processor"], 413 "dependencies" : ["jdk.vm.ci.options.processor"],
432 "distDependencies" : [ 414 "distDependencies" : [
433 "JVMCI_OPTIONS", 415 "JVMCI_OPTIONS",
434 ], 416 ],
435 }, 417 },
436 418
437 "JVMCI_HOTSPOTVMCONFIG_PROCESSOR" : { 419 "JVMCI_HOTSPOTVMCONFIG_PROCESSOR" : {
438 "path" : "build/jvmci-hotspotvmconfig-processor.jar", 420 "subDir" : "jvmci",
439 "subDir" : "jvmci",
440 "sourcesPath" : "build/jvmci-hotspotvmconfig-processor.src.zip",
441 "dependencies" : ["jdk.vm.ci.hotspotvmconfig.processor"], 421 "dependencies" : ["jdk.vm.ci.hotspotvmconfig.processor"],
442 "distDependencies" : [ 422 "distDependencies" : [
443 "JVMCI_API", 423 "JVMCI_API",
444 "JVMCI_HOTSPOTVMCONFIG", 424 "JVMCI_HOTSPOTVMCONFIG",
445 ], 425 ],
446 }, 426 },
447 427
448 "JVMCI_SERVICE_PROCESSOR" : { 428 "JVMCI_SERVICE_PROCESSOR" : {
449 "path" : "build/jvmci-service-processor.jar", 429 "subDir" : "jvmci",
450 "subDir" : "jvmci",
451 "sourcesPath" : "build/jvmci-service-processor.src.zip",
452 "dependencies" : ["jdk.vm.ci.service.processor"], 430 "dependencies" : ["jdk.vm.ci.service.processor"],
453 "distDependencies" : [ 431 "distDependencies" : [
454 "JVMCI_SERVICE", 432 "JVMCI_SERVICE",
455 ], 433 ],
456 }, 434 },