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 sa...@apache.org on 2007/02/24 18:41:36 UTC

svn commit: r511312 - /webservices/axis2/trunk/java/modules/soapmonitor/maven.xml

Author: sanka
Date: Sat Feb 24 09:41:35 2007
New Revision: 511312

URL: http://svn.apache.org/viewvc?view=rev&rev=511312
Log:
Fixed to include the NOTICE.txt in the soapmonitor.mar


Modified:
    webservices/axis2/trunk/java/modules/soapmonitor/maven.xml

Modified: webservices/axis2/trunk/java/modules/soapmonitor/maven.xml
URL: http://svn.apache.org/viewvc/webservices/axis2/trunk/java/modules/soapmonitor/maven.xml?view=diff&rev=511312&r1=511311&r2=511312
==============================================================================
--- webservices/axis2/trunk/java/modules/soapmonitor/maven.xml (original)
+++ webservices/axis2/trunk/java/modules/soapmonitor/maven.xml Sat Feb 24 09:41:35 2007
@@ -34,7 +34,7 @@
         <copy file="../../LICENSE.txt"
             tofile="target/temp-mar/META-INF/LICENSE.txt" overwrite="true"/>
         <copy file="../../NOTICE.txt"
-            tofile="target/temp-mar/META-INF/LICENSE.txt" overwrite="true"/>
+            tofile="target/temp-mar/META-INF/NOTICE.txt" overwrite="true"/>
 
         <jar jarfile="target/soapmonitor-${soapmonitor_version}.mar" basedir="target/temp-mar/">
             <include name="**/*"/>



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