From 42baddd65bdbc4e2803ec24dcfc1db64b44dcb12 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Zden=C4=9Bk=20=C5=A0ustr?= Date: Wed, 4 Feb 2009 15:16:48 +0000 Subject: [PATCH] - ant_prefix handling in configure - updated diffing in etics-tag --- org.glite.lb/configure | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/org.glite.lb/configure b/org.glite.lb/configure index c059fa4..47d2b35 100755 --- a/org.glite.lb/configure +++ b/org.glite.lb/configure @@ -41,6 +41,7 @@ my %extern_prefix = ( voms => '/opt/glite', gridsite => '/opt/glite', lcas => '/opt/glite', + ant => '/usr', ); my %jar = ( @@ -272,6 +273,7 @@ sub mode_checkout() { BEGIN{ %need_externs_aux = ( 'lb.client' => [ qw/cppunit:B classads/ ], + 'lb.client-java' => [ qw/ant:B/ ], 'lb.common' => [ qw/expat cppunit:B classads/ ], 'lb.doc' => [], 'lb.logger' => [ qw/cppunit:B/ ], @@ -290,7 +292,7 @@ BEGIN{ 'security.gsoap-plugin' => [ qw/cppunit:B globus cares gsoap:B/ ], 'jobid.api-c' => [ qw/cppunit:B/ ], 'jobid.api-cpp' => [ qw/cppunit:B/ ], - 'jobid.api-java' => [ qw// ], + 'jobid.api-java' => [ qw/ant:B/ ], ); for my $ext (keys %need_externs_aux) { @@ -452,7 +454,7 @@ BEGIN{ %etics_externs = ( globus=>'vdt_globus_essentials', cares=>'c-ares', - voms=>'org.glite.security.voms-api-c', + voms=>'org.glite.security.voms-api-cpp', gridsite=>'org.gridsite.shared', lcas=>'org.glite.security.lcas', ); -- 1.8.2.3