mirror of
https://github.com/edeproject/ede.git
synced 2023-08-10 21:13:03 +03:00
s/datas/data directory
This commit is contained in:
13
data/mime-types/Jamfile
Normal file
13
data/mime-types/Jamfile
Normal 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 ;
|
14
data/mime-types/x-fluid.xml
Normal file
14
data/mime-types/x-fluid.xml
Normal 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>
|
Reference in New Issue
Block a user