Need to also include websvccommon cluster.
authorJan Lahoda <jlahoda@netbeans.org>
Sat, 14 Jan 2012 18:45:15 +0100
changeset 72350dc0bb1f6da
parent 722 77da70abe731
child 724 9ec0d6964151
Need to also include websvccommon cluster.
hudson/trunk
     1.1 --- a/hudson/trunk	Tue Jan 10 17:51:52 2012 +0100
     1.2 +++ b/hudson/trunk	Sat Jan 14 18:45:15 2012 +0100
     1.3 @@ -23,7 +23,7 @@
     1.4      unzip -q ../download/*$TRUNK_ID-$1.zip || exit
     1.5  }
     1.6  
     1.7 -for cluster in ide platform java harness nb apisupport extra enterprise cnd dlight; do
     1.8 +for cluster in ide platform java harness nb apisupport extra enterprise cnd dlight websvccommon; do
     1.9      download_and_unpack_cluster $cluster;
    1.10  done
    1.11