Changeset 35346 in osm for applications/editors/josm


Ignore:
Timestamp:
2020-03-03T20:46:58+01:00 (4 years ago)
Author:
stoecker
Message:

adapt paths to new places

File:
1 edited

Legend:

Unmodified
Added
Removed
  • applications/editors/josm/i18n/convwiki.pl

    r33841 r35346  
    3434    system "mv \"$name\" \"$name.orig\"";
    3535    my ($path, $xmlname) = ($1, $2);
    36     my $res = `xmllint --format --schema ../core/data/tagging-preset.xsd \"$name.orig\" --encode utf-8 --output \"$name\" 2>&1`;
     36    my $res = `xmllint --format --schema ../core/resources/data/tagging-preset.xsd \"$name.orig\" --encode utf-8 --output \"$name\" 2>&1`;
    3737    print $res if $res !~ /\.orig validates/;
    3838    system "perl convpreset.pl \"$name\" >\"${path}trans_$xmlname\"";
Note: See TracChangeset for help on using the changeset viewer.