You are viewing a plain text version of this content. The canonical link for it is here.
Posted to java-commits@axis.apache.org by ve...@apache.org on 2010/12/19 14:41:30 UTC

svn commit: r1050849 - in /axis/axis2/java/sandesha/trunk/modules/distribution/src/main/assembly: bin.xml doc.xml src.xml

Author: veithen
Date: Sun Dec 19 13:41:30 2010
New Revision: 1050849

URL: http://svn.apache.org/viewvc?rev=1050849&view=rev
Log:
Added missing NOTICE.txt file to the distributions.

Modified:
    axis/axis2/java/sandesha/trunk/modules/distribution/src/main/assembly/bin.xml
    axis/axis2/java/sandesha/trunk/modules/distribution/src/main/assembly/doc.xml
    axis/axis2/java/sandesha/trunk/modules/distribution/src/main/assembly/src.xml

Modified: axis/axis2/java/sandesha/trunk/modules/distribution/src/main/assembly/bin.xml
URL: http://svn.apache.org/viewvc/axis/axis2/java/sandesha/trunk/modules/distribution/src/main/assembly/bin.xml?rev=1050849&r1=1050848&r2=1050849&view=diff
==============================================================================
--- axis/axis2/java/sandesha/trunk/modules/distribution/src/main/assembly/bin.xml (original)
+++ axis/axis2/java/sandesha/trunk/modules/distribution/src/main/assembly/bin.xml Sun Dec 19 13:41:30 2010
@@ -30,6 +30,7 @@
             <outputDirectory>sandesha2-${version}-bin</outputDirectory>
             <includes>
                 <include>LICENSE.txt</include>
+                <include>NOTICE.txt</include>
             </includes>
         </fileSet>
         <fileSet>

Modified: axis/axis2/java/sandesha/trunk/modules/distribution/src/main/assembly/doc.xml
URL: http://svn.apache.org/viewvc/axis/axis2/java/sandesha/trunk/modules/distribution/src/main/assembly/doc.xml?rev=1050849&r1=1050848&r2=1050849&view=diff
==============================================================================
--- axis/axis2/java/sandesha/trunk/modules/distribution/src/main/assembly/doc.xml (original)
+++ axis/axis2/java/sandesha/trunk/modules/distribution/src/main/assembly/doc.xml Sun Dec 19 13:41:30 2010
@@ -44,6 +44,7 @@
             <outputDirectory></outputDirectory>
             <includes>
                 <include>LICENSE.txt</include>
+                <include>NOTICE.txt</include>
             </includes>
         </fileSet>
         <fileSet>

Modified: axis/axis2/java/sandesha/trunk/modules/distribution/src/main/assembly/src.xml
URL: http://svn.apache.org/viewvc/axis/axis2/java/sandesha/trunk/modules/distribution/src/main/assembly/src.xml?rev=1050849&r1=1050848&r2=1050849&view=diff
==============================================================================
--- axis/axis2/java/sandesha/trunk/modules/distribution/src/main/assembly/src.xml (original)
+++ axis/axis2/java/sandesha/trunk/modules/distribution/src/main/assembly/src.xml Sun Dec 19 13:41:30 2010
@@ -36,6 +36,7 @@
 
 		<!--root level files-->
                 <include>LICENSE.txt</include>
+                <include>NOTICE.txt</include>
             </includes>
             <excludes>
                 <exclude>**/target</exclude>