mirror of https://github.com/OpenIdentityPlatform/OpenDJ.git

neil_a_wilson
24.49.2006 89ec5b39092b8f6ca97d4205830141e15145ec90
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.
1 files added
1 files modified
18 ■■■■■ changed files
opendj-sdk/opends/build.xml 9 ●●●●● patch | view | raw | blame | history
opendj-sdk/opends/resource/README 9 ●●●●● patch | view | raw | blame | history
opendj-sdk/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>
opendj-sdk/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.