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

abobrov
22.27.2007 9b6d3e1abdce6297dda31b34350ad413b802249b
- aggregate MEM property and bump its value to 256Mb.
1 files modified
20 ■■■■ changed files
opendj-sdk/opends/build.xml 20 ●●●● patch | view | raw | blame | history
opendj-sdk/opends/build.xml
@@ -31,6 +31,9 @@
    file in this directory for build instructions.
  </description>
  <!-- Build JVM properties -->
  <property name="MEM" value="256M"/>
  <!-- General server-wide properties                                 -->
  <property name="src.dir"          location="src/server"              />
  <property name="build.dir"        location="build"                   />
@@ -328,11 +331,6 @@
      </not>
    </condition>
    <condition property="MEM" value="192M">
      <not>
        <isset property="MEM" />
      </not>
    </condition>
    <!--
@@ -639,12 +637,6 @@
   ! -->
  <target name="rebuild" depends="generatemessages"
       description="Rebuild the server without destroying config or data.">
    <!-- Set the amount of memory to use for the build -->
    <condition property="MEM" value="192M">
      <not>
        <isset property="MEM" />
      </not>
    </condition>
    <!-- Construct the version number string -->
    <taskdef name="getversionnumber"
@@ -1824,12 +1816,6 @@
  <target name="buildtools" depends="init"
        description="Builds the build tools">
    <!-- Set the amount of memory to use for the build -->
    <condition property="MEM" value="192M">
      <not>
        <isset property="MEM" />
      </not>
    </condition>
    <mkdir dir="${buildtools.classes.dir}" />