From 47eb7b8f72b2d62f63df5300c36f980f4c02bce6 Mon Sep 17 00:00:00 2001
From: lfrost <lfrost@localhost>
Date: Mon, 21 Apr 2008 15:24:11 +0000
Subject: [PATCH] Fix for Issue #3092 (bundled installation doc should also be available as text file)

---
 opends/build.xml |    4 ++++
 1 files changed, 4 insertions(+), 0 deletions(-)

diff --git a/opends/build.xml b/opends/build.xml
index 979d156..7e0169b 100644
--- a/opends/build.xml
+++ b/opends/build.xml
@@ -964,6 +964,10 @@
     </copy>
 
     <copy todir="${pdir}">
+      <fileset file="${resource.dir}/install.txt" />
+    </copy>
+
+    <copy todir="${pdir}">
       <fileset file="${resource.dir}/images/opends_logo.png" />
     </copy>
 

--
Gitblit v1.10.0