comparison visualizer/build.xml @ 4516:35cca763f498

Added netbeans project files, updates .hgignore
author Thomas Wuerthinger <thomas.wuerthinger@oracle.com>
date Tue, 07 Feb 2012 23:27:09 +0100
parents
children ab4a47b6a187
comparison
equal deleted inserted replaced
4514:e5cfd7eeede3 4516:35cca763f498
1 <?xml version="1.0" encoding="UTF-8"?>
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). -->
4 <!-- If you delete this file and reopen the project it will be recreated. -->
5 <project name="Graal Visualizer" basedir=".">
6 <description>Builds the module suite IdealGraphVisualizer.</description>
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>
13
14 <!-- Local (environment-specific) extensions/modifications to the build -->
15 <import file="build-local.xml" optional="true" />
16 </project>