Replaced the DTD definition with XSD to avoid validation errors in Eclipse, and updated the copyright.

git-svn-id: http://jclouds.googlecode.com/svn/trunk@2537 3d8758e0-26b5-11de-8745-db77d3ebf521
This commit is contained in:
sharedocs1@gmail.com 2009-12-29 23:58:35 +00:00
parent ab12d38b7b
commit d868489b0f
1 changed files with 34 additions and 33 deletions

View File

@ -1,33 +1,34 @@
<?xml version="1.0" encoding="UTF-8"?>
<!--
$HeadURL$
$Revision$
$Date$
<!-- Copyright (C) 2009 Cloud Conscious, LLC. <info@cloudconscious.com>
====================================================================
Licensed to the Apache Software Foundation (ASF) under one
or more contributor license agreements. See the NOTICE file
distributed with this work for additional information
regarding copyright ownership. The ASF licenses this file
to you under the Apache License, Version 2.0 (the
"License"); you may not use this file except in compliance
with the License. You may obtain a copy of the License at
Copyright (C) 2009 Cloud Conscious, LLC. http://www.apache.org/licenses/LICENSE-2.0.html
<info@cloudconscious.com>
==================================================================== Unless required by applicable law or agreed to in writing,
Licensed to the Apache Software Foundation (ASF) under one or software distributed under the License is distributed on an
more contributor license agreements. See the NOTICE file "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
distributed with this work for additional information regarding KIND, either express or implied. See the License for the
copyright ownership. The ASF licenses this file to you under the specific language governing permissions and limitations
Apache License, Version 2.0 (the "License"); you may not use under the License.
this file except in compliance with the License. You may obtain ====================================================================
a copy of the License at -->
<web-app xmlns="http://java.sun.com/xml/ns/javaee" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
http://www.apache.org/licenses/LICENSE-2.0 Unless required by xsi:schemaLocation="http://java.sun.com/xml/ns/j2ee http://java.sun.com/xml/ns/j2ee/web-app_2_5.xsd"
applicable law or agreed to in writing, software distributed version="2.5">
under the License is distributed on an "AS IS" BASIS, WITHOUT <display-name>jclouds-demo-gae-tweetstore</display-name>
WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
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/javaee" version="2.5">
<display-name>jclouds-blobstore-example</display-name>
<!-- Servlets --> <!-- Servlets -->
<filter> <filter>
@ -40,9 +41,9 @@
<url-pattern>/*</url-pattern> <url-pattern>/*</url-pattern>
</filter-mapping> </filter-mapping>
<listener> <listener>
<listener-class>org.jclouds.demo.tweetstore.config.GuiceServletConfig</listener-class> <listener-class>org.jclouds.demo.tweetstore.config.GuiceServletConfig
</listener-class>
</listener> </listener>
<welcome-file-list> <welcome-file-list>