From 7daef344531906ffccdd564db3e3f8fa815ddded Mon Sep 17 00:00:00 2001
From: Mark Craig <mark.craig@forgerock.com>
Date: Fri, 17 Jan 2014 10:09:47 +0000
Subject: [PATCH] Remove unused namespace declaration
---
opends/src/main/docbkx/admin-guide/chap-privileges-acis.xml | 3 +--
1 files changed, 1 insertions(+), 2 deletions(-)
diff --git a/opends/src/main/docbkx/admin-guide/chap-privileges-acis.xml b/opends/src/main/docbkx/admin-guide/chap-privileges-acis.xml
index e8e2134..c6497c4 100644
--- a/opends/src/main/docbkx/admin-guide/chap-privileges-acis.xml
+++ b/opends/src/main/docbkx/admin-guide/chap-privileges-acis.xml
@@ -28,8 +28,7 @@
xmlns:xsi='http://www.w3.org/2001/XMLSchema-instance'
xsi:schemaLocation='http://docbook.org/ns/docbook
http://docbook.org/xml/5.0/xsd/docbook.xsd'
- xmlns:xlink='http://www.w3.org/1999/xlink'
- xmlns:xinclude='http://www.w3.org/2001/XInclude'>
+ xmlns:xlink='http://www.w3.org/1999/xlink'>
<title>Configuring Privileges & Access Control</title>
<para>OpenDJ supports two mechanisms to protect access to the directory,
--
Gitblit v1.10.0