mirror of https://github.com/apache/activemq.git
enabled the marshalling of C++ code by default
git-svn-id: https://svn.apache.org/repos/asf/incubator/activemq/trunk@382081 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
44acc71569
commit
3bf29aa062
|
@ -110,6 +110,8 @@
|
|||
<classpath refid="openwire.classpath" />
|
||||
<sysproperty key="openwire.version" value="${openwire.version}" />
|
||||
<arg value="src/main/java/org/apache/activemq/command" />
|
||||
<arg value="src/gram/script/GenerateCppMarshallingClasses.groovy" />
|
||||
<arg value="src/gram/script/GenerateCppMarshallingHeaders.groovy" />
|
||||
<arg value="src/gram/script/GenerateJavaMarshalling.groovy" />
|
||||
<arg value="src/gram/script/GenerateJavaTests.groovy" />
|
||||
<arg value="src/gram/script/GenerateCSharpMarshalling.groovy" />
|
||||
|
|
Loading…
Reference in New Issue