Skip to content

Commit

Permalink
Silence safe XSD errors related to namespace version
Browse files Browse the repository at this point in the history
git-svn-id: http://geowebcache.org/svn/tags/1.0.1@501 e7b91dd5-889a-44ae-8e97-0abfc27e49b2
  • Loading branch information
Arne Kepp committed Jan 18, 2009
1 parent fb50684 commit 17a1986
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 8 deletions.
Expand Up @@ -34,8 +34,8 @@

<xsl:template match="layers">
<gwcConfiguration xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:noNamespaceSchemaLocation="http://geowebcache.org/schema/1.0/geowebcache.xsd"
xmlns="http://geowebcache.org/schema/1.0">
xsi:noNamespaceSchemaLocation="http://geowebcache.org/schema/1.0.1/geowebcache.xsd"
xmlns="http://geowebcache.org/schema/1.0.1">
<version>1.0.0</version>
<layers>
<xsl:apply-templates/>
Expand Down
@@ -1,7 +1,7 @@
<?xml version="1.0" encoding="utf-8"?>
<gwcConfiguration xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:noNamespaceSchemaLocation="http://geowebcache.org/schema/1.0/geowebcache.xsd"
xmlns="http://geowebcache.org/schema/1.0">
xsi:noNamespaceSchemaLocation="http://geowebcache.org/schema/1.0.1/geowebcache.xsd"
xmlns="http://geowebcache.org/schema/1.0.1">
<version>1.0.0</version>
<layers>
<!--
Expand Down Expand Up @@ -160,4 +160,4 @@
<!-- cachePrefix>/var/lib/geowebcache/topp_states</cachePrefix -->
</wmsLayer>
</layers>
</gwcConfiguration>
</gwcConfiguration>
@@ -1,7 +1,7 @@
<?xml version="1.0" encoding="utf-8"?>
<gwcConfiguration xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:noNamespaceSchemaLocation="http://geowebcache.org/schema/1.0/geowebcache.xsd"
xmlns="http://geowebcache.org/schema/1.0">
xsi:noNamespaceSchemaLocation="http://geowebcache.org/schema/1.0.1/geowebcache.xsd"
xmlns="http://geowebcache.org/schema/1.0.1">
<version>1.0.0</version>
<backendTimeout>60</backendTimeout>
<cacheBypassAllowed>true</cacheBypassAllowed>
Expand Down Expand Up @@ -164,4 +164,4 @@
<cacheBypassAllowed>false</cacheBypassAllowed>
</wmsLayer>
</layers>
</gwcConfiguration>
</gwcConfiguration>

0 comments on commit 17a1986

Please sign in to comment.