Author: veithen
Date: Sat Aug 21 21:26:57 2010
New Revision: 987832

URL: http://svn.apache.org/viewvc?rev=987832&view=rev
Log:
Added the mtompolicy MAR to the binary distribution and to the webapp. On the 
1.5 branch, this was done in r766054, but this part of the change has never 
been merged to the trunk.

Modified:
    axis/axis2/java/core/trunk/modules/distribution/pom.xml
    axis/axis2/java/core/trunk/modules/webapp/pom.xml

Modified: axis/axis2/java/core/trunk/modules/distribution/pom.xml
URL: 
http://svn.apache.org/viewvc/axis/axis2/java/core/trunk/modules/distribution/pom.xml?rev=987832&r1=987831&r2=987832&view=diff
==============================================================================
--- axis/axis2/java/core/trunk/modules/distribution/pom.xml (original)
+++ axis/axis2/java/core/trunk/modules/distribution/pom.xml Sat Aug 21 21:26:57 
2010
@@ -176,6 +176,12 @@
             <version>${project.version}</version>
             <type>mar</type>
         </dependency>
+        <dependency>
+            <groupId>org.apache.axis2</groupId>
+            <artifactId>mtompolicy</artifactId>
+            <version>${project.version}</version>
+            <type>mar</type>
+        </dependency>
         
         <dependency>
             <groupId>org.apache.axis2</groupId>

Modified: axis/axis2/java/core/trunk/modules/webapp/pom.xml
URL: 
http://svn.apache.org/viewvc/axis/axis2/java/core/trunk/modules/webapp/pom.xml?rev=987832&r1=987831&r2=987832&view=diff
==============================================================================
--- axis/axis2/java/core/trunk/modules/webapp/pom.xml (original)
+++ axis/axis2/java/core/trunk/modules/webapp/pom.xml Sat Aug 21 21:26:57 2010
@@ -147,6 +147,12 @@
             <version>${project.version}</version>
             <type>mar</type>
         </dependency>
+        <dependency>
+            <groupId>org.apache.axis2</groupId>
+            <artifactId>mtompolicy</artifactId>
+            <version>${project.version}</version>
+            <type>mar</type>
+        </dependency>
         
         <!-- Axis2 has always been shipped with Sun's implementations of
              JavaMail and JAF, although Axiom depends on (and has been tested


Reply via email to