6978977: Productivity: use ant for java part of build

Fri, 03 Sep 2010 20:19:45 -0700

author
igor
date
Fri, 03 Sep 2010 20:19:45 -0700
changeset 230
1fa39984ba8c
parent 207
0df9c57eb80d
child 231
85736b9f2026

6978977: Productivity: use ant for java part of build
Reviewed-by: mduigou, herrick, ohair, ngthomas

.hgignore file | annotate | diff | comparison | revisions
make/deploy-rules.gmk file | annotate | diff | comparison | revisions
     1.1 --- a/.hgignore	Fri Sep 03 12:49:47 2010 -0700
     1.2 +++ b/.hgignore	Fri Sep 03 20:19:45 2010 -0700
     1.3 @@ -1,3 +1,4 @@
     1.4  ^build/
     1.5  ^dist/
     1.6  /nbproject/private/
     1.7 +^webrev
     2.1 --- a/make/deploy-rules.gmk	Fri Sep 03 12:49:47 2010 -0700
     2.2 +++ b/make/deploy-rules.gmk	Fri Sep 03 20:19:45 2010 -0700
     2.3 @@ -41,7 +41,7 @@
     2.4    IMAGES_TARGET = images
     2.5  endif
     2.6  
     2.7 -DEPLOY_BUILD_TARGETS = sanity javaws-all plugin-all 
     2.8 +DEPLOY_BUILD_TARGETS = sanity deploy 
     2.9  # Only build 7-Zip LZMA file compression if it is available
    2.10  # Enable 7-Zip LZMA file (de)compression for Java Kernel if it is available
    2.11  ifeq ($(ARCH_DATA_MODEL), 32)

mercurial