Author: jonesde
Date: Wed Feb 4 11:10:46 2009
New Revision: 740697
URL:
http://svn.apache.org/viewvc?rev=740697&view=revLog:
Added XSD catalog file for webapp component, like exists in other components
Added:
ofbiz/trunk/framework/webapp/dtd/webapp-catalog.xml (with props)
Added: ofbiz/trunk/framework/webapp/dtd/webapp-catalog.xml
URL:
http://svn.apache.org/viewvc/ofbiz/trunk/framework/webapp/dtd/webapp-catalog.xml?rev=740697&view=auto==============================================================================
--- ofbiz/trunk/framework/webapp/dtd/webapp-catalog.xml (added)
+++ ofbiz/trunk/framework/webapp/dtd/webapp-catalog.xml Wed Feb 4 11:10:46 2009
@@ -0,0 +1,32 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!DOCTYPE catalog PUBLIC "-//OASIS//DTD Entity Resolution XML Catalog V1.0//EN"
+ "
http://www.oasis-open.org/committees/entity/release/1.0/catalog.dtd">
+<!--
+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
+
+
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.
+-->
+
+<!--
+ Comment the DTD declaration to avoid looking for it on the web.
+ Alternatively we can place a copy of the DTD locally and refer to it.
+-->
+<catalog xmlns="urn:oasis:names:tc:entity:xmlns:xml:catalog">
+ <!-- <public publicId="-//W3C//DTD SVG 1.0//EN" uri="svg10.dtd"/> -->
+
+ <system systemId="
http://ofbiz.apache.org/dtds/regions.xsd" uri="regions.xsd"/>
+ <system systemId="
http://ofbiz.apache.org/dtds/site-conf.xsd" uri="site-conf.xsd"/>
+</catalog>
Propchange: ofbiz/trunk/framework/webapp/dtd/webapp-catalog.xml
------------------------------------------------------------------------------
svn:eol-style = native
Propchange: ofbiz/trunk/framework/webapp/dtd/webapp-catalog.xml
------------------------------------------------------------------------------
svn:keywords = "Date Rev Author URL Id"
Propchange: ofbiz/trunk/framework/webapp/dtd/webapp-catalog.xml
------------------------------------------------------------------------------
svn:mime-type = text/xml