git://scientific.zcu.cz
/
jra1mw.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
c8e2100
)
lb.client-java needs commons-lang
author
Aleš Křenek
<ljocha@ics.muni.cz>
Wed, 3 Jun 2009 07:21:30 +0000
(07:21 +0000)
committer
Aleš Křenek
<ljocha@ics.muni.cz>
Wed, 3 Jun 2009 07:21:30 +0000
(07:21 +0000)
org.glite.lb/configure
patch
|
blob
|
blame
|
history
diff --git
a/org.glite.lb/configure
b/org.glite.lb/configure
index
c3a5c42
..
37396e9
100755
(executable)
--- a/
org.glite.lb/configure
+++ b/
org.glite.lb/configure
@@
-51,7
+51,8
@@
my %extern_prefix = (
);
my %jar = (
- 'commons-codec' => '/usr/share/java/commons-codec-1.3.jar',
+ 'commons-codec' => '/usr/share/java/commons-codec.jar',
+ 'commons-lang' => '/usr/share/java/commons-lang.jar',
);
@@
-330,6
+331,7
@@
for my $ext (keys %need_externs_aux) {
%need_jars = (
'jobid.api-java' => [ qw/commons-codec/ ],
+ 'lb.client-java' => [ qw/commons-lang/ ],
);
for my $jar (keys %need_jars) {