You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commons-dev@ws.apache.org by di...@apache.org on 2008/04/08 22:48:35 UTC

svn commit: r646068 - /webservices/commons/trunk/modules/axiom/src/main/assembly/bin.xml

Author: dims
Date: Tue Apr  8 13:48:35 2008
New Revision: 646068

URL: http://svn.apache.org/viewvc?rev=646068&view=rev
Log:
remove duplicate jars in the bin zip

Modified:
    webservices/commons/trunk/modules/axiom/src/main/assembly/bin.xml

Modified: webservices/commons/trunk/modules/axiom/src/main/assembly/bin.xml
URL: http://svn.apache.org/viewvc/webservices/commons/trunk/modules/axiom/src/main/assembly/bin.xml?rev=646068&r1=646067&r2=646068&view=diff
==============================================================================
--- webservices/commons/trunk/modules/axiom/src/main/assembly/bin.xml (original)
+++ webservices/commons/trunk/modules/axiom/src/main/assembly/bin.xml Tue Apr  8 13:48:35 2008
@@ -62,8 +62,19 @@
 		<moduleSet>
 			<includes>
 				<include>org.apache.ws.commons.axiom:axiom-dom</include>
-				<include>org.apache.ws.commons.axiom:axiom-impl</include>
 				<include>org.apache.ws.commons.axiom:axiom-api</include>
+			</includes>
+			<binaries>
+				<outputDirectory>lib</outputDirectory>
+				<unpack>false</unpack>
+				<includeDependencies>false</includeDependencies>
+			</binaries>
+		</moduleSet>
+		<moduleSet>
+			<includes>
+				<!--<include>org.apache.ws.commons.axiom:axiom-dom</include>-->
+				<include>org.apache.ws.commons.axiom:axiom-impl</include>
+				<!--<include>org.apache.ws.commons.axiom:axiom-api</include>-->
 			</includes>
 			<binaries>
 				<outputDirectory>lib</outputDirectory>



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