File: josm-latest.xml

package info (click to toggle)
josm 0.0.svn17428%2Bdfsg-2
  • links: PTS, VCS
  • area: main
  • in suites: bullseye
  • size: 204,760 kB
  • sloc: java: 360,765; xml: 198,972; perl: 10,138; jsp: 250; sh: 123; makefile: 112; javascript: 74; python: 29
file content (18 lines) | stat: -rw-r--r-- 814 bytes parent folder | download | duplicates (4)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
<?xml version="1.0" encoding="UTF-8"?>
<mime-info xmlns='http://www.freedesktop.org/standards/shared-mime-info'>
        <mime-type type="application/x-osm+xml">
                <sub-class-of type="application/xml"/>
                <comment>OSM XML file</comment>
                <glob pattern="*.osm"/>
        </mime-type>
        <mime-type type="application/x-josm-session+xml">
                <sub-class-of type="application/xml"/>
                <comment>JOSM session file</comment>
                <glob pattern="*.jos"/>
        </mime-type>
        <mime-type type="application/x-josm-session+zip">
                <sub-class-of type="application/zip"/>
                <comment>JOSM session archive</comment>
                <glob pattern="*.joz"/>
        </mime-type>
</mime-info>