You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@struts.apache.org by ge...@apache.org on 2005/03/01 14:51:30 UTC

svn commit: r155779 - struts/build/trunk/maven.xml

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: dev-unsubscribe@struts.apache.org
For additional commands, e-mail: dev-help@struts.apache.org