annotate visualizer/build.xml @ 12403:52caeb1c19a0

Truffle-DSL: fixed wrong targetType for implicit casts.
author Christian Humer <christian.humer@gmail.com>
date Mon, 14 Oct 2013 18:35:48 +0200
parents ab4a47b6a187
children
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
4516
35cca763f498 Added netbeans project files, updates .hgignore
Thomas Wuerthinger <thomas.wuerthinger@oracle.com>
parents:
diff changeset
1 <?xml version="1.0" encoding="UTF-8"?>
35cca763f498 Added netbeans project files, updates .hgignore
Thomas Wuerthinger <thomas.wuerthinger@oracle.com>
parents:
diff changeset
2 <!-- You may freely edit this file. See harness/README in the NetBeans platform -->
35cca763f498 Added netbeans project files, updates .hgignore
Thomas Wuerthinger <thomas.wuerthinger@oracle.com>
parents:
diff changeset
3 <!-- for some information on what you could do (e.g. targets to override). -->
35cca763f498 Added netbeans project files, updates .hgignore
Thomas Wuerthinger <thomas.wuerthinger@oracle.com>
parents:
diff changeset
4 <!-- If you delete this file and reopen the project it will be recreated. -->
35cca763f498 Added netbeans project files, updates .hgignore
Thomas Wuerthinger <thomas.wuerthinger@oracle.com>
parents:
diff changeset
5 <project name="Graal Visualizer" basedir=".">
4574
ab4a47b6a187 Visualizer: Fix range slider scrollbar. Change app.name to graalvisualizer.
Andreas Woess <andreas.woess@jku.at>
parents: 4516
diff changeset
6 <description>Builds the module suite Graal Visualizer.</description>
4516
35cca763f498 Added netbeans project files, updates .hgignore
Thomas Wuerthinger <thomas.wuerthinger@oracle.com>
parents:
diff changeset
7 <import file="nbproject/build-impl.xml"/>
35cca763f498 Added netbeans project files, updates .hgignore
Thomas Wuerthinger <thomas.wuerthinger@oracle.com>
parents:
diff changeset
8
35cca763f498 Added netbeans project files, updates .hgignore
Thomas Wuerthinger <thomas.wuerthinger@oracle.com>
parents:
diff changeset
9 <target name="build-launchers" depends="suite.build-launchers">
35cca763f498 Added netbeans project files, updates .hgignore
Thomas Wuerthinger <thomas.wuerthinger@oracle.com>
parents:
diff changeset
10 <!-- Drop memory presets (-Xms, -Xmx) from default_options of packaged builds and let the executing VM choose reasonable defaults -->
4574
ab4a47b6a187 Visualizer: Fix range slider scrollbar. Change app.name to graalvisualizer.
Andreas Woess <andreas.woess@jku.at>
parents: 4516
diff changeset
11 <replaceregexp file="${build.launcher.dir}/etc/${app.name}.conf" byline="true" match="^default_options=.*" replace='default_options="--branding graalvisualizer"' />
4516
35cca763f498 Added netbeans project files, updates .hgignore
Thomas Wuerthinger <thomas.wuerthinger@oracle.com>
parents:
diff changeset
12 </target>
35cca763f498 Added netbeans project files, updates .hgignore
Thomas Wuerthinger <thomas.wuerthinger@oracle.com>
parents:
diff changeset
13
35cca763f498 Added netbeans project files, updates .hgignore
Thomas Wuerthinger <thomas.wuerthinger@oracle.com>
parents:
diff changeset
14 <!-- Local (environment-specific) extensions/modifications to the build -->
35cca763f498 Added netbeans project files, updates .hgignore
Thomas Wuerthinger <thomas.wuerthinger@oracle.com>
parents:
diff changeset
15 <import file="build-local.xml" optional="true" />
35cca763f498 Added netbeans project files, updates .hgignore
Thomas Wuerthinger <thomas.wuerthinger@oracle.com>
parents:
diff changeset
16 </project>