Skip to content
Snippets Groups Projects
Commit 26ec801a authored by Stéphane Wirtel's avatar Stéphane Wirtel
Browse files

Add the security directory into the packaging

bzr revid: stephane@tinyerp.com-20081113103957-1op6exlhnfxkmftn
parent 09fd27f6
Branches
Tags
No related merge requests found
......@@ -125,7 +125,11 @@ def data_files():
glob.glob(opj(add_path, 'report', '*rml')) +
glob.glob(opj(add_path, 'report', '*sxw')) +
glob.glob(opj(add_path, 'report', '*xsl'))
)
),
( opj(addon_path, 'security'),
glob.glob(opj(add_path, 'security', '*csv')) +
glob.glob(opj(add_path, 'security', '*xml'))
),
]
files.extend(pathfiles)
files.append(('.', [('bin/import_xml.rng')]))
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment