You are viewing a plain text version of this content. The canonical link for it is here.
Posted to axis-cvs@ws.apache.org by di...@apache.org on 2008/04/07 17:42:05 UTC

svn commit: r645572 - in /webservices/axis2/branches/java/1_4/modules: distribution/src/main/assembly/bin-assembly.xml webapp/pom.xml

Author: dims
Date: Mon Apr  7 08:42:03 2008
New Revision: 645572

URL: http://svn.apache.org/viewvc?rev=645572&view=rev
Log:
Fix for AXIS2-3711 - axis2-mtompolicy-1.4.jar is missing in the bin dist (svn trunk revision 645571)

Modified:
    webservices/axis2/branches/java/1_4/modules/distribution/src/main/assembly/bin-assembly.xml
    webservices/axis2/branches/java/1_4/modules/webapp/pom.xml

Modified: webservices/axis2/branches/java/1_4/modules/distribution/src/main/assembly/bin-assembly.xml
URL: http://svn.apache.org/viewvc/webservices/axis2/branches/java/1_4/modules/distribution/src/main/assembly/bin-assembly.xml?rev=645572&r1=645571&r2=645572&view=diff
==============================================================================
--- webservices/axis2/branches/java/1_4/modules/distribution/src/main/assembly/bin-assembly.xml (original)
+++ webservices/axis2/branches/java/1_4/modules/distribution/src/main/assembly/bin-assembly.xml Mon Apr  7 08:42:03 2008
@@ -286,6 +286,13 @@
             </includes>
         </fileSet>
         <fileSet>
+            <directory>../../modules/mtompolicy/target</directory>
+            <outputDirectory>lib</outputDirectory>
+            <includes>
+                <include>axis2-mtompolicy-${version}.jar</include>
+            </includes>
+        </fileSet>
+        <fileSet>
             <directory>../../legal</directory>
             <outputDirectory>lib</outputDirectory>
             <includes>

Modified: webservices/axis2/branches/java/1_4/modules/webapp/pom.xml
URL: http://svn.apache.org/viewvc/webservices/axis2/branches/java/1_4/modules/webapp/pom.xml?rev=645572&r1=645571&r2=645572&view=diff
==============================================================================
--- webservices/axis2/branches/java/1_4/modules/webapp/pom.xml (original)
+++ webservices/axis2/branches/java/1_4/modules/webapp/pom.xml Mon Apr  7 08:42:03 2008
@@ -1330,6 +1330,11 @@
             <groupId>xml-resolver</groupId>
             <artifactId>xml-resolver</artifactId>
         </dependency>
+        <dependency>
+            <groupId>org.apache.axis2</groupId>
+            <artifactId>axis2-mtompolicy</artifactId>
+            <version>${version}</version>
+        </dependency>
     </dependencies>
     <build>
         <finalName>axis2-${version}</finalName>



---------------------------------------------------------------------
To unsubscribe, e-mail: axis-cvs-unsubscribe@ws.apache.org
For additional commands, e-mail: axis-cvs-help@ws.apache.org