From: <bi...@us...> - 2008-12-16 19:52:45
|
Revision: 2676 http://archive-access.svn.sourceforge.net/archive-access/?rev=2676&view=rev Author: binzino Date: 2008-12-16 19:52:42 +0000 (Tue, 16 Dec 2008) Log Message: ----------- Removed references to web and conf sub-dirs in "onlypack" target since they are now rolled into set of files copied into Nutch. 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-16 07:38:28 UTC (rev 2675) +++ trunk/archive-access/projects/nutchwax/archive/build.xml 2008-12-16 19:52:42 UTC (rev 2676) @@ -104,14 +104,6 @@ <!-- This one does a little more after calling down to the relevant Nutch target. After Nutch has copied everything into the distribution directory, we add our script, libraries, etc. - - Rather than over-write the standard Nutch configuration files, - we place ours in a newly created directory - - contrib/archive/conf - - and let the individual user decide whether or not to - incorporate our modifications. --> <target name="package" depends="jar, job, war, javadoc" > <ant dir="${nutch.dir}" target="package" inheritAll="false" /> @@ -131,22 +123,12 @@ <fileset dir="${dist.dir}/bin"/> </chmod> - <mkdir dir="${dist.dir}/contrib/archive/conf"/> - <copy todir="${dist.dir}/contrib/archive/conf"> - <fileset dir="conf" /> - </copy> - <copy todir="${dist.dir}/contrib/archive"> <fileset dir="."> <include name="*.txt" /> </fileset> </copy> - <mkdir dir="${dist.dir}/contrib/archive/web"/> - <copy todir="${dist.dir}/contrib/archive/web"> - <fileset dir="src/web" /> - </copy> - <mkdir dir="${dist.dir}/contrib/archive/etc"/> <copy todir="${dist.dir}/contrib/archive/etc"> <fileset dir="src/etc" /> This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |