From 0e965f7dcee474297e72f24a1c6f6ef4b5ed3b91 Mon Sep 17 00:00:00 2001
From: neil_a_wilson <neil_a_wilson@localhost>
Date: Mon, 24 Jul 2006 18:49:41 +0000
Subject: [PATCH] Update the build process to ensure that the license information gets included in the server. Also create a very simple README that will also be included.
---
opends/build.xml | 9 +++++++++
opends/resource/README | 9 +++++++++
2 files changed, 18 insertions(+), 0 deletions(-)
diff --git a/opends/build.xml b/opends/build.xml
index 75511d6..0310a1c 100644
--- a/opends/build.xml
+++ b/opends/build.xml
@@ -415,6 +415,7 @@
<mkdir dir="${pdir}/db" />
<mkdir dir="${pdir}/changelogDb" />
<mkdir dir="${pdir}/ldif" />
+ <mkdir dir="${pdir}/legal-notices" />
<mkdir dir="${pdir}/lib" />
<mkdir dir="${pdir}/locks" />
<mkdir dir="${pdir}/logs" />
@@ -443,6 +444,14 @@
<fileset dir="${resource.dir}/messages" />
</copy>
+ <copy todir="${pdir}/legal-notices">
+ <fileset dir="${resource.dir}/legal-notices" />
+ </copy>
+
+ <copy todir="${pdir}">
+ <fileset file="${resource.dir}/README" />
+ </copy>
+
<chmod file="${pdir}/bin/*.sh" perm="755" />
</target>
diff --git a/opends/resource/README b/opends/resource/README
new file mode 100644
index 0000000..0bad367
--- /dev/null
+++ b/opends/resource/README
@@ -0,0 +1,9 @@
+OpenDS Directory Server
+
+This archive contains the OpenDS Directory Server. Complete documentation for
+this product may be found online at https://OpenDS.dev.java.net/.
+
+This product is made available under the Common Development and Distribution
+License (CDDL). The complete text for this license, and for alternate licenses
+of included components, may be found in the legal-notices directory.
+
--
Gitblit v1.10.0