From: <bi...@us...> - 2008-12-15 22:55:54
|
Revision: 2667 http://archive-access.svn.sourceforge.net/archive-access/?rev=2667&view=rev Author: binzino Date: 2008-12-15 21:39:28 +0000 (Mon, 15 Dec 2008) Log Message: ----------- Copy the src/etc directory to the build/package directory, just like we do with conf and web. Modified Paths: -------------- trunk/archive-access/projects/nutchwax/archive/build.xml Modified: trunk/archive-access/projects/nutchwax/archive/build.xml =================================================================== --- trunk/archive-access/projects/nutchwax/archive/build.xml 2008-12-15 17:47:01 UTC (rev 2666) +++ trunk/archive-access/projects/nutchwax/archive/build.xml 2008-12-15 21:39:28 UTC (rev 2667) @@ -147,6 +147,11 @@ <fileset dir="src/web" /> </copy> + <mkdir dir="${dist.dir}/contrib/archive/etc"/> + <copy todir="${dist.dir}/contrib/archive/etc"> + <fileset dir="src/etc" /> + </copy> + </target> </project> This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |