Author: jmitchell Date: Tue Mar 1 17:47:03 2005 New Revision: 155855 URL: http://svn.apache.org/viewcvs?view=rev&rev=155855 Log: add the extra level of depth for necessary shared files
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=155854&r2=155855 ============================================================================== --- struts/core/trunk/maven.xml (original) +++ struts/core/trunk/maven.xml Tue Mar 1 17:47:03 2005 @@ -22,13 +22,15 @@ <!-- Copy configuration files --> <j:set var="docsDest" value="${maven.docs.dest}"/> - <ant:copy todir="${maven.dist.src.assembly.dir}/conf"> + <ant:copy todir="${maven.dist.src.assembly.dir}/conf/share"> <ant:fileset dir="./conf/share"> <ant:include name="*.xml"/> <ant:include name="*.dtd"/> </ant:fileset> </ant:copy> - + </postGoal> + + -</project> \ No newline at end of file +</project> --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]