[Bindings] change prefix for ignoring soap_binding related files

This commit is contained in:
Benjamin Dauvergne 2010-09-30 11:21:09 +02:00
parent 4c3af26a58
commit c02711bf79
1 changed files with 1 additions and 1 deletions

View File

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