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, 0 insertions, 16 deletions
diff --git a/src/xml/configure.json b/src/xml/configure.json
deleted file mode 100644
index 345eb8544b..0000000000
--- a/src/xml/configure.json
+++ /dev/null
@@ -1,16 +0,0 @@
-{
- "module": "xml",
- "depends": [
- "core"
- ],
- "testDir": "../../config.tests",
-
- "features": {
- "dom": {
- "label": "DOM",
- "purpose": "Supports the Document Object Model.",
- "section": "File I/O",
- "output": [ "publicFeature", "feature" ]
- }
- }
-}