comparison mx.graal/suite.py @ 22287:b31567b406ca

Modify distDependencies
author Gilles Duboscq <gilles.m.duboscq@oracle.com>
date Wed, 22 Jul 2015 20:21:58 +0200
parents 4c8f0b7c3ae6
children dc23cfe53130
comparison
equal deleted inserted replaced
22286:4c8f0b7c3ae6 22287:b31567b406ca
892 "com.oracle.graal.hotspot.sparc", 892 "com.oracle.graal.hotspot.sparc",
893 "com.oracle.graal.hotspot", 893 "com.oracle.graal.hotspot",
894 "com.oracle.graal.printer", 894 "com.oracle.graal.printer",
895 ], 895 ],
896 "distDependencies" : [ 896 "distDependencies" : [
897 "jvmci:JVMCI_API",
898 "jvmci:JVMCI_SERVICE",
899 "jvmci:JVMCI_HOTSPOT", 897 "jvmci:JVMCI_HOTSPOT",
898 "jvmci:JVMCI_OPTIONS_PROCESSOR",
900 ], 899 ],
901 }, 900 },
902 901
903 "GRAAL_TEST" : { 902 "GRAAL_TEST" : {
904 "path" : "build/graal-test.jar", 903 "path" : "build/graal-test.jar",
917 "com.oracle.graal.nodes.test", 916 "com.oracle.graal.nodes.test",
918 "com.oracle.graal.phases.common.test", 917 "com.oracle.graal.phases.common.test",
919 ], 918 ],
920 "distDependencies" : [ 919 "distDependencies" : [
921 "GRAAL", 920 "GRAAL",
921 "jvmci:JVMCI_HOTSPOT",
922 ], 922 ],
923 }, 923 },
924 924
925 "GRAAL_TRUFFLE" : { 925 "GRAAL_TRUFFLE" : {
926 "path" : "build/graal-truffle.jar", 926 "path" : "build/graal-truffle.jar",
961 "GRAAL_REPLACEMENTS_VERIFIER" : { 961 "GRAAL_REPLACEMENTS_VERIFIER" : {
962 "path" : "build/graal-replacements-verifier.jar", 962 "path" : "build/graal-replacements-verifier.jar",
963 "subDir" : "graal", 963 "subDir" : "graal",
964 "sourcesPath" : "build/graal-replacements-verifier.src.zip", 964 "sourcesPath" : "build/graal-replacements-verifier.src.zip",
965 "dependencies" : ["com.oracle.graal.replacements.verifier"], 965 "dependencies" : ["com.oracle.graal.replacements.verifier"],
966 "distDependencies" : [
967 "jvmci:JVMCI_API",
968 ],
966 }, 969 },
967 970
968 "GRAAL_COMPILER_MATCH_PROCESSOR" : { 971 "GRAAL_COMPILER_MATCH_PROCESSOR" : {
969 "path" : "build/graal-compiler-match-processor.jar", 972 "path" : "build/graal-compiler-match-processor.jar",
970 "subDir" : "graal", 973 "subDir" : "graal",
971 "sourcesPath" : "build/graal-compiler-match-processor.src.zip", 974 "sourcesPath" : "build/graal-compiler-match-processor.src.zip",
972 "dependencies" : ["com.oracle.graal.compiler.match.processor"], 975 "dependencies" : ["com.oracle.graal.compiler.match.processor"],
976 "distDependencies" : [
977 "jvmci:JVMCI_SERVICE",
978 "jvmci:JVMCI_API",
979 ]
973 }, 980 },
974 }, 981 },
975 } 982 }