| | |
| | | </not> |
| | | </condition> |
| | | |
| | | <condition property="MEM" value="128M"> |
| | | <condition property="MEM" value="192M"> |
| | | <not> |
| | | <isset property="MEM" /> |
| | | </not> |
| | |
| | | <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> |
| | |
| | | <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> |