You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@ws.apache.org by ve...@apache.org on 2011/04/02 22:39:32 UTC

svn commit: r1088114 - /webservices/commons/trunk/modules/neethi/src/main/assembly/bin.xml

Author: veithen
Date: Sat Apr  2 20:39:32 2011
New Revision: 1088114

URL: http://svn.apache.org/viewvc?rev=1088114&view=rev
Log:
Make sure that license/notice files are also included in the binary distribution.

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

Modified: webservices/commons/trunk/modules/neethi/src/main/assembly/bin.xml
URL: http://svn.apache.org/viewvc/webservices/commons/trunk/modules/neethi/src/main/assembly/bin.xml?rev=1088114&r1=1088113&r2=1088114&view=diff
==============================================================================
--- webservices/commons/trunk/modules/neethi/src/main/assembly/bin.xml (original)
+++ webservices/commons/trunk/modules/neethi/src/main/assembly/bin.xml Sat Apr  2 20:39:32 2011
@@ -52,5 +52,9 @@
         <exclude>*-sources.jar</exclude>
       </excludes>
     </fileSet>
+    <fileSet>
+      <directory>${project.build.directory}/maven-shared-archive-resources/META-INF</directory>
+      <outputDirectory>/</outputDirectory>
+    </fileSet>
   </fileSets>
 </assembly>