summaryrefslogtreecommitdiff
path: root/python/amqp-doc
diff options
context:
space:
mode:
authorKim van der Riet <kpvdr@apache.org>2006-12-22 18:26:40 +0000
committerKim van der Riet <kpvdr@apache.org>2006-12-22 18:26:40 +0000
commita71fc76d0f605d1faa76f8aec7b4498c168aec46 (patch)
treee9fc23ba70b75b2bb21d8fc50da8f7b088e9cb4e /python/amqp-doc
parent2b22dcd63c9b0a3d914fff21abd78985059b326d (diff)
downloadqpid-python-a71fc76d0f605d1faa76f8aec7b4498c168aec46.tar.gz
File tidy-up for AMQP version code: Removed old XSLT files; moved cluster.asl into spec directory; renamed spec files to better reflect version notation; updated java, c++ and python files to reference new names.
git-svn-id: https://svn.apache.org/repos/asf/incubator/qpid/trunk/qpid@489715 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'python/amqp-doc')
-rwxr-xr-xpython/amqp-doc2
1 files changed, 1 insertions, 1 deletions
diff --git a/python/amqp-doc b/python/amqp-doc
index 60a12c2838..0e7f9e862a 100755
--- a/python/amqp-doc
+++ b/python/amqp-doc
@@ -42,7 +42,7 @@ except GetoptError, e:
die(str(e))
regexp = False
-spec = "../specs/amqp-8.0.xml"
+spec = "../specs/amqp.0-8.xml"
for k, v in opts:
if k == "-e" or k == "--regexp": regexp = True
if k == "-s" or k == "--spec": spec = v