diff options
author | David Walter Seikel | 2012-01-04 18:41:13 +1000 |
---|---|---|
committer | David Walter Seikel | 2012-01-04 18:41:13 +1000 |
commit | dd7595a3475407a7fa96a97393bae8c5220e8762 (patch) | |
tree | e341e911d7eb911a51684a7412ef7f7c7605d28e /libraries/edje/data/edje.xml | |
parent | Add the skeleton. (diff) | |
download | SledjHamr-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 '')
-rw-r--r-- | libraries/edje/data/edje.xml | 11 |
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> | ||