Skip to content

Commit

Permalink
[FIX] Dist: fixed path in release script; removed unused replace in .…
Browse files Browse the repository at this point in the history
…bat scripts.
  • Loading branch information
dimitarp committed Apr 16, 2014
1 parent bcc2c08 commit cc7d638
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions release.pl
Original file line number Diff line number Diff line change
Expand Up @@ -68,9 +68,8 @@ sub prepare {
binmode $out;
while(my $l = <$in>) {
# replace "target/classes"
$l =~ s|%PWD%/\.\./\.\./basex/target/classes|%LIB%/basex-api.jar|;
$l =~ s|target/classes|BaseX.jar|;
next if $l =~ m|\.\./\.\./basex|;
next if $l =~ m|/\.\./basex-core|;
print $out $l;
}
close($in);
Expand Down

0 comments on commit cc7d638

Please sign in to comment.