source: josm/trunk/linux/latest/usr/share/mime/packages/josm-latest.xml@ 15915

Last change on this file since 15915 was 15915, checked in by Don-vip, 5 years ago

fix #13108 - see #18350 - registers *.geojson, *.jos, *.joz files on all platforms

Linux references:

File size: 814 bytes
Line 
1<?xml version="1.0" encoding="UTF-8"?>
2<mime-info xmlns='http://www.freedesktop.org/standards/shared-mime-info'>
3 <mime-type type="application/x-osm+xml">
4 <sub-class-of type="application/xml"/>
5 <comment>OSM XML file</comment>
6 <glob pattern="*.osm"/>
7 </mime-type>
8 <mime-type type="application/x-josm-session+xml">
9 <sub-class-of type="application/xml"/>
10 <comment>JOSM session file</comment>
11 <glob pattern="*.jos"/>
12 </mime-type>
13 <mime-type type="application/x-josm-session+zip">
14 <sub-class-of type="application/zip"/>
15 <comment>JOSM session archive</comment>
16 <glob pattern="*.joz"/>
17 </mime-type>
18</mime-info>
Note: See TracBrowser for help on using the repository browser.