You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@onami.apache.org by si...@apache.org on 2013/05/23 15:34:35 UTC

svn commit: r1485699 - /onami/trunk/parent/pom.xml

Author: simonetripodi
Date: Thu May 23 13:34:35 2013
New Revision: 1485699

URL: http://svn.apache.org/r1485699
Log:
disclaimer no longer needed to be included in final artifacts

Modified:
    onami/trunk/parent/pom.xml

Modified: onami/trunk/parent/pom.xml
URL: http://svn.apache.org/viewvc/onami/trunk/parent/pom.xml?rev=1485699&r1=1485698&r2=1485699&view=diff
==============================================================================
--- onami/trunk/parent/pom.xml (original)
+++ onami/trunk/parent/pom.xml Thu May 23 13:34:35 2013
@@ -384,7 +384,6 @@
         <directory>${basedir}</directory>
         <targetPath>META-INF</targetPath>
         <includes>
-          <include>DISCLAIMER</include>
           <include>LICENSE</include>
           <include>NOTICE</include>
         </includes>