blob: 03ac0bdd99eed67ebd259f05a4b76ff4a910393e (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
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://@BUILDDIR@/build/DTD/"/>
<rewriteURI
uriStartString="http://www.gnu.org/licenses/"
rewritePrefix="file://@BUILDDIR@/Samba3-ByExample/"/>
</catalog>
|