< prev index next >

make/conf/jib-profiles.js

Print this page
rev 53836 : imported patch 8219132


 943                 "DEVKIT_HOME": input.get("devkit", "home_path"),
 944             }
 945         },
 946 
 947         build_devkit: {
 948             organization: common.organization,
 949             ext: "tar.gz",
 950             module: "devkit-" + input.build_platform,
 951             revision: devkit_platform_revisions[input.build_platform]
 952         },
 953 
 954         cups: {
 955             organization: common.organization,
 956             ext: "tar.gz",
 957             revision: "1.0118+1.0"
 958         },
 959 
 960         jtreg: {
 961             server: "javare",
 962             revision: "4.2",
 963             build_number: "b13",
 964             checksum_file: "MD5_VALUES",
 965             file: "jtreg_bin-4.2.zip",
 966             environment_name: "JT_HOME",
 967             environment_path: input.get("jtreg", "install_path") + "/jtreg/bin"
 968         },
 969 
 970         jmh: {
 971             organization: common.organization,
 972             ext: "tar.gz",
 973             revision: "1.21+1.0"
 974         },
 975 
 976         jcov: {
 977             // Until an official build of JCov is available, use custom
 978             // build to support classfile version 57.
 979             // See CODETOOLS-7902358 for more info.
 980             // server: "jpg",
 981             // product: "jcov",
 982             // version: "3.0",
 983             // build_number: "b07",




 943                 "DEVKIT_HOME": input.get("devkit", "home_path"),
 944             }
 945         },
 946 
 947         build_devkit: {
 948             organization: common.organization,
 949             ext: "tar.gz",
 950             module: "devkit-" + input.build_platform,
 951             revision: devkit_platform_revisions[input.build_platform]
 952         },
 953 
 954         cups: {
 955             organization: common.organization,
 956             ext: "tar.gz",
 957             revision: "1.0118+1.0"
 958         },
 959 
 960         jtreg: {
 961             server: "javare",
 962             revision: "4.2",
 963             build_number: "b14",
 964             checksum_file: "MD5_VALUES",
 965             file: "jtreg_bin-4.2.zip",
 966             environment_name: "JT_HOME",
 967             environment_path: input.get("jtreg", "install_path") + "/jtreg/bin"
 968         },
 969 
 970         jmh: {
 971             organization: common.organization,
 972             ext: "tar.gz",
 973             revision: "1.21+1.0"
 974         },
 975 
 976         jcov: {
 977             // Until an official build of JCov is available, use custom
 978             // build to support classfile version 57.
 979             // See CODETOOLS-7902358 for more info.
 980             // server: "jpg",
 981             // product: "jcov",
 982             // version: "3.0",
 983             // build_number: "b07",


< prev index next >