From: Tim P <ti...@us...> - 2008-03-20 16:57:52
|
Update of /cvsroot/webmacro/webmacro In directory sc8-pr-cvs9.sourceforge.net:/tmp/cvs-serv8221 Modified Files: build.xml Log Message: web.xml now lives in WEB-INF, so no need to copy it there Index: build.xml =================================================================== RCS file: /cvsroot/webmacro/webmacro/build.xml,v retrieving revision 1.48 retrieving revision 1.49 diff -C2 -d -r1.48 -r1.49 *** build.xml 14 Mar 2008 15:59:02 -0000 1.48 --- build.xml 20 Mar 2008 16:57:47 -0000 1.49 *************** *** 158,162 **** <classpath refid="class.path" /> </javac> - <copy file="${examples}/web.xml" tofile="${examples}/WEB-INF/web.xml"/> </target> --- 158,161 ---- |