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 ch...@apache.org on 2005/02/24 04:31:06 UTC

svn commit: r155152 - webservices/axis/trunk/java/maven.xml

Author: chinthaka
Date: Wed Feb 23 19:31:06 2005
New Revision: 155152

URL: http://svn.apache.org/viewcvs?view=rev&rev=155152
Log: (empty)


Modified:
    webservices/axis/trunk/java/maven.xml

Modified: webservices/axis/trunk/java/maven.xml
URL: http://svn.apache.org/viewcvs/webservices/axis/trunk/java/maven.xml?view=diff&r1=155151&r2=155152
==============================================================================
--- webservices/axis/trunk/java/maven.xml (original)
+++ webservices/axis/trunk/java/maven.xml Wed Feb 23 19:31:06 2005
@@ -219,9 +219,8 @@
 		<fileset dir="target/apidocs" />
 	</copy>
 	<copy file="target/axis2.war" tofile="target/docs/dist/axis2.war"/>
-	<copy file="target/axis2-src-M1.zip" tofile="target/docs/dist/axis2-src-M1.zip"/>
-	<copy file="target/axis2-bin-M1.zip" tofile="target/docs/dist/axis2-bin-M1.zip"/>
-	<copy file="target/axis2.war" tofile="target/docs/dist/axis2.war"/>
+	<copy file="target/dist/axis2-src-M1.zip" tofile="target/docs/dist/axis2-src-M1.zip"/>
+	<copy file="target/dist/axis2-bin-M1.zip" tofile="target/docs/dist/axis2-bin-M1.zip"/>
 	<!-- copy file="target/pdf/axis2.pdf" tofile="target/docs/axis2.pdf"/>
 	<ant:delete dir="target/pdf"/ -->
   </preGoal>