From f0d20e30c74a57d89d4ef37f7edda22a097bd856 Mon Sep 17 00:00:00 2001 From: Roland Hedberg Date: Thu, 4 Nov 2010 20:38:19 +0100 Subject: [PATCH] Build some extensions too --- src/schema/build_rules.sh | 3 +++ 1 file changed, 3 insertions(+) diff --git a/src/schema/build_rules.sh b/src/schema/build_rules.sh index 1bee8bf..9bfa12b 100755 --- a/src/schema/build_rules.sh +++ b/src/schema/build_rules.sh @@ -4,3 +4,6 @@ ../../tools/parse_xsd2.py -i xd -i xe -i sa -d defs_samlp.py saml-schema-protocol-2.0.xsd > sp.py ../../tools/parse_xsd2.py -i xd -i xe -i sa saml-schema-metadata-2.0.xsd > sm.py +../../tools/parse_xsd2.py -i xd -i xe -i sa -i sm ui.xsd > ui.py +../../tools/parse_xsd2.py -i xd -i xe -i sa -i sm -i ui dri.xsd > dri.py +