Author: brett
Date: Sat Jun 11 20:01:36 2005
New Revision: 190203

URL: http://svn.apache.org/viewcvs?rev=190203&view=rev
Log:
include xdocs in src distribution

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

Modified: jakarta/commons/proper/jelly/trunk/maven.xml
URL: 
http://svn.apache.org/viewcvs/jakarta/commons/proper/jelly/trunk/maven.xml?rev=190203&r1=190202&r2=190203&view=diff
==============================================================================
--- jakarta/commons/proper/jelly/trunk/maven.xml (original)
+++ jakarta/commons/proper/jelly/trunk/maven.xml Sat Jun 11 20:01:36 2005
@@ -88,6 +88,9 @@
         <ant:include name="RELEASE-NOTES.txt" />
       </ant:fileset>
     </ant:copy>
+    <ant:copy todir="${maven.dist.src.assembly.dir}/xdocs">
+      <ant:fileset dir="xdocs"/>
+    </ant:copy>
   </postGoal>
   
   <!-- create the lib and bin directories in the binary distro -->



---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to