You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@karaf.apache.org by dj...@apache.org on 2011/08/22 08:28:46 UTC

svn commit: r1160120 - /karaf/trunk/assemblies/features/framework/pom.xml

Author: djencks
Date: Mon Aug 22 06:28:46 2011
New Revision: 1160120

URL: http://svn.apache.org/viewvc?rev=1160120&view=rev
Log:
KARAF-424 include the license, notice, readme, and release notes in the framework kar like in the apache-karaf server.  I don't particularly like this but we need to get them  in somehow

Modified:
    karaf/trunk/assemblies/features/framework/pom.xml

Modified: karaf/trunk/assemblies/features/framework/pom.xml
URL: http://svn.apache.org/viewvc/karaf/trunk/assemblies/features/framework/pom.xml?rev=1160120&r1=1160119&r2=1160120&view=diff
==============================================================================
--- karaf/trunk/assemblies/features/framework/pom.xml (original)
+++ karaf/trunk/assemblies/features/framework/pom.xml Mon Aug 22 06:28:46 2011
@@ -206,6 +206,17 @@
                     <include>**/*</include>
                 </includes>
             </resource>
+            <resource>
+                <directory>${project.basedir}/../../..</directory>
+                <targetPath>resources</targetPath>
+                <filtering>false</filtering>
+                <includes>
+                    <include>README</include>
+                    <include>RELEASE*</include>
+                    <include>LICENSE</include>
+                    <include>NOTICE</include>
+                </includes>
+            </resource>
         </resources>
         <plugins>
             <plugin>