Author: germuska
Date: Mon Feb 28 19:39:06 2005
New Revision: 155749

URL: http://svn.apache.org/viewcvs?view=rev&rev=155749
Log:
include 'build' dir in dist

Modified:
    struts/core/trunk/maven.xml

Modified: struts/core/trunk/maven.xml
URL: 
http://svn.apache.org/viewcvs/struts/core/trunk/maven.xml?view=diff&r1=155748&r2=155749
==============================================================================
--- struts/core/trunk/maven.xml (original)
+++ struts/core/trunk/maven.xml Mon Feb 28 19:39:06 2005
@@ -28,6 +28,13 @@
         <ant:include name="*.dtd"/>
       </ant:fileset>
     </ant:copy>
+
+    <ant:copy todir="${maven.dist.src.assembly.dir}/build">
+      <ant:fileset dir="./build">
+        <ant:include name="**/*"/>
+      </ant:fileset>
+    </ant:copy>
+
   </postGoal>
 
 </project>



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

Reply via email to