diff options
| author | Kim van der Riet <kpvdr@apache.org> | 2006-12-22 18:26:40 +0000 |
|---|---|---|
| committer | Kim van der Riet <kpvdr@apache.org> | 2006-12-22 18:26:40 +0000 |
| commit | 39e4feab60591fc68efaf404cbd3f9070826fb04 (patch) | |
| tree | e6344d9612e8ccc91f63f1c1f7401eb5b7d6c3a8 /qpid/cpp | |
| parent | 78ff340f476f700e3cc3fcfc305cae37db0f42dd (diff) | |
| download | qpid-python-39e4feab60591fc68efaf404cbd3f9070826fb04.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@489715 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'qpid/cpp')
| -rw-r--r-- | qpid/cpp/gen/Makefile.am | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/qpid/cpp/gen/Makefile.am b/qpid/cpp/gen/Makefile.am index b0a324978a..e8edb35c6f 100644 --- a/qpid/cpp/gen/Makefile.am +++ b/qpid/cpp/gen/Makefile.am @@ -16,7 +16,7 @@ if CAN_GENERATE_CODE gentools_dir = $(srcdir)/../../gentools spec_dir = $(srcdir)/../../specs -spec = $(spec_dir)/amqp-8.0.xml +spec = $(spec_dir)/amqp.0-8.xml gentools_srcdir = $(gentools_dir)/src/org/apache/qpid/gentools $(BUILT_SOURCES) timestamp: $(spec) $(java_sources) $(cxx_templates) |
