You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commons-dev@ws.apache.org by ve...@apache.org on 2010/06/12 13:01:22 UTC

svn commit: r953989 - /webservices/commons/trunk/modules/axiom/src/main/assembly/bin.xml

Author: veithen
Date: Sat Jun 12 11:01:21 2010
New Revision: 953989

URL: http://svn.apache.org/viewvc?rev=953989&view=rev
Log:
Fixed the inclusion of legal files into the binary distribution.

Modified:
    webservices/commons/trunk/modules/axiom/src/main/assembly/bin.xml

Modified: webservices/commons/trunk/modules/axiom/src/main/assembly/bin.xml
URL: http://svn.apache.org/viewvc/webservices/commons/trunk/modules/axiom/src/main/assembly/bin.xml?rev=953989&r1=953988&r2=953989&view=diff
==============================================================================
--- webservices/commons/trunk/modules/axiom/src/main/assembly/bin.xml (original)
+++ webservices/commons/trunk/modules/axiom/src/main/assembly/bin.xml Sat Jun 12 11:01:21 2010
@@ -27,11 +27,14 @@
     <fileSets>
         <fileSet>
             <includes>
-                <include>LICENSE.txt</include>
-                <include>NOTICE.txt</include>
+                <include>NOTICE</include>
             </includes>
         </fileSet>
         <fileSet>
+            <directory>${project.build.directory}/maven-shared-archive-resources/META-INF</directory>
+            <outputDirectory>/</outputDirectory>
+        </fileSet>
+        <fileSet>
             <directory>target/site</directory>
             <outputDirectory>docs</outputDirectory>
             <includes>