6978977: Productivity: use ant for java part of build

Reviewed-by: mduigou, herrick, ohair, ngthomas
This commit is contained in:
Igor Nekrestyanov 2010-09-03 20:19:45 -07:00
parent 5e55abdeff
commit 2d875cdd6f
2 changed files with 2 additions and 1 deletions

View File

@ -1,3 +1,4 @@
^build/
^dist/
/nbproject/private/
^webrev

View File

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