The most recent version copied. Do not modify this instance (RW in ./org.glite.lb).
authorZdeněk Šustr <sustr4@cesnet.cz>
Mon, 9 Feb 2009 09:48:18 +0000 (09:48 +0000)
committerZdeněk Šustr <sustr4@cesnet.cz>
Mon, 9 Feb 2009 09:48:18 +0000 (09:48 +0000)
org.glite.jobid.api-java/configure

index 47d2b35..f6c3ac2 100755 (executable)
@@ -42,6 +42,7 @@ my %extern_prefix = (
        gridsite => '/opt/glite',
        lcas => '/opt/glite',
        ant => '/usr',
+       jdk => '/usr',
 );
 
 my %jar = (
@@ -292,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/ant:B/ ],
+       'jobid.api-java' =>  [ qw/ant:B jdk:B/ ],
 );
 
 for my $ext (keys %need_externs_aux) {