Ignore:
Timestamp:
2020-03-03T20:59:53+01:00 (6 years ago)
Author:
simon04
Message:

see #josm18845 - Introduce ${josm.resources.dir}

File:
1 edited

Legend:

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

    r35346 r35347  
    3434    system "mv \"$name\" \"$name.orig\"";
    3535    my ($path, $xmlname) = ($1, $2);
    36     my $res = `xmllint --format --schema ../core/resources/data/tagging-preset.xsd \"$name.orig\" --encode utf-8 --output \"$name\" 2>&1`;
     36    my $res = `xmllint --format --schema $ENV{'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.