The most recent version copied. Do not modify this instance (RW in ./org.glite.lb).
authorAleš Křenek <ljocha@ics.muni.cz>
Wed, 21 Jan 2009 07:55:46 +0000 (07:55 +0000)
committerAleš Křenek <ljocha@ics.muni.cz>
Wed, 21 Jan 2009 07:55:46 +0000 (07:55 +0000)
org.glite.jobid.api-java/configure

index a72805e..04566f7 100755 (executable)
@@ -453,7 +453,7 @@ sub mode_etics {
        for (@{$need_jars{"$subsys.$module"}}) {
                my $eext = $etics_externs{$_} ? $etics_externs{$_} : $_;
 
-               push @copts,"--with-$_=\${$_.location}/$_-`echo \${$_.version} | sed 's/\\([0-9]*\\.[0-9]*\\)\\.[0-9]*/\\1/'`.jar";
+               push @copts,"--with-$_=\${$_.location}/$_*.jar";
        }