Author: chirino
Date: Fri Aug 11 07:23:38 2006
New Revision: 430798

URL: http://svn.apache.org/viewvc?rev=430798&view=rev
Log:
get gram:gram to run the first script too... it currently has a problem 
splitting on the :

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=430798&r1=430797&r2=430798&view=diff
==============================================================================
--- incubator/activemq/trunk/activemq-core/pom.xml (original)
+++ incubator/activemq/trunk/activemq-core/pom.xml Fri Aug 11 07:23:38 2006
@@ -320,13 +320,10 @@
         <version>${pom.version}</version>
         <configuration>
           <scripts>
-            :GenerateJavaMarshalling.groovy:
-          </scripts>
-          <!--
-           GenerateJavaTests.groovy: GenerateCSharpMarshalling.groovy:
+            :GenerateJavaMarshalling.groovy: GenerateJavaTests.groovy: 
GenerateCSharpMarshalling.groovy:
             GenerateCSharpClasses.groovy: 
GenerateCppMarshallingClasses.groovy: GenerateCppMarshallingHeaders.groovy:
             GenerateCppHeaders.groovy: GenerateCppClasses.groovy: 
GenerateCMarshalling.groovy:
-          -->
+          </scripts>
           <groovyProperties>
             <version>2</version>
           </groovyProperties>


Reply via email to