summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlexander Bokovoy <ab@samba.org>2008-04-13 19:54:15 +0000
committerGerald W. Carter <jerry@samba.org>2008-04-23 08:47:45 -0500
commit56ca8914b8106bcb862ec295ceef8e1ec2303599 (patch)
tree13b688e966eb450303c4a438253cda38eed4e129
parentfb0d81d8cc05023f75e46b7651d8c296ab4198d1 (diff)
downloadsamba-56ca8914b8106bcb862ec295ceef8e1ec2303599.tar.gz
samba-56ca8914b8106bcb862ec295ceef8e1ec2303599.tar.bz2
samba-56ca8914b8106bcb862ec295ceef8e1ec2303599.zip
Attempt to add DTDs as svn external repository for build
(This used to be commit 850cf98b5a6fa810a744e273cb8482e145c888f2)
-rw-r--r--docs/build/catalog.xml14
1 files changed, 14 insertions, 0 deletions
diff --git a/docs/build/catalog.xml b/docs/build/catalog.xml
new file mode 100644
index 0000000000..912b7cc428
--- /dev/null
+++ b/docs/build/catalog.xml
@@ -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>