diff options
| author | Alan Conway <aconway@apache.org> | 2007-01-04 22:31:05 +0000 |
|---|---|---|
| committer | Alan Conway <aconway@apache.org> | 2007-01-04 22:31:05 +0000 |
| commit | 3abb0dbcd8fa4c5e0ab89abc32aec684a3165069 (patch) | |
| tree | de5d08ecea8d096f677f2c8f959f48c854953920 /cpp | |
| parent | 443eca6549dca94d66264d9c7c9c2b7e2760cbd0 (diff) | |
| download | qpid-python-3abb0dbcd8fa4c5e0ab89abc32aec684a3165069.tar.gz | |
Unsupress generation of 0-8 classes. Re-suppress when new
Messaging classes are ready to replace them.
git-svn-id: https://svn.apache.org/repos/asf/incubator/qpid/branches/qpid.0-9@492781 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'cpp')
| -rw-r--r-- | cpp/gen/Makefile.am | 9 |
1 files changed, 7 insertions, 2 deletions
diff --git a/cpp/gen/Makefile.am b/cpp/gen/Makefile.am index ab98941bb5..e42eca3d94 100644 --- a/cpp/gen/Makefile.am +++ b/cpp/gen/Makefile.am @@ -16,10 +16,15 @@ if CAN_GENERATE_CODE gentools_dir = $(srcdir)/../../gentools spec_dir = $(srcdir)/../../specs -spec = $(spec_dir)/amqp.0-9.xml $(spec_dir)/amqp-nogen.0-9.xml + +# FIXME aconway 2007-01-04: Enabling Basic class until +# new messaging class is ready to replace it. +# spec = $(spec_dir)/amqp.0-9.xml $(spec_dir)/amqp-nogen.0-9.xml +spec = $(spec_dir)/amqp.0-9.xml + gentools_srcdir = $(gentools_dir)/src/org/apache/qpid/gentools -$(BUILT_SOURCES) timestamp: $(spec) $(java_sources) $(cxx_templates) +$(BUILT_SOURCES) timestamp: $(spec) $(java_sources) $(cxx_templates) Makefile.am rm -f $(generated_sources) cd $(gentools_srcdir) && rm -f *.class && $(JAVAC) *.java $(JAVA) -cp $(gentools_dir)/src org.apache.qpid.gentools.Main \ |
