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

Ludovic Poitou
13.02.2013 4cc24d7d56c2dc2a035e267929a0ff24c23e99c6
Fix for OPENDJ-1069, no longer delivering the instance.loc file. Now that the .bat files can cope with the absence of the file, we can remove it completely.
CR-2142
1 files deleted
1 files modified
5 ■■■■■ changed files
opends/build.xml 4 ●●●● patch | view | raw | blame | history
opends/resource/instance.loc 1 ●●●● patch | view | raw | blame | history
opends/build.xml
@@ -1154,10 +1154,6 @@
    <copy todir="${pdir}/lib">
      <fileset file="${lib.dir}/*.exe" />
    </copy>
    <copy todir="${pdir}">
      <fileset file="${resource.dir}/instance.loc" />
    </copy>
    <antcall target="example-plugin" />
opends/resource/instance.loc
File was deleted