Author: mprudhom
Date: Thu Nov 16 15:05:05 2006
New Revision: 475968

URL: http://svn.apache.org/viewvc?view=rev&rev=475968
Log:
Specify that LICENSE.txt and NOTICE.txt be included in the top-level or the 
source distribution (although it is additionally contained in the 
openjpa-project/ directory).

Modified:
    incubator/openjpa/trunk/openjpa-project/source-assembly.xml

Modified: incubator/openjpa/trunk/openjpa-project/source-assembly.xml
URL: 
http://svn.apache.org/viewvc/incubator/openjpa/trunk/openjpa-project/source-assembly.xml?view=diff&rev=475968&r1=475967&r2=475968
==============================================================================
--- incubator/openjpa/trunk/openjpa-project/source-assembly.xml (original)
+++ incubator/openjpa/trunk/openjpa-project/source-assembly.xml Thu Nov 16 
15:05:05 2006
@@ -28,5 +28,28 @@
                 <exclude>**/target/**</exclude>
             </excludes>
         </fileSet>
+
+        <!--
+            Also put the standard license and notice files at the top
+            of the zip. Even those these will be included in the
+            openjpa-project sub-directory, the Apache rules say that
+            it needs to be in the top-level of the artifact. See:
+
+                http://www.apache.org/legal/src-headers.html#notice
+        -->
+        <fileSet>
+            <includes>
+                <include>README</include>
+                <include>DISCLAIMER</include>
+                <include>LICENSE</include>
+                <include>STATUS</include>
+                <include>NOTICE</include>
+                <include>README.txt</include>
+                <include>DISCLAIMER.txt</include>
+                <include>LICENSE.txt</include>
+                <include>STATUS.txt</include>
+                <include>NOTICE.txt</include>
+            </includes>
+        </fileSet>
     </fileSets>
 </assembly>


Reply via email to