From: Zdeněk Šustr Date: Fri, 8 Jan 2010 10:28:18 +0000 (+0000) Subject: Remove harvester from the list of LB (2.0) modules X-Git-Tag: glite-lbjp-common-db_R_2_0_0_2~4 X-Git-Url: http://scientific.zcu.cz/git/?a=commitdiff_plain;h=edf51eee4c57575e117140e4ac99cb46fecdabda;p=jra1mw.git Remove harvester from the list of LB (2.0) modules --- diff --git a/org.glite.lb/configure b/org.glite.lb/configure index 6c3cf92..35b621c 100755 --- a/org.glite.lb/configure +++ b/org.glite.lb/configure @@ -72,7 +72,7 @@ my %deps_type; my %topbuild; my %lbmodules = ( - 'lb' => [ qw/client common doc logger server state-machine types utils ws-interface ws-test harvester/], + 'lb' => [ qw/client common doc logger server state-machine types utils ws-interface ws-test/], 'security' => [qw/gss gsoap-plugin/], 'lbjp-common' => [qw/db maildir server-bones trio jp-interface/], 'jobid' => [qw/api-c api-cpp api-java/],