From 48e158f87e4c77b352e7fc24b4c25df2d4ad9f49 Mon Sep 17 00:00:00 2001 From: Ben Liblit Date: Mon, 28 Nov 2016 14:37:35 -0600 Subject: [PATCH] Add stub DOCTYPE declarations for various hand-authored XML files Some of these might have proper DTDs or XML Schema definitions floating around somewhere that we could use. Presumably many do not. Rather than hand-craft such definitions myself, I'm just giving each a minimal stub DOCTYPE declaration. That's enough to satisfy Eclipse's XML validator, which otherwise complains that these files lack grammar constraints. --- com.ibm.wala.core.testdata/scripts/cruise/config_nashira.xml | 1 + com.ibm.wala.core/dat/codetemplates.xml | 4 +++- com.ibm.wala.core/dat/formatter.xml | 1 + com.ibm.wala.core/dat/natives.xml | 1 + com.ibm.wala.core/dat/natives_no_model.xml | 1 + com.ibm.wala.dalvik/apkCGBuilder.xml | 1 + com.ibm.wala.dalvik/src/logback.xml | 1 + com.ibm.wala.shrike/exportPlugin.xml | 1 + 8 files changed, 10 insertions(+), 1 deletion(-) diff --git a/com.ibm.wala.core.testdata/scripts/cruise/config_nashira.xml b/com.ibm.wala.core.testdata/scripts/cruise/config_nashira.xml index 509ce3f6f..5d28eaf12 100644 --- a/com.ibm.wala.core.testdata/scripts/cruise/config_nashira.xml +++ b/com.ibm.wala.core.testdata/scripts/cruise/config_nashira.xml @@ -1,3 +1,4 @@ + diff --git a/com.ibm.wala.core/dat/codetemplates.xml b/com.ibm.wala.core/dat/codetemplates.xml index 77301c0dd..6f741811f 100644 --- a/com.ibm.wala.core/dat/codetemplates.xml +++ b/com.ibm.wala.core/dat/codetemplates.xml @@ -1,4 +1,6 @@ -