You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@activemq.apache.org by ch...@apache.org on 2006/09/27 04:45:45 UTC

svn commit: r450290 - /incubator/activemq/trunk/activemq-core/pom.xml

Author: chirino
Date: Tue Sep 26 19:45:45 2006
New Revision: 450290

URL: http://svn.apache.org/viewvc?view=rev&rev=450290
Log:
Fixing pom

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?view=diff&rev=450290&r1=450289&r2=450290
==============================================================================
--- incubator/activemq/trunk/activemq-core/pom.xml (original)
+++ incubator/activemq/trunk/activemq-core/pom.xml Tue Sep 26 19:45:45 2006
@@ -292,10 +292,11 @@
         <artifactId>maven-antrun-plugin</artifactId>
         <configuration>
           <tasks>
-            <taskdef name="generate" classname="org.apache.activemq.openwire.tool.JavaGenerator"/>
+            <taskdef name="generate" classname="org.apache.activemq.openwire.tool.JavaGeneratorTask"/>
             <generate version="2" basedir="${basedir}"/>
           </tasks>
         </configuration>
+        <dependencies>
           <dependency>
             <groupId>org.apache.activemq</groupId>
             <artifactId>activemq-openwire-generator</artifactId>