changeset 228:1fa39984ba8c

6978977: Productivity: use ant for java part of build Reviewed-by: mduigou, herrick, ohair, ngthomas
author igor
date Fri, 03 Sep 2010 20:19:45 -0700
parents 0df9c57eb80d
children 85736b9f2026
files .hgignore make/deploy-rules.gmk
diffstat 2 files changed, 2 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- 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
--- 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)