From ddfc99f3e258d6f53714c3ed6af115aa8ff94f78 Mon Sep 17 00:00:00 2001 From: igor Date: Fri, 3 Sep 2010 20:19:45 -0700 Subject: [PATCH] 6978977: Productivity: use ant for java part of build Reviewed-by: mduigou, herrick, ohair, ngthomas --- .hgignore | 1 + make/deploy-rules.gmk | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) 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) -- GitLab