comparison src/share/tools/IdealGraphVisualizer/build.xml @ 3141:2b0039543e31

IdealGraphVisualizer: add optional import in build.xml for environment-specific build extensions/modifications
author Peter Hofer <peter.hofer@jku.at>
date Mon, 04 Jul 2011 13:59:41 +0200
parents 8b46295cd398
children
comparison
equal deleted inserted replaced
3140:8b46295cd398 3141:2b0039543e31
8 8
9 <target name="build-launchers" depends="suite.build-launchers"> 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 --> 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"' /> 11 <replaceregexp file="${build.launcher.dir}/etc/${app.name}.conf" byline="true" match="^default_options=.*" replace='default_options="--branding idealgraphvisualizer"' />
12 </target> 12 </target>
13
14 <!-- Local (environment-specific) extensions/modifications to the build -->
15 <import file="build-local.xml" optional="true" />
13 </project> 16 </project>