aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/libraries/edje/data/edje.xml
diff options
context:
space:
mode:
authorDavid Walter Seikel2012-01-04 18:41:13 +1000
committerDavid Walter Seikel2012-01-04 18:41:13 +1000
commitdd7595a3475407a7fa96a97393bae8c5220e8762 (patch)
treee341e911d7eb911a51684a7412ef7f7c7605d28e /libraries/edje/data/edje.xml
parentAdd the skeleton. (diff)
downloadSledjHamr-dd7595a3475407a7fa96a97393bae8c5220e8762.zip
SledjHamr-dd7595a3475407a7fa96a97393bae8c5220e8762.tar.gz
SledjHamr-dd7595a3475407a7fa96a97393bae8c5220e8762.tar.bz2
SledjHamr-dd7595a3475407a7fa96a97393bae8c5220e8762.tar.xz
Add the base Enlightenment Foundation Libraries - eina, eet, evas, ecore, embryo, and edje.
Note that embryo wont be used, but I'm not sure yet if you can build edje without it.
Diffstat (limited to 'libraries/edje/data/edje.xml')
-rw-r--r--libraries/edje/data/edje.xml11
1 files changed, 11 insertions, 0 deletions
diff --git a/libraries/edje/data/edje.xml b/libraries/edje/data/edje.xml
new file mode 100644
index 0000000..eb299e7
--- /dev/null
+++ b/libraries/edje/data/edje.xml
@@ -0,0 +1,11 @@
1<?xml version="1.0" encoding="UTF-8"?>
2<mime-info xmlns="http://www.freedesktop.org/standards/shared-mime-info">
3 <mime-type type="text/edje">
4 <comment>Edje source file</comment>
5 <glob pattern="*.edc"/>
6 </mime-type>
7 <mime-type type="application/edje">
8 <comment>Edje file</comment>
9 <glob pattern="*.edj"/>
10 </mime-type>
11</mime-info>