s/datas/data directory

This commit is contained in:
Sanel Zukan
2008-09-04 10:03:43 +00:00
parent 8558ded1fe
commit d0ba30843e
670 changed files with 0 additions and 0 deletions

13
data/mime-types/Jamfile Normal file
View File

@ -0,0 +1,13 @@
#
# $Id$
#
# Part of Equinox Desktop Environment (EDE).
# Copyright (c) 2008 EDE Authors.
#
# This program is licensed under terms of the
# GNU General Public License version 2 or newer.
# See COPYING for details.
SubDir TOP datas mime-types ;
InstallEdeMimeFiles x-fluid.xml ;

View File

@ -0,0 +1,14 @@
<?xml version="1.0" encoding="UTF-8"?>
<mime-info xmlns="http://www.freedesktop.org/standards/shared-mime-info">
<mime-type type="application/x-fluid">
<sub-class-of type="text/plain"/>
<comment>FLTK Fluid file</comment>
<magic priority="50">
<match type="string" value="# data file for the Fltk" offset="0"/>
<match type="string" value="version" offset="0"/>
<match type="string" value="header_name" offset="0"/>
<match type="string" value="code_name" offset="0"/>
</magic>
<glob pattern="*.fl"/>
</mime-type>
</mime-info>