You are viewing a plain text version of this content. The canonical link for it is here.
Posted to photark-commits@incubator.apache.org by lr...@apache.org on 2009/09/13 22:53:51 UTC

svn commit: r814426 - /incubator/photark/trunk/pom.xml

Author: lresende
Date: Sun Sep 13 22:53:51 2009
New Revision: 814426

URL: http://svn.apache.org/viewvc?rev=814426&view=rev
Log:
Adding DISCLAIMER as one of resources included in the generated jar

Modified:
    incubator/photark/trunk/pom.xml

Modified: incubator/photark/trunk/pom.xml
URL: http://svn.apache.org/viewvc/incubator/photark/trunk/pom.xml?rev=814426&r1=814425&r2=814426&view=diff
==============================================================================
--- incubator/photark/trunk/pom.xml (original)
+++ incubator/photark/trunk/pom.xml Sun Sep 13 22:53:51 2009
@@ -214,12 +214,15 @@
                 <includes>
                     <include>LICENSE</include>
                     <include>NOTICE</include>
+                    <include>DISCLAIMER</include>                    
                     <include>README</include>
                     <include>META-INF/**/*</include>
                     <include>OSGI-INF/**/*</include>
                 </includes>
             </resource>
         </resources>
+        
+
 
         <pluginManagement>
             <plugins>