Merge
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 @@
   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)