| opends/build.xml | ●●●●● patch | view | raw | blame | history | |
| opends/resource/README | ●●●●● patch | view | raw | blame | history |
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> opends/resource/README
New file @@ -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.