You are viewing a plain text version of this content. The canonical link for it is here.
Posted to scm@geronimo.apache.org by ri...@apache.org on 2010/05/13 12:08:16 UTC

svn commit: r943859 - /geronimo/server/trunk/plugins/activemq/geronimo-activemq-ra/pom.xml

Author: rickmcguire
Date: Thu May 13 10:08:15 2010
New Revision: 943859

URL: http://svn.apache.org/viewvc?rev=943859&view=rev
Log:
fix typo that caused a build break

Modified:
    geronimo/server/trunk/plugins/activemq/geronimo-activemq-ra/pom.xml

Modified: geronimo/server/trunk/plugins/activemq/geronimo-activemq-ra/pom.xml
URL: http://svn.apache.org/viewvc/geronimo/server/trunk/plugins/activemq/geronimo-activemq-ra/pom.xml?rev=943859&r1=943858&r2=943859&view=diff
==============================================================================
--- geronimo/server/trunk/plugins/activemq/geronimo-activemq-ra/pom.xml (original)
+++ geronimo/server/trunk/plugins/activemq/geronimo-activemq-ra/pom.xml Thu May 13 10:08:15 2010
@@ -27,26 +27,26 @@
         <artifactId>activemq</artifactId>
         <version>3.0-SNAPSHOT</version>
     </parent>
-    
+
     <groupId>org.apache.geronimo.modules</groupId>
     <artifactId>geronimo-activemq-ra</artifactId>
     <name>Geronimo Plugins, ActiveMQ v5 :: Resource Adapter Core</name>
     <packaging>rar</packaging>
-    
+
     <description>
         Resource Adapter for using ActiveMQ v5 in Geronimo.
     </description>
-    
+
     <!--
     FIXME: Should really extract the META-INF/ra.xml from the AMQ distribution
            and use that to keep things in sync.
     -->
-    
+
     <!--
     NOTE: Excluding depenedencies which are already included in the server's repository
           or are uneeded by the runtime.
     -->
-    
+
     <dependencies>
         <dependency>
             <groupId>org.apache.activemq</groupId>
@@ -62,67 +62,67 @@
                     <groupId>mx4j</groupId>
                     <artifactId>mx4j</artifactId>
                 </exclusion>
-                
+
                 <exclusion>
                     <groupId>mx4j</groupId>
                     <artifactId>mx4j-impl</artifactId>
                 </exclusion>
-                
+
                 <exclusion>
                     <groupId>mx4j</groupId>
                     <artifactId>mx4j-remote</artifactId>
                 </exclusion>
-                
+
                 <exclusion>
                     <groupId>mx4j</groupId>
                     <artifactId>mx4j-tools</artifactId>
                 </exclusion>
-                
+
                 <exclusion>
                     <groupId>mx4j</groupId>
                     <artifactId>mx4j-jmx</artifactId>
                 </exclusion>
-                
+
                 <exclusion>
                     <groupId>checkstyle</groupId>
                     <artifactId>checkstyle</artifactId>
                 </exclusion>
-                
+
                 <exclusion>
                     <groupId>commons-logging</groupId>
                     <artifactId>commons-logging</artifactId>
                 </exclusion>
-                
+
                 <exclusion>
                     <groupId>log4j</groupId>
                     <artifactId>log4j</artifactId>
                 </exclusion>
-                
+
                 <exclusion>
                     <groupId>logkit</groupId>
                     <artifactId>logkit</artifactId>
                 </exclusion>
-                
+
                 <exclusion>
                     <groupId>org.slf4j</groupId>
                     <artifactId>nlog4j</artifactId>
                 </exclusion>
-                
+
                 <exclusion>
                     <groupId>backport-util-concurrent</groupId>
                     <artifactId>backport-util-concurrent</artifactId>
                 </exclusion>
-                
+
                 <exclusion>
                     <groupId>avalon-framework</groupId>
                     <artifactId>avalon-framework</artifactId>
                 </exclusion>
-                
+
                 <exclusion>
                     <groupId>xerces</groupId>
                     <artifactId>xercesImpl</artifactId>
                 </exclusion>
-                
+
                 <exclusion>
                     <groupId>javax.servlet</groupId>
                     <artifactId>servlet-api</artifactId>
@@ -136,18 +136,18 @@
                     <groupId>org.apache.geronimo.specs</groupId>
                     <artifactId>geronimo-j2ee-management_1.0_spec</artifactId>
                 </exclusion>
-                
+
                 <exclusion>
                     <groupId>org.apache.geronimo.specs</groupId>
                     <artifactId>geronimo-j2ee-management_1.1_spec</artifactId>
                 </exclusion>
                 -->
-                
+
                 <exclusion>
                     <groupId>org.apache.geronimo.specs</groupId>
                     <artifactId>geronimo-jms_1.1_spec</artifactId>
                 </exclusion>
-                
+
                 <exclusion>
                     <groupId>org.apache.activemq</groupId>
                     <artifactId>activeio-core</artifactId>
@@ -183,15 +183,15 @@
         </dependency>
 
     </dependencies>
-    
+
     <!--
     HACK: The maven-rar-plugin (v2.2 at least) does not work well with the maven-remote-resources-plugin
           so we use this hack to get our generated legal files installed.
     -->
-    
+
     <build>
         <plugins>
-            z<plugin>
+            <plugin>
                 <groupId>org.apache.maven.plugins</groupId>
                 <artifactId>maven-antrun-plugin</artifactId>
                 <executions>
@@ -212,7 +212,7 @@
                     </execution>
                 </executions>
             </plugin>
-            
+
             <plugin>
                <groupId>org.apache.maven.plugins</groupId>
                <artifactId>maven-dependency-plugin</artifactId>
@@ -254,5 +254,5 @@
             </plugin>
         </plugins>
     </build>
-    
+
 </project>