summaryrefslogtreecommitdiffstats
path: root/src/xml/configure.json
diff options
context:
space:
mode:
Diffstat (limited to 'src/xml/configure.json')
-rw-r--r--src/xml/configure.json16
1 files changed, 16 insertions, 0 deletions
diff --git a/src/xml/configure.json b/src/xml/configure.json
new file mode 100644
index 0000000000..345eb8544b
--- /dev/null
+++ b/src/xml/configure.json
@@ -0,0 +1,16 @@
+{
+ "module": "xml",
+ "depends": [
+ "core"
+ ],
+ "testDir": "../../config.tests",
+
+ "features": {
+ "dom": {
+ "label": "DOM",
+ "purpose": "Supports the Document Object Model.",
+ "section": "File I/O",
+ "output": [ "publicFeature", "feature" ]
+ }
+ }
+}