From a01dc6805ea620c5bb9232714dd4aea11147fa6e Mon Sep 17 00:00:00 2001
From: jcambon <jcambon@localhost>
Date: Thu, 06 Mar 2008 15:46:43 +0000
Subject: [PATCH] Added Ant version requirement in plugin example README

---
 opendj-sdk/opends/resource/admin/example-plugin/README |    6 +++---
 1 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/opendj-sdk/opends/resource/admin/example-plugin/README b/opendj-sdk/opends/resource/admin/example-plugin/README
index 8e7b7bc..e03b3cd 100644
--- a/opendj-sdk/opends/resource/admin/example-plugin/README
+++ b/opendj-sdk/opends/resource/admin/example-plugin/README
@@ -5,7 +5,7 @@
 
 In order to build and use this example plugin, perform the following
 steps (presumably you are already at step 4):
- 
+
   1. In the top-level source folder for OpenDS, first build and
      package OpenDS:
 
@@ -23,7 +23,7 @@
 
      cd example-plugin
 
-  5. And build the plugin (this requires Ant in your path):
+  5. And build the plugin (this requires Ant version 7 or higher in your path):
 
      ant install
 
@@ -43,6 +43,6 @@
 
   8. Start the server and look for the "hello world" notice in the start
      up log:
-     
+
      cd ..
      ./bin/start-ds

--
Gitblit v1.10.0