aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorigor <none@none>2010-09-03 20:19:45 -0700
committerigor <none@none>2010-09-03 20:19:45 -0700
commit8afca48197ac02bd63a3377d1c660f7e520688eb (patch)
tree9f6d24ecc89f575b68e562b6219a5a0ef1dfb3a8
parentb12e9d7fc2ae8eab89d5cda4b2cdf90776dc1851 (diff)
downloadjdk8u-8afca48197ac02bd63a3377d1c660f7e520688eb.tar.gz
6978977: Productivity: use ant for java part of build
Reviewed-by: mduigou, herrick, ohair, ngthomas
-rw-r--r--.hgignore1
-rw-r--r--make/deploy-rules.gmk2
2 files changed, 2 insertions, 1 deletions
diff --git a/.hgignore b/.hgignore
index 0092bd4..2d339f9 100644
--- a/.hgignore
+++ b/.hgignore
@@ -1,3 +1,4 @@
^build/
^dist/
/nbproject/private/
+^webrev
diff --git a/make/deploy-rules.gmk b/make/deploy-rules.gmk
index 3aa6e16..988c7d0 100644
--- a/make/deploy-rules.gmk
+++ b/make/deploy-rules.gmk
@@ -41,7 +41,7 @@ else
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)