The most recent version copied. Do not modify this instance (RW in ./org.glite.lb).
authorZdeněk Šustr <sustr4@cesnet.cz>
Wed, 11 Feb 2009 09:55:06 +0000 (09:55 +0000)
committerZdeněk Šustr <sustr4@cesnet.cz>
Wed, 11 Feb 2009 09:55:06 +0000 (09:55 +0000)
org.glite.security.gsoap-plugin/configure

index c059fa4..f6c3ac2 100755 (executable)
@@ -41,6 +41,8 @@ my %extern_prefix = (
        voms => '/opt/glite',
        gridsite => '/opt/glite',
        lcas => '/opt/glite',
+       ant => '/usr',
+       jdk => '/usr',
 );
 
 my %jar = (
@@ -272,6 +274,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 +293,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 jdk:B/ ],
 );
 
 for my $ext (keys %need_externs_aux) {
@@ -452,7 +455,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',
        );