You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@commons.apache.org by ma...@apache.org on 2005/12/11 02:53:02 UTC

svn commit: r355860 - /jakarta/commons/proper/fileupload/trunk/maven.xml

Author: martinc
Date: Sat Dec 10 17:53:00 2005
New Revision: 355860

URL: http://svn.apache.org/viewcvs?rev=355860&view=rev
Log:
Include release notes and Checkstyle and PMD config files in the source distribution.

Modified:
    jakarta/commons/proper/fileupload/trunk/maven.xml

Modified: jakarta/commons/proper/fileupload/trunk/maven.xml
URL: http://svn.apache.org/viewcvs/jakarta/commons/proper/fileupload/trunk/maven.xml?rev=355860&r1=355859&r2=355860&view=diff
==============================================================================
--- jakarta/commons/proper/fileupload/trunk/maven.xml (original)
+++ jakarta/commons/proper/fileupload/trunk/maven.xml Sat Dec 10 17:53:00 2005
@@ -54,7 +54,9 @@
     <!-- Copy the NOTICE -->
     <copy todir="${maven.dist.src.assembly.dir}">
       <fileset file='${basedir}/NOTICE.txt'/>
-      <!-- fileset file="${basedir}/RELEASE-NOTES.readme"/ -->
+      <fileset file="${basedir}/RELEASE-NOTES.txt"/>
+      <fileset file="${basedir}/fileupload_basic.xml"/>
+      <fileset file="${basedir}/fileupload_checks.xml"/>
     </copy>
 
     <!-- Copy xdoc files -->



---------------------------------------------------------------------
To unsubscribe, e-mail: commons-dev-unsubscribe@jakarta.apache.org
For additional commands, e-mail: commons-dev-help@jakarta.apache.org