comparison visualizer/build.xml @ 4574:ab4a47b6a187

Visualizer: Fix range slider scrollbar. Change app.name to graalvisualizer.
author Andreas Woess <andreas.woess@jku.at>
date Sun, 12 Feb 2012 23:37:47 +0100
parents 35cca763f498
children
comparison
equal deleted inserted replaced
4573:24d9f3310ed6 4574:ab4a47b6a187
1 <?xml version="1.0" encoding="UTF-8"?> 1 <?xml version="1.0" encoding="UTF-8"?>
2 <!-- You may freely edit this file. See harness/README in the NetBeans platform --> 2 <!-- You may freely edit this file. See harness/README in the NetBeans platform -->
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="Graal Visualizer" basedir="."> 5 <project name="Graal Visualizer" basedir=".">
6 <description>Builds the module suite IdealGraphVisualizer.</description> 6 <description>Builds the module suite Graal Visualizer.</description>
7 <import file="nbproject/build-impl.xml"/> 7 <import file="nbproject/build-impl.xml"/>
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 graalvisualizer"' />
12 </target> 12 </target>
13 13
14 <!-- Local (environment-specific) extensions/modifications to the build --> 14 <!-- Local (environment-specific) extensions/modifications to the build -->
15 <import file="build-local.xml" optional="true" /> 15 <import file="build-local.xml" optional="true" />
16 </project> 16 </project>