From a3ef66c953b8f9664e582f565114622668713927 Mon Sep 17 00:00:00 2001
From: lfrost <lfrost@localhost>
Date: Thu, 29 Nov 2007 14:24:39 +0000
Subject: [PATCH] Fix for 1732 - provide bundled installation documentation. This commit adds installation instructions in an html file called install.html to the top level install directory. The opends logo is included as it appears at the top of the html page

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

diff --git a/opends/build.xml b/opends/build.xml
index 34f905c..2baace5 100644
--- a/opends/build.xml
+++ b/opends/build.xml
@@ -881,7 +881,15 @@
     <copy todir="${pdir}">
       <fileset file="${resource.dir}/README" />
     </copy>
-
+    
+    <copy todir="${pdir}">
+      <fileset file="${resource.dir}/install.html" />
+    </copy>
+    
+    <copy todir="${pdir}">
+      <fileset file="${resource.dir}/images/opends_logo.png" />
+    </copy>  
+   
     <fixcrlf srcDir="${resource.dir}" destDir="${pdir}" includes="setup,uninstall,upgrade"
          eol="lf" />
     <fixcrlf srcDir="${resource.dir}" destDir="${pdir}" includes="setup.bat,uninstall.bat,upgrade.bat"

--
Gitblit v1.10.0