From: Zdeněk Šustr Date: Wed, 13 Jan 2010 09:44:59 +0000 (+0000) Subject: Remove jobid.api-java from jobid dependencies in branch_2_0 X-Git-Tag: glite-lb-state-machine_R_1_0_2_1~9 X-Git-Url: http://scientific.zcu.cz/git/?a=commitdiff_plain;h=95e45349248682230d2174d3ae9c92e0c8ee0a10;p=jra1mw.git Remove jobid.api-java from jobid dependencies in branch_2_0 --- diff --git a/org.glite.lb/configure b/org.glite.lb/configure index f63732f..bd25dbb 100755 --- a/org.glite.lb/configure +++ b/org.glite.lb/configure @@ -76,7 +76,7 @@ my %lbmodules = ( '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/], + 'jobid' => [qw/api-c api-cpp/], 'jp' => [ qw/client doc index primary server-common ws-interface/ ], );