From 5849ba88a1a20e4d3584843e0be46e456c5f7980 Mon Sep 17 00:00:00 2001 From: John Estabrook Date: Fri, 10 Jan 2020 11:52:26 -0600 Subject: xml: T1962: Add syntaxVersion to schema --- scripts/build-command-templates | 2 ++ 1 file changed, 2 insertions(+) (limited to 'scripts') diff --git a/scripts/build-command-templates b/scripts/build-command-templates index 4fcdb8ade..dbf4ad9c5 100755 --- a/scripts/build-command-templates +++ b/scripts/build-command-templates @@ -295,4 +295,6 @@ root = xml.getroot() nodes = root.iterfind("*") for n in nodes: + if n.tag == "syntaxVersion": + continue process_node(n, [output_dir]) -- cgit v1.2.3