- From: CVS user bertails via cvs-syncmail <cvsmail@w3.org>
- Date: Fri, 19 Aug 2011 19:01:12 +0000
- To: www-validator-cvs@w3.org
Update of /sources/public/2002/css-validator In directory hutz:/tmp/cvs-serv13897 Modified Files: build.xml Log Message: ~ don't embed the servlet jar in the generated artifacts Index: build.xml =================================================================== RCS file: /sources/public/2002/css-validator/build.xml,v retrieving revision 1.20 retrieving revision 1.21 diff -u -d -r1.20 -r1.21 --- build.xml 19 Aug 2011 18:30:13 -0000 1.20 +++ build.xml 19 Aug 2011 19:01:10 -0000 1.21 @@ -117,8 +117,10 @@ <target name="war" depends="build" description="Creates the webapp module"> <delete file="${war.file}"/> <war warfile="${war.file}" webxml="web.xml" basedir="." includes="*html*,favicon.ico,images/**,style/**,scripts/**,tabtastic/**" excludes="html,css-validator.*"> - <classes dir="build"/> - <lib dir="lib"/> + <classes dir="build"/> + <lib dir="lib"> + <exclude name="*servlet*.jar"/> + </lib> </war> </target>
Received on Friday, 19 August 2011 19:01:13 UTC