File: boats.xml

package info (click to toggle)
boats 201204-1
  • links: PTS
  • area: main
  • in suites: wheezy
  • size: 1,352 kB
  • sloc: cpp: 8,770; makefile: 48; xml: 10
file content (10 lines) | stat: -rw-r--r-- 373 bytes parent folder | download | duplicates (5)
1
2
3
4
5
6
7
8
9
10
<?xml version="1.0" encoding="UTF-8"?>
<mime-info xmlns="http://www.freedesktop.org/standards/shared-mime-info">
  <mime-type type="application/x-boats">
    <comment>Boat Scenario file</comment>
    <glob priority="80" pattern="*.xbs"/>
    <magic priority="80">
      <match type="string" value="&lt;xmlscenario" offset="0:256"/>
    </magic>
  </mime-type>
</mime-info>