mirror of https://github.com/apache/activemq.git
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
This commit is contained in:
parent
611e335cfc
commit
dfb9c82114
|
@ -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}"
|
||||
|
||||
|
|
Loading…
Reference in New Issue