Author: germuska
Date: Tue Mar  1 05:51:29 2005
New Revision: 155779

URL: http://svn.apache.org/viewcvs?view=rev&rev=155779
Log:
move copying of build maven files from core/maven.xml to build/maven.xml so all 
benefit

Modified:
    struts/build/trunk/maven.xml

Modified: struts/build/trunk/maven.xml
URL: 
http://svn.apache.org/viewcvs/struts/build/trunk/maven.xml?view=diff&r1=155778&r2=155779
==============================================================================
--- struts/build/trunk/maven.xml (original)
+++ struts/build/trunk/maven.xml Tue Mar  1 05:51:29 2005
@@ -149,6 +149,14 @@
         <ant:include name="INSTALL*"/>
       </ant:fileset>
     </ant:copy>
-  </postGoal>
 
+    <!-- Copy Maven Control files -->
+    <ant:copy todir="${maven.dist.src.assembly.dir}/build">
+      <ant:fileset dir="build">
+        <ant:include name="project.*"/>
+        <ant:include name="*.xml"/>
+        <ant:include name="*.jsl"/>
+      </ant:fileset>
+    </ant:copy>
+  </postGoal>
 </project>



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

Reply via email to