From: Michael S. <sta...@us...> - 2005-11-10 02:03:26
|
Update of /cvsroot/archive-access/archive-access/projects/nutch In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv31464 Modified Files: build.xml Log Message: * build.xml Don't copy over web.xml. Index: build.xml =================================================================== RCS file: /cvsroot/archive-access/archive-access/projects/nutch/build.xml,v retrieving revision 1.11 retrieving revision 1.12 diff -C2 -d -r1.11 -r1.12 *** build.xml 4 Nov 2005 19:23:58 -0000 1.11 --- build.xml 10 Nov 2005 02:03:16 -0000 1.12 *************** *** 159,167 **** <war destfile="${build.dir}/${name}.war" webxml="${this.web}/web.xml"> ! <fileset dir="${nutch.web}/jsp" excludes="**/search.jsp"/> <fileset dir="${nutch.root}/docs"> <include name="img/*.gif"/> </fileset> ! <fileset dir="${this.web}"/> <classes dir="${nutch.root}/conf" > <exclude name="nutch-site.xml" /> --- 159,172 ---- <war destfile="${build.dir}/${name}.war" webxml="${this.web}/web.xml"> ! <fileset dir="${nutch.web}/jsp"> ! <exclude name="**/search.jsp"/> ! <exclude name="**/web.xml"/> ! </fileset> <fileset dir="${nutch.root}/docs"> <include name="img/*.gif"/> </fileset> ! <fileset dir="${this.web}"> ! <exclude name="**/web.xml"/> ! </fileset> <classes dir="${nutch.root}/conf" > <exclude name="nutch-site.xml" /> |