You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@myfaces.apache.org by ma...@apache.org on 2006/06/24 06:22:58 UTC

svn commit: r416859 - /myfaces/maven/trunk/myfaces-archetype/src/main/resources/archetype-resources/src/main/webapp/WEB-INF/web.xml

Author: matzew
Date: Fri Jun 23 21:22:56 2006
New Revision: 416859

URL: http://svn.apache.org/viewvc?rev=416859&view=rev
Log:
removed double header

Modified:
    myfaces/maven/trunk/myfaces-archetype/src/main/resources/archetype-resources/src/main/webapp/WEB-INF/web.xml

Modified: myfaces/maven/trunk/myfaces-archetype/src/main/resources/archetype-resources/src/main/webapp/WEB-INF/web.xml
URL: http://svn.apache.org/viewvc/myfaces/maven/trunk/myfaces-archetype/src/main/resources/archetype-resources/src/main/webapp/WEB-INF/web.xml?rev=416859&r1=416858&r2=416859&view=diff
==============================================================================
--- myfaces/maven/trunk/myfaces-archetype/src/main/resources/archetype-resources/src/main/webapp/WEB-INF/web.xml (original)
+++ myfaces/maven/trunk/myfaces-archetype/src/main/resources/archetype-resources/src/main/webapp/WEB-INF/web.xml Fri Jun 23 21:22:56 2006
@@ -15,11 +15,6 @@
  * See the License for the specific language governing permissions and
  * limitations under the License.
 -->
-
-<!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 xmlns="http://java.sun.com/xml/ns/j2ee"
          xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
          xsi:schemaLocation="http://java.sun.com/xml/ns/j2ee http://java.sun.com/xml/ns/j2ee/web-app_2_4.xsd"