Need to download external libraries and copy platform jars before building separate-by-function-cleanup
authorJan Lahoda <jlahoda@netbeans.org>
Sat, 10 Mar 2012 21:29:16 +0100
branchseparate-by-function-cleanup
changeset 7418b184767d2db
parent 740 ccfb93ec36d8
child 742 a8f77a2577a6
Need to download external libraries and copy platform jars before building
hudson/trunk
     1.1 --- a/hudson/trunk	Sat Mar 10 21:14:34 2012 +0100
     1.2 +++ b/hudson/trunk	Sat Mar 10 21:29:16 2012 +0100
     1.3 @@ -37,9 +37,7 @@
     1.4      prepare_platform
     1.5  fi;
     1.6  
     1.7 -call_ant() {
     1.8 -    ant -Dnbplatform.default.harness.dir=$PLATFORM/harness -Dnbplatform.default.netbeans.dest.dir=$PLATFORM -Dnbplatform.active.dir=$PLATFORM "$@"
     1.9 -}
    1.10 +ant -Dnbplatform.active.dir=$PLATFORM -f lib/download.xml download copy-from-platform
    1.11  
    1.12  SUBPROJECTS="remoting language duplicates cmdline";
    1.13