comparison src/share/tools/IdealGraphVisualizer/build.xml @ 3140:8b46295cd398

IdealGraphVisualizer: when packaging a build, drop memory presets (-Xms, -Xmx) from default_options and let the executing VM choose reasonable defaults
author Peter Hofer <peter.hofer@jku.at>
date Mon, 04 Jul 2011 12:29:28 +0200
parents 30369db7f5d2
children 2b0039543e31
comparison
equal deleted inserted replaced
3139:c16d0e36a577 3140:8b46295cd398
3 <!-- for some information on what you could do (e.g. targets to override). --> 3 <!-- for some information on what you could do (e.g. targets to override). -->
4 <!-- If you delete this file and reopen the project it will be recreated. --> 4 <!-- If you delete this file and reopen the project it will be recreated. -->
5 <project name="IdealGraphVisualizer" basedir="."> 5 <project name="IdealGraphVisualizer" basedir=".">
6 <description>Builds the module suite IdealGraphVisualizer.</description> 6 <description>Builds the module suite IdealGraphVisualizer.</description>
7 <import file="nbproject/build-impl.xml"/> 7 <import file="nbproject/build-impl.xml"/>
8
9 <target name="build-launchers" depends="suite.build-launchers">
10 <!-- Drop memory presets (-Xms, -Xmx) from default_options of packaged builds and let the executing VM choose reasonable defaults -->
11 <replaceregexp file="${build.launcher.dir}/etc/${app.name}.conf" byline="true" match="^default_options=.*" replace='default_options="--branding idealgraphvisualizer"' />
12 </target>
8 </project> 13 </project>