common/conf/jib-profiles.js
changeset 37972 e1fa5c2e62a0
parent 37966 f8ee56e64197
child 38628 11af6696675c
child 39190 a6b5b18fd06c
--- a/common/conf/jib-profiles.js	Tue May 17 18:18:18 2016 +0200
+++ b/common/conf/jib-profiles.js	Wed May 04 15:29:01 2016 +0200
@@ -215,7 +215,7 @@
     var common = {};
 
     common.dependencies = ["boot_jdk", "gnumake", "jtreg"],
-    common.default_make_targets = ["product-images", "test-image"],
+    common.default_make_targets = ["product-bundles", "test-bundles"],
     common.default_make_targets_debug = common.default_make_targets;
     common.default_make_targets_slowdebug = common.default_make_targets;
     common.configure_args = ["--enable-jtreg-failure-handler"],
@@ -245,7 +245,7 @@
             target_cpu: "x64",
             dependencies: concat(common.dependencies, "devkit"),
             configure_args: concat(common.configure_args, "--with-zlib=system"),
-            default_make_targets: concat(common.default_make_targets, "docs-image")
+            default_make_targets: concat(common.default_make_targets, "docs-bundles")
         },
 
         "linux-x86": {