You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@jackrabbit.apache.org by ju...@apache.org on 2006/03/07 07:18:46 UTC

svn commit: r383796 - /incubator/jackrabbit/trunk/jackrabbit/project.xml

Author: jukka
Date: Mon Mar  6 22:18:44 2006
New Revision: 383796

URL: http://svn.apache.org/viewcvs?rev=383796&view=rev
Log:
JCR-330: Include README.txt and NOTICE.txt in META-INF of the generated jar file.

Modified:
    incubator/jackrabbit/trunk/jackrabbit/project.xml

Modified: incubator/jackrabbit/trunk/jackrabbit/project.xml
URL: http://svn.apache.org/viewcvs/incubator/jackrabbit/trunk/jackrabbit/project.xml?rev=383796&r1=383795&r2=383796&view=diff
==============================================================================
--- incubator/jackrabbit/trunk/jackrabbit/project.xml (original)
+++ incubator/jackrabbit/trunk/jackrabbit/project.xml Mon Mar  6 22:18:44 2006
@@ -511,6 +511,14 @@
         <!-- Resources that are packaged up inside the JAR file -->
         <resources>
             <resource>
+                <targetPath>META-INF</targetPath>
+                <directory>.</directory>
+                <includes>
+                    <include>README.txt</include>
+                    <include>NOTICE.txt</include>
+                </includes>
+            </resource>
+            <resource>
                 <directory>src/main/java</directory>
                 <includes>
                     <include>**/*.xml</include>