From 34405cffd7f655b4d2e752eba807cb91386c0d44 Mon Sep 17 00:00:00 2001
From: jcambon <jcambon@localhost>
Date: Fri, 08 Feb 2008 16:39:49 +0000
Subject: [PATCH] - Issue #2004 (automatically generate HTML configuration guide)   Implementation of the Brian's mock-up   2 Configuration Reference are now generated in build/docgen:   - one without the LDAP mapping   - one with the LDAP mapping - Fix for Issue #2912 ("core" category should be "core server")

---
 opendj-sdk/opends/src/admin/defn/org/opends/server/admin/std/MatchingRuleConfiguration.xml |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/opendj-sdk/opends/src/admin/defn/org/opends/server/admin/std/MatchingRuleConfiguration.xml b/opendj-sdk/opends/src/admin/defn/org/opends/server/admin/std/MatchingRuleConfiguration.xml
index 7c0f9fb..a6d788a 100644
--- a/opendj-sdk/opends/src/admin/defn/org/opends/server/admin/std/MatchingRuleConfiguration.xml
+++ b/opendj-sdk/opends/src/admin/defn/org/opends/server/admin/std/MatchingRuleConfiguration.xml
@@ -42,7 +42,7 @@
     around commas and equal signs, differences in capitalization in 
     attribute names, an so on.
   </adm:description>
-  <adm:tag name="core" />
+  <adm:tag name="core-server" />
   <adm:profile name="ldap">
     <ldap:object-class>
       <ldap:name>ds-cfg-matching-rule</ldap:name>

--
Gitblit v1.10.0