You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@commons.apache.org by ps...@apache.org on 2009/08/01 23:34:51 UTC

svn commit: r799930 - /commons/proper/math/trunk/src/main/assembly/src.xml

Author: psteitz
Date: Sat Aug  1 21:34:50 2009
New Revision: 799930

URL: http://svn.apache.org/viewvc?rev=799930&view=rev
Log:
Added test-jar.xml to source distro, cleaned up.

Modified:
    commons/proper/math/trunk/src/main/assembly/src.xml

Modified: commons/proper/math/trunk/src/main/assembly/src.xml
URL: http://svn.apache.org/viewvc/commons/proper/math/trunk/src/main/assembly/src.xml?rev=799930&r1=799929&r2=799930&view=diff
==============================================================================
--- commons/proper/math/trunk/src/main/assembly/src.xml (original)
+++ commons/proper/math/trunk/src/main/assembly/src.xml Sat Aug  1 21:34:50 2009
@@ -27,19 +27,8 @@
   <fileSets>
     <fileSet>
       <includes>
-        <include>LICENSE*</include>
-        <include>NOTICE*</include>
-        <include>pom.xml</include>
-        <include>project.xml</include>
-        <include>project.properties</include>
-        <include>maven.xml</include>
-        <include>build.xml</include>
-        <include>build.properties.sample</include>
-        <include>checkstyle.xml</include>
-        <include>RELEASE-NOTES*</include>
-        <include>release-notes.jsl</include>
-        <include>findbugs-exclude-filter.xml</include>
-        <include>license-header.txt</include>
+        <include>*.txt</include>
+        <include>*.xml</include>
       </includes>
     </fileSet>
     <fileSet>