You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@shale.apache.org by cr...@apache.org on 2006/08/02 07:53:32 UTC

svn commit: r427904 - /shale/framework/trunk/src/site/resources/catalog.xml

Author: craigmcc
Date: Tue Aug  1 22:53:32 2006
New Revision: 427904

URL: http://svn.apache.org/viewvc?rev=427904&view=rev
Log:
Add an Oasis catalog for the DTDs that Shale currently publishes.  This
catalog can be loaded (and later refreshed, as it is updated) by tools
and entity resolver implementations so that the correct resources can
always be located.

SHALE-231


Added:
    shale/framework/trunk/src/site/resources/catalog.xml

Added: shale/framework/trunk/src/site/resources/catalog.xml
URL: http://svn.apache.org/viewvc/shale/framework/trunk/src/site/resources/catalog.xml?rev=427904&view=auto
==============================================================================
--- shale/framework/trunk/src/site/resources/catalog.xml (added)
+++ shale/framework/trunk/src/site/resources/catalog.xml Tue Aug  1 22:53:32 2006
@@ -0,0 +1,38 @@
+<?xml version="1.0" encoding="UTF-8"?>
+
+<!--
+
+  Copyright 2004-2005 The Apache Software Foundation.
+ 
+  Licensed 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
+ 
+      http://www.apache.org/licenses/LICENSE-2.0
+ 
+  Unless required by applicable law or agreed to in writing, software
+  distributed under the License is distributed on an "AS IS" BASIS,
+  WITHOUT 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 catalog
+  PUBLIC "-//OASIS//DTD XML Catalogs V1.1//EN"
+         "http://www.oasis-open.org/committees/entity/release/1.1/catalog.dtd">
+
+<catalog xmlns="urn:oasis:names:tc:entity:xmlns:xml:catalog"
+         prefer="public">
+
+  <group xml:base="http://shale.apache.org/dtds/">
+
+    <public publicId="-//Apache Software Foundation//DTD Shale Clay View Configuration 1.0//EN"
+                 uri="clay-config_1_0.dtd"/>
+    <public publicId="-//Apache Software Foundation//DTD Shale Dialog Configuration 1.0//EN"
+                 uri="dialog-config_1_0.dtd"/>
+
+  </group>
+
+</catalog>
+