You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@any23.apache.org by si...@apache.org on 2012/01/14 02:56:28 UTC

svn commit: r1231433 - /incubator/any23/trunk/core/src/main/assembly/bin.xml

Author: simonetripodi
Date: Sat Jan 14 01:56:28 2012
New Revision: 1231433

URL: http://svn.apache.org/viewvc?rev=1231433&view=rev
Log:
added license, notice & disclaimer in the distribution package

Modified:
    incubator/any23/trunk/core/src/main/assembly/bin.xml

Modified: incubator/any23/trunk/core/src/main/assembly/bin.xml
URL: http://svn.apache.org/viewvc/incubator/any23/trunk/core/src/main/assembly/bin.xml?rev=1231433&r1=1231432&r2=1231433&view=diff
==============================================================================
--- incubator/any23/trunk/core/src/main/assembly/bin.xml (original)
+++ incubator/any23/trunk/core/src/main/assembly/bin.xml Sat Jan 14 01:56:28 2012
@@ -33,6 +33,24 @@
       <outputDirectory>/</outputDirectory>
       <fileMode>666</fileMode>
     </file>
+    <file>
+      <source>${basedir}/../LICENSE.txt</source>
+      <filtered>true</filtered>
+      <outputDirectory>/</outputDirectory>
+      <fileMode>666</fileMode>
+    </file>
+    <file>
+      <source>${basedir}/../NOTICE.txt</source>
+      <filtered>true</filtered>
+      <outputDirectory>/</outputDirectory>
+      <fileMode>666</fileMode>
+    </file>
+    <file>
+      <source>${basedir}/../DISCLAIMER.txt</source>
+      <filtered>true</filtered>
+      <outputDirectory>/</outputDirectory>
+      <fileMode>666</fileMode>
+    </file>
   </files>
 
   <fileSets>