You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@activemq.apache.org by js...@apache.org on 2006/03/01 18:03:29 UTC

svn commit: r382081 - /incubator/activemq/trunk/activemq-core/maven.xml

Author: jstrachan
Date: Wed Mar  1 09:03:28 2006
New Revision: 382081

URL: http://svn.apache.org/viewcvs?rev=382081&view=rev
Log:
enabled the marshalling of C++ code by default

Modified:
    incubator/activemq/trunk/activemq-core/maven.xml

Modified: incubator/activemq/trunk/activemq-core/maven.xml
URL: http://svn.apache.org/viewcvs/incubator/activemq/trunk/activemq-core/maven.xml?rev=382081&r1=382080&r2=382081&view=diff
==============================================================================
--- incubator/activemq/trunk/activemq-core/maven.xml (original)
+++ incubator/activemq/trunk/activemq-core/maven.xml Wed Mar  1 09:03:28 2006
@@ -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" />