[Bindings] restore presence of SOAP nodes

The node to exclude when ID-WSF is disactivated was soap_binding_ ones.
This commit is contained in:
Benjamin Dauvergne 2010-09-29 15:56:59 +02:00
parent cd7b3e92c5
commit 5f7a08acb3
1 changed files with 2 additions and 2 deletions

View File

@ -549,8 +549,8 @@ def parse_header(header_file):
def parse_headers(srcdir):
wsf_prefixes = ['disco_', 'dst_', 'is_', 'profile_service_', 'discovery_',
'wsf_', 'interaction_', 'utility_', 'sa_', 'soap_', 'authentication_',
'wsse_', 'sec_', 'idwsf2_', 'wsf2_', 'wsa_', 'wsu']
'wsf_', 'interaction_', 'utility_', 'sa_', 'authentication_',
'wsse_', 'sec_', 'idwsf2_', 'wsf2_', 'wsa_', 'wsu', 'soap_binding_']
srcdir = os.path.abspath(srcdir)
parentdir = os.path.dirname(srcdir)