From 34d94adf61de834de23662453cc321071df3340c Mon Sep 17 00:00:00 2001 From: "Rafael H. Schloming" Date: Wed, 1 May 2013 17:04:31 +0000 Subject: QPID-4798: switched python client over to using stripped XML git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@1478093 13f79535-47bb-0310-9956-ffa450edef68 --- qpid/python/setup.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'qpid/python/setup.py') diff --git a/qpid/python/setup.py b/qpid/python/setup.py index 5afa913183..bc8c3e3fa4 100755 --- a/qpid/python/setup.py +++ b/qpid/python/setup.py @@ -279,7 +279,7 @@ class install_lib(_install_lib): outputs = _install_lib.get_outputs(self) extra = [] for of in outputs: - if os.path.basename(of) == "amqp-0-10-qpid-errata.xml": + if os.path.basename(of) == "amqp-0-10-qpid-errata-stripped.xml": extra.append(pclfile(of)) return outputs + extra @@ -287,7 +287,7 @@ class install_lib(_install_lib): outfiles = _install_lib.install(self) extra = [] for of in outfiles: - if os.path.basename(of) == "amqp-0-10-qpid-errata.xml": + if os.path.basename(of) == "amqp-0-10-qpid-errata-stripped.xml": tgt = pclfile(of) if self.force or newer(of, tgt): log.info("caching %s to %s" % (of, os.path.basename(tgt))) -- cgit v1.2.1