Author: srs
Date: Wed Sep 30 22:14:06 2009
New Revision: 820474

URL: http://svn.apache.org/viewvc?rev=820474&view=rev
Log:
FELIX-1667: Added LICENSE and NOTICE to META-INF under war file.

Modified:
    felix/trunk/http/samples/bridge/pom.xml

Modified: felix/trunk/http/samples/bridge/pom.xml
URL: 
http://svn.apache.org/viewvc/felix/trunk/http/samples/bridge/pom.xml?rev=820474&r1=820473&r2=820474&view=diff
==============================================================================
--- felix/trunk/http/samples/bridge/pom.xml (original)
+++ felix/trunk/http/samples/bridge/pom.xml Wed Sep 30 22:14:06 2009
@@ -72,6 +72,14 @@
                             </directory>
                             <targetPath>WEB-INF/bundles</targetPath>
                         </resource>
+                        <resource>
+                            <directory>.</directory>
+                            <targetPath>META-INF</targetPath>
+                            <includes>
+                                <include>LICENSE</include>
+                                <include>NOTICE</include>
+                            </includes>
+                        </resource>
                     </webResources>
                 </configuration>
             </plugin>


Reply via email to