Author: chirino
Date: Mon Jul 31 07:03:02 2006
New Revision: 427119
URL: http://svn.apache.org/viewvc?rev=427119&view=rev
Log:
Enabled the gram plugin
Modified:
incubator/activemq/trunk/activemq-core/pom.xml
Modified: incubator/activemq/trunk/activemq-core/pom.xml
URL:
http://svn.apache.org/viewvc/incubator/activemq/trunk/activemq-core/pom.xml?rev=427119&r1=427118&r2=427119&view=diff
==============================================================================
--- incubator/activemq/trunk/activemq-core/pom.xml (original)
+++ incubator/activemq/trunk/activemq-core/pom.xml Mon Jul 31 07:03:02 2006
@@ -297,36 +297,34 @@
</plugin>
<!-- Use Gram to Gernerate the OpenWire Marshallers -->
- <!--
- <plugin>
+ <plugin>
<groupId>org.apache.activemq</groupId>
<artifactId>maven-gram-plugin</artifactId>
<version>${pom.version}</version>
<configuration>
- <scripts>
- GenerateJavaMarshalling.groovy:
- GenerateJavaTests.groovy:
- GenerateCSharpMarshalling.groovy:
- GenerateCSharpClasses.groovy:
- GenerateCppMarshallingClasses.groovy:
- GenerateCppMarshallingHeaders.groovy:
- GenerateCppHeaders.groovy:
- GenerateCppClasses.groovy:
- GenerateCMarshalling.groovy:
- </scripts>
- <groovyProperties>
- <version>1</version>
- </groovyProperties>
+ <scripts>
+ GenerateJavaMarshalling.groovy:
+ GenerateJavaTests.groovy:
+ GenerateCSharpMarshalling.groovy:
+ GenerateCSharpClasses.groovy:
+ GenerateCppMarshallingClasses.groovy:
+ GenerateCppMarshallingHeaders.groovy:
+ GenerateCppHeaders.groovy:
+ GenerateCppClasses.groovy:
+ GenerateCMarshalling.groovy:
+ </scripts>
+ <groovyProperties>
+ <version>1</version>
+ </groovyProperties>
</configuration>
<dependencies>
- <dependency>
- <groupId>org.apache.activemq</groupId>
- <artifactId>activemq-openwire-generator</artifactId>
- <version>${pom.version}</version>
- </dependency>
+ <dependency>
+ <groupId>org.apache.activemq</groupId>
+ <artifactId>activemq-openwire-generator</artifactId>
+ <version>${pom.version}</version>
+ </dependency>
</dependencies>
- </plugin>
- -->
+ </plugin>
<plugin>
<groupId>org.apache.xbean</groupId>