766
|
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="IdealGraphVisualizer" basedir=".">
|
|
6 |
<description>Builds the module suite IdealGraphVisualizer.</description>
|
|
7 |
<import file="nbproject/build-impl.xml"/>
|
30591
|
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" />
|
766
|
16 |
</project>
|