From 321153d64eccde228d4dd8d9c9833e2b259d8c05 Mon Sep 17 00:00:00 2001 From: Gordon Sim Date: Tue, 19 Feb 2008 16:02:25 +0000 Subject: Moved c++ to 0-9, based on a spec file with all the WIP stuff removed manually to avoid having to tinker with generator to exclude it. git-svn-id: https://svn.apache.org/repos/asf/incubator/qpid/branches/M2.1@629137 13f79535-47bb-0310-9956-ffa450edef68 --- cpp/gen/Makefile.am | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) (limited to 'cpp/gen') diff --git a/cpp/gen/Makefile.am b/cpp/gen/Makefile.am index 61ec38bbaa..dc63c8005e 100644 --- a/cpp/gen/Makefile.am +++ b/cpp/gen/Makefile.am @@ -35,7 +35,7 @@ if CAN_GENERATE_CODE gentools_dir = $(srcdir)/../../gentools spec_dir = $(srcdir)/../../specs -spec = $(spec_dir)/amqp.0-8.xml +spec = $(spec_dir)/amqp.0-9.no-wip.xml gentools_srcdir = $(gentools_dir)/src/org/apache/qpid/gentools gentools_libs = $(gentools_dir)/lib/velocity-1.4.jar:$(gentools_dir)/lib/velocity-dep-1.4.jar @@ -45,8 +45,6 @@ $(BUILT_SOURCES) timestamp: $(spec) $(java_sources) $(cxx_templates) $(JAVAC) -cp $(gentools_libs) -sourcepath $(gentools_srcdir) -d $(gentools_dir)/src $(gentools_srcdir)/*.java $(JAVA) -cp $(gentools_dir)/src:$(gentools_libs) org.apache.qpid.gentools.Main \ -c -o . -t $(gentools_dir)/templ.cpp $(spec) - echo $(JAVA) -cp $(gentools_dir)/src:$(gentools_libs) org.apache.qpid.gentools.Main \ - -c -o . -t $(gentools_dir)/templ.cpp $(spec) >> debug touch timestamp gen-src.mk: timestamp -- cgit v1.2.1