You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@maven.apache.org by vm...@apache.org on 2002/12/17 11:53:07 UTC

cvs commit: jakarta-turbine-maven/src/plugins-build/cactus/conf web.xml

vmassol     2002/12/17 02:53:07

  Modified:    src/plugins-build/cactus/conf web.xml
  Log:
  Plugin now works when not connected to the internet
  
  Revision  Changes    Path
  1.3       +0 -4      jakarta-turbine-maven/src/plugins-build/cactus/conf/web.xml
  
  Index: web.xml
  ===================================================================
  RCS file: /home/cvs/jakarta-turbine-maven/src/plugins-build/cactus/conf/web.xml,v
  retrieving revision 1.2
  retrieving revision 1.3
  diff -u -r1.2 -r1.3
  --- web.xml	12 Nov 2002 13:45:31 -0000	1.2
  +++ web.xml	17 Dec 2002 10:53:07 -0000	1.3
  @@ -1,9 +1,5 @@
   <?xml version="1.0" encoding="ISO-8859-1"?>
   
  -<!DOCTYPE web-app
  -    PUBLIC "-//Sun Microsystems, Inc.//DTD Web Application 2.3//EN"
  -    "http://java.sun.com/dtd/web-app_2_3.dtd">
  -
   <web-app>
   
     <!-- Empty web.xml to use when the user project does not provide a web.xml.