Changeset 3533 in josm for trunk/src


Ignore:
Timestamp:
2010-09-17T09:51:21+02:00 (14 years ago)
Author:
stoecker
Message:

see #5436 - move xsd to proper place

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/org/openstreetmap/josm/gui/tagging/TaggingPreset.java

    r3518 r3533  
    749749
    750750        if (validate) {
    751             parser.startWithValidation(in, "http://josm.openstreetmap.de/tagging-preset-1.0", new StreamSource(TaggingPreset.class.getResourceAsStream("tagging-preset.xsd")));
     751            parser.startWithValidation(in, "http://josm.openstreetmap.de/tagging-preset-1.0", new StreamSource(TaggingPreset.class.getResourceAsStream("/data/tagging-preset.xsd")));
    752752        } else {
    753753            parser.start(in);
Note: See TracChangeset for help on using the changeset viewer.