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

neil_a_wilson
03.31.2007 2e1786908dd448b6ce86c08d917f12b556c0678e
opends/build.xml
@@ -257,7 +257,7 @@
      </not>
    </condition>
    <condition property="MEM" value="128M">
    <condition property="MEM" value="192M">
      <not>
        <isset property="MEM" />
      </not>
@@ -563,7 +563,7 @@
  <target name="rebuild"
       description="Rebuild the server without destroying config or data.">
    <!-- Set the amount of memory to use for the build -->
    <condition property="MEM" value="128M">
    <condition property="MEM" value="192M">
      <not>
        <isset property="MEM" />
      </not>
@@ -1463,7 +1463,7 @@
  <target name="buildtools" depends="init"
        description="Builds the build tools">
    <!-- Set the amount of memory to use for the build -->
    <condition property="MEM" value="128M">
    <condition property="MEM" value="192M">
      <not>
        <isset property="MEM" />
      </not>