Attempt to add DTDs as svn external repository for build
authorAlexander Bokovoy <ab@samba.org>
Sun, 13 Apr 2008 19:54:15 +0000 (19:54 +0000)
committerGerald W. Carter <jerry@samba.org>
Wed, 23 Apr 2008 13:47:45 +0000 (08:47 -0500)
(This used to be commit 850cf98b5a6fa810a744e273cb8482e145c888f2)

docs/build/catalog.xml [new file with mode: 0644]

diff --git a/docs/build/catalog.xml b/docs/build/catalog.xml
new file mode 100644 (file)
index 0000000..912b7cc
--- /dev/null
@@ -0,0 +1,14 @@
+<?xml version="1.0"?>
+<!DOCTYPE catalog PUBLIC "-//OASIS//DTD Entity Resolution XML Catalog V1.0//EN" "http://www.oasis-open.org/committees/entity/release/1.0/catalog.dtd">
+<catalog xmlns="urn:oasis:names:tc:entity:xmlns:xml:catalog">
+
+<!--  XML Catalog file for SAMBA. -->
+
+    <rewriteURI
+                       uriStartString="http://www.samba.org/samba/DTD/"
+                       rewritePrefix="file://@DIR@/build/DTD/"/>
+
+    <rewriteURI
+                       uriStartString="http://www.gnu.org/licenses/"
+                       rewritePrefix="file://@DIR@/Samba3-ByExample/"/>
+</catalog>