You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@openjpa.apache.org by mp...@apache.org on 2006/11/21 02:29:57 UTC

svn commit: r477458 - /incubator/openjpa/trunk/pom.xml

Author: mprudhom
Date: Mon Nov 20 17:29:57 2006
New Revision: 477458

URL: http://svn.apache.org/viewvc?view=rev&rev=477458
Log:
Added DISCLAIMER.txt to the built jar files along with NOTICE.txt and LICENSE.txt.

Modified:
    incubator/openjpa/trunk/pom.xml

Modified: incubator/openjpa/trunk/pom.xml
URL: http://svn.apache.org/viewvc/incubator/openjpa/trunk/pom.xml?view=diff&rev=477458&r1=477457&r2=477458
==============================================================================
--- incubator/openjpa/trunk/pom.xml (original)
+++ incubator/openjpa/trunk/pom.xml Mon Nov 20 17:29:57 2006
@@ -204,6 +204,7 @@
                 <includes>
                     <include>NOTICE.txt</include>
                     <include>LICENSE.txt</include>
+                    <include>DISCLAIMER.txt</include>
                 </includes>
                 <targetPath>META-INF</targetPath>
             </resource>