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 2006/05/04 16:10:20 UTC

svn commit: r399707 - in /webservices/axis2/trunk/java/modules: security/maven.xml soapmonitor/maven.xml

Author: chinthaka
Date: Thu May  4 07:10:18 2006
New Revision: 399707

URL: http://svn.apache.org/viewcvs?rev=399707&view=rev
Log:
Adding licenses for soapmonitor and rampart mars

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

Modified: webservices/axis2/trunk/java/modules/security/maven.xml
URL: http://svn.apache.org/viewcvs/webservices/axis2/trunk/java/modules/security/maven.xml?rev=399707&r1=399706&r2=399707&view=diff
==============================================================================
--- webservices/axis2/trunk/java/modules/security/maven.xml (original)
+++ webservices/axis2/trunk/java/modules/security/maven.xml Thu May  4 07:10:18 2006
@@ -33,12 +33,14 @@
         </copy>
 
         <!--include the license for jars-->
-
         <ant:copy toDir="target/temp-mar/lib">
             <ant:fileset dir="../../legal/security">
                 <ant:include name="*.txt"/>
             </ant:fileset>
         </ant:copy>
+
+        <copy file="../../LICENSE.txt"
+            tofile="target/temp-mar/META-INF/LICENSE.txt" overwrite="true"/>
 
         <j:if test="${context.getVariable('maven.jar.override').toString().trim().equalsIgnoreCase('on')}">
 			<copy file="${dependencies.dir}/xmlsec-${xmlsec.version}.jar" todir="target/temp-mar/lib"/>

Modified: webservices/axis2/trunk/java/modules/soapmonitor/maven.xml
URL: http://svn.apache.org/viewcvs/webservices/axis2/trunk/java/modules/soapmonitor/maven.xml?rev=399707&r1=399706&r2=399707&view=diff
==============================================================================
--- webservices/axis2/trunk/java/modules/soapmonitor/maven.xml (original)
+++ webservices/axis2/trunk/java/modules/soapmonitor/maven.xml Thu May  4 07:10:18 2006
@@ -30,6 +30,9 @@
 
         <copy file="src/META-INF/module.xml"
             tofile="target/temp-mar/META-INF/module.xml" overwrite="true"/>
+        
+        <copy file="../../LICENSE.txt"
+            tofile="target/temp-mar/META-INF/LICENSE.txt" overwrite="true"/>
 
         <jar jarfile="target/soapmonitor-${soapmonitor_version}.mar" basedir="target/temp-mar/">
             <include name="**/*"/>