You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@syncope.apache.org by il...@apache.org on 2012/04/30 18:01:56 UTC

svn commit: r1332270 - /incubator/syncope/trunk/src/assemble/source-assembly.xml

Author: ilgrosso
Date: Mon Apr 30 16:01:56 2012
New Revision: 1332270

URL: http://svn.apache.org/viewvc?rev=1332270&view=rev
Log:
[SYNCOPE-70] Removing unnecessary fileSet from source assembly

Modified:
    incubator/syncope/trunk/src/assemble/source-assembly.xml

Modified: incubator/syncope/trunk/src/assemble/source-assembly.xml
URL: http://svn.apache.org/viewvc/incubator/syncope/trunk/src/assemble/source-assembly.xml?rev=1332270&r1=1332269&r2=1332270&view=diff
==============================================================================
--- incubator/syncope/trunk/src/assemble/source-assembly.xml (original)
+++ incubator/syncope/trunk/src/assemble/source-assembly.xml Mon Apr 30 16:01:56 2012
@@ -44,36 +44,5 @@
         <exclude>**/.*/**</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>
-      <outputDirectory>${artifactId}-${version}-source</outputDirectory>
-      <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>
-        <include>BUILDING</include>
-        <include>BUILDING.txt</include>
-        <include>RELEASE-NOTES</include>
-        <include>RELEASE-NOTES.html</include>
-        <include>RELEASE-NOTES.txt</include>
-        <include>CHANGES</include>
-        <include>CHANGES.txt</include>
-      </includes>
-    </fileSet>
   </fileSets>
 </assembly>