From 0c6708eabf33f8eafba2bc4d98f8d687e55d60bd Mon Sep 17 00:00:00 2001 From: ohair Date: Thu, 17 Jun 2010 10:50:14 -0700 Subject: 6955292: Workaround ant 1.7.1 package-info.java issue in ant scripts 6960333: Add make level ALLOW_DOWNLOADS=true option 6940241: Change jaxp/jaxws so that the http downloads are not done by default Reviewed-by: darcy --- build.xml | 19 ++++++++++++++----- 1 file changed, 14 insertions(+), 5 deletions(-) (limited to 'build.xml') diff --git a/build.xml b/build.xml index e318021..c6de86f 100644 --- a/build.xml +++ b/build.xml @@ -36,6 +36,11 @@ javac.debug - true or false for debug classfiles javac.target - classfile version target javac.source - source version + drops.dir - directory that holds source drop bundles + allow.download - permit downloads from public url (default is false) + (used if bundles not found in drops.dir) + + Run 'make help' for help using the Makefile. @@ -106,16 +111,20 @@ - + + depends="compile, -build-setup"> + + +