You are viewing a plain text version of this content. The canonical link for it is here.
Posted to rampart-dev@ws.apache.org by na...@apache.org on 2010/01/03 00:34:22 UTC

svn commit: r895311 - in /webservices/rampart/branches/java/1_5: modules/distribution/src.xml release-docs/NOTICE.txt

Author: nandana
Date: Sat Jan  2 23:34:21 2010
New Revision: 895311

URL: http://svn.apache.org/viewvc?rev=895311&view=rev
Log:
adding the licence and notice files to the src distribution

Modified:
    webservices/rampart/branches/java/1_5/modules/distribution/src.xml
    webservices/rampart/branches/java/1_5/release-docs/NOTICE.txt

Modified: webservices/rampart/branches/java/1_5/modules/distribution/src.xml
URL: http://svn.apache.org/viewvc/webservices/rampart/branches/java/1_5/modules/distribution/src.xml?rev=895311&r1=895310&r2=895311&view=diff
==============================================================================
--- webservices/rampart/branches/java/1_5/modules/distribution/src.xml (original)
+++ webservices/rampart/branches/java/1_5/modules/distribution/src.xml Sat Jan  2 23:34:21 2010
@@ -31,4 +31,18 @@
             </excludes>
         </fileSet>
     </fileSets>
+
+    <files>
+        <file>
+            <source>../../release-docs/LICENSE.txt</source>
+            <outputDirectory>rampart-src-${rampart.version}</outputDirectory>
+            <destName>LICENSE</destName>
+        </file>
+        <file>
+            <source>../../release-docs/NOTICE.txt</source>
+            <outputDirectory>rampart-src-${rampart.version}</outputDirectory>
+            <destName>NOTICE</destName>
+        </file>
+    </files>
+
 </assembly>

Modified: webservices/rampart/branches/java/1_5/release-docs/NOTICE.txt
URL: http://svn.apache.org/viewvc/webservices/rampart/branches/java/1_5/release-docs/NOTICE.txt?rev=895311&r1=895310&r2=895311&view=diff
==============================================================================
--- webservices/rampart/branches/java/1_5/release-docs/NOTICE.txt (original)
+++ webservices/rampart/branches/java/1_5/release-docs/NOTICE.txt Sat Jan  2 23:34:21 2010
@@ -1,12 +1,9 @@
-   =========================================================================
-   ==  NOTICE file corresponding to the section 4 d of                    ==
-   ==  the Apache License, Version 2.0,                                   ==
-   ==  in this case for the Apache Axis2 distribution.                    ==
-   =========================================================================
+Apache Rampart
+Copyright 2010 The Apache Software Foundation
 
-   This product includes software developed by
-   The Apache Software Foundation (http://www.apache.org/).
+This product includes software developed by
+The Apache Software Foundation (http://www.apache.org/).
 
-   Please read the different LICENSE files present in the lib directory of
-   this distribution.
+Please read the different LICENSE files present in the lib directory of
+this distribution.