From dfb9c82114c84809c73b3116d12530574d62632a Mon Sep 17 00:00:00 2001 From: James Strachan Date: Tue, 10 Jan 2006 13:59:47 +0000 Subject: [PATCH] disabled auto-generation of more hand-crafted commands git-svn-id: https://svn.apache.org/repos/asf/incubator/activemq/trunk@367606 13f79535-47bb-0310-9956-ffa450edef68 --- activemq-core/src/gram/script/GenerateCSharpClasses.groovy | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/activemq-core/src/gram/script/GenerateCSharpClasses.groovy b/activemq-core/src/gram/script/GenerateCSharpClasses.groovy index ddc37dee58..a2b94559dd 100755 --- a/activemq-core/src/gram/script/GenerateCSharpClasses.groovy +++ b/activemq-core/src/gram/script/GenerateCSharpClasses.groovy @@ -31,7 +31,8 @@ class GenerateCSharpClasses extends OpenWireScript { it.getAnnotation("openwire:marshaller")!=null } - def manuallyMaintainedClasses = ['ActiveMQDestination', 'ActiveMQTempDestination', 'ActiveMQQueue', 'ActiveMQTopic', 'ActiveMQTempQueue', 'ActiveMQTempTopic', 'BaseCommand'] + def manuallyMaintainedClasses = ['ActiveMQDestination', 'ActiveMQTempDestination', 'ActiveMQQueue', 'ActiveMQTopic', 'ActiveMQTempQueue', 'ActiveMQTempTopic', 'BaseCommand', + 'ActiveMQMessage', 'ActiveMQTextMessage', 'ActiveMQMapMessage', 'ActiveMQBytesMessage', 'ActiveMQStreamMessage', 'ActiveMQStreamMessage'] println "Generating Java marshalling code to directory ${destDir}"