# HG changeset patch # User igor # Date 1283570385 25200 # Node ID 1fa39984ba8ce46c21a1242b12b8334d885f1904 # Parent 0df9c57eb80df379a14b539892338f58a6d5cfc7 6978977: Productivity: use ant for java part of build Reviewed-by: mduigou, herrick, ohair, ngthomas diff -r 0df9c57eb80d -r 1fa39984ba8c .hgignore --- a/.hgignore Fri Sep 03 12:49:47 2010 -0700 +++ b/.hgignore Fri Sep 03 20:19:45 2010 -0700 @@ -1,3 +1,4 @@ ^build/ ^dist/ /nbproject/private/ +^webrev diff -r 0df9c57eb80d -r 1fa39984ba8c make/deploy-rules.gmk --- a/make/deploy-rules.gmk Fri Sep 03 12:49:47 2010 -0700 +++ b/make/deploy-rules.gmk Fri Sep 03 20:19:45 2010 -0700 @@ -41,7 +41,7 @@ IMAGES_TARGET = images endif -DEPLOY_BUILD_TARGETS = sanity javaws-all plugin-all +DEPLOY_BUILD_TARGETS = sanity deploy # Only build 7-Zip LZMA file compression if it is available # Enable 7-Zip LZMA file (de)compression for Java Kernel if it is available ifeq ($(ARCH_DATA_MODEL), 32)