aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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)