From 20e5f98b9264a52f65a17c4738172163a8a87aad Mon Sep 17 00:00:00 2001
From: Mark Craig <mark.craig@forgerock.com>
Date: Fri, 22 May 2015 12:07:43 +0000
Subject: [PATCH] CR-7039 OPENDJ-1547 Example.ldif should be part of the doc build

---
 src/main/docbkx/dev-guide/chap-writing.xml |   19 +++++++------------
 1 files changed, 7 insertions(+), 12 deletions(-)

diff --git a/src/main/docbkx/dev-guide/chap-writing.xml b/src/main/docbkx/dev-guide/chap-writing.xml
index f68a4d7..3faba24 100644
--- a/src/main/docbkx/dev-guide/chap-writing.xml
+++ b/src/main/docbkx/dev-guide/chap-writing.xml
@@ -9,8 +9,7 @@
   ! or send a letter to Creative Commons, 444 Castro Street,
   ! Suite 900, Mountain View, California, 94041, USA.
   !
-  ! You can also obtain a copy of the license at
-  ! trunk/opendj3/legal-notices/CC-BY-NC-ND.txt.
+  ! You can also obtain a copy of the license at legal-notices/CC-BY-NC-ND.txt.
   ! See the License for the specific language governing permissions
   ! and limitations under the License.
   !
@@ -20,7 +19,7 @@
   !
   ! CCPL HEADER END
   !
-  !      Copyright 2011-2013 ForgeRock AS
+  !      Copyright 2011-2015 ForgeRock AS.
   !    
 -->
 <chapter xml:id='chap-writing'
@@ -238,17 +237,13 @@
 
   <para>Static groups enumerate user entries. Static groups can grow large.
   For an example, see the group entry at the end of <link xlink:show="new"
-  xlink:href="http://opendj.forgerock.org/big-group.ldif">big-group.ldif</link>:</para>
+  xlink:href="../resources/big-group.ldif">big-group.ldif</link>:</para>
 
-  <programlisting language="ldif">dn: cn=Static,ou=Groups,dc=example,dc=com
-objectClass: top
-objectClass: groupofnames
-cn: Static
-member: uid=user.0,ou=People,dc=example,dc=com
-member: uid=user.1,ou=People,dc=example,dc=com
-member: uid=user.2,ou=People,dc=example,dc=com
+  <programlisting language="ldif">
+[../resources/big-group.ldif:group-top]
 ...
-member: uid=user.10000,ou=People,dc=example,dc=com</programlisting>
+[../resources/big-group.ldif:group-bottom]
+  </programlisting>
 
   <para>To update a static group, you either add members or remove members.
   For sample code, see <link

--
Gitblit v1.10.0