mirror of https://github.com/apache/jclouds.git
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:
parent
ab12d38b7b
commit
d868489b0f
|
@ -1,33 +1,34 @@
|
||||||
|
<?xml version="1.0" encoding="UTF-8"?>
|
||||||
<!--
|
<!--
|
||||||
|
$HeadURL$
|
||||||
|
$Revision$
|
||||||
|
$Date$
|
||||||
|
|
||||||
|
Copyright (C) 2009 Cloud Conscious, LLC. <info@cloudconscious.com>
|
||||||
Copyright (C) 2009 Cloud Conscious, LLC.
|
|
||||||
<info@cloudconscious.com>
|
|
||||||
|
|
||||||
====================================================================
|
====================================================================
|
||||||
Licensed to the Apache Software Foundation (ASF) under one or
|
Licensed to the Apache Software Foundation (ASF) under one
|
||||||
more contributor license agreements. See the NOTICE file
|
or more contributor license agreements. See the NOTICE file
|
||||||
distributed with this work for additional information regarding
|
distributed with this work for additional information
|
||||||
copyright ownership. The ASF licenses this file to you under the
|
regarding copyright ownership. The ASF licenses this file
|
||||||
Apache License, Version 2.0 (the "License"); you may not use
|
to you under the Apache License, Version 2.0 (the
|
||||||
this file except in compliance with the License. You may obtain
|
"License"); you may not use this file except in compliance
|
||||||
a copy of the License at
|
with the License. You may obtain a copy of the License at
|
||||||
|
|
||||||
http://www.apache.org/licenses/LICENSE-2.0 Unless required by
|
http://www.apache.org/licenses/LICENSE-2.0.html
|
||||||
applicable law or agreed to in writing, software distributed
|
|
||||||
under the License is distributed on an "AS IS" BASIS, WITHOUT
|
Unless required by applicable law or agreed to in writing,
|
||||||
WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
software distributed under the License is distributed on an
|
||||||
See the License for the specific language governing permissions
|
"AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
|
||||||
and limitations under the License.
|
KIND, either express or implied. See the License for the
|
||||||
|
specific language governing permissions and limitations
|
||||||
|
under the License.
|
||||||
====================================================================
|
====================================================================
|
||||||
-->
|
-->
|
||||||
<!DOCTYPE web-app PUBLIC
|
<web-app xmlns="http://java.sun.com/xml/ns/javaee" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
|
||||||
"-//Sun Microsystems, Inc.//DTD Web Application 2.3//EN"
|
xsi:schemaLocation="http://java.sun.com/xml/ns/j2ee http://java.sun.com/xml/ns/j2ee/web-app_2_5.xsd"
|
||||||
"http://java.sun.com/dtd/web-app_2_3.dtd">
|
version="2.5">
|
||||||
|
<display-name>jclouds-demo-gae-tweetstore</display-name>
|
||||||
<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>
|
||||||
|
|
Loading…
Reference in New Issue