6978977: Productivity: use ant for java part of build
authorigor
Fri, 03 Sep 2010 20:19:45 -0700
changeset 6729 6972f2f93eba
parent 6242 47f3f915411c
child 6730 fec81dcb5d6f
6978977: Productivity: use ant for java part of build Reviewed-by: mduigou, herrick, ohair, ngthomas
.hgignore
make/deploy-rules.gmk
--- 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)