view src/share/tools/IdealGraphVisualizer/nbproject/project.properties @ 21146:33ff6b03fad1

add support for control flow window and basic block view on graphs Contributed-by: Michael Haupt <michael.haupt@oracle.com> Contributed-by: Peter Hofer <peter.hofer@jku.at> Contributed-by: Thomas Wuerthinger <thomas.wuerthinger@oracle.com>
author Michael Haupt <michael.haupt@oracle.com>
date Wed, 29 Apr 2015 08:31:28 +0200
parents b5516d27d657
children 7eb4d233e434
line wrap: on
line source

app.icon=branding/core/core.jar/org/netbeans/core/startup/frame48.gif
app.name=${branding.token}
app.title=IdealGraphVisualizer
auxiliary.org-netbeans-modules-apisupport-installer.license-type=no
auxiliary.org-netbeans-modules-apisupport-installer.os-linux=false
auxiliary.org-netbeans-modules-apisupport-installer.os-macosx=true
auxiliary.org-netbeans-modules-apisupport-installer.os-solaris=false
auxiliary.org-netbeans-modules-apisupport-installer.os-windows=false
auxiliary.org-netbeans-modules-apisupport-installer.pack200-enabled=false
auxiliary.org-netbeans-spi-editor-hints-projects.perProjectHintSettingsFile=nbproject/cfg_hints.xml
modules=\
    ${project.com.sun.hotspot.igv.graph}:\
    ${project.com.sun.hotspot.igv.coordinator}:\
    ${project.com.sun.hotspot.igv.filter}:\
    ${project.com.sun.hotspot.igv.hierarchicallayout}:\
    ${project.com.sun.hotspot.igv.layout}:\
    ${project.com.sun.hotspot.igv.controlflow}:\
    ${project.com.sun.hotspot.igv.data}:\
    ${project.com.sun.hotspot.igv.view}:\
    ${project.com.sun.hotspot.igv.bytecodes}:\
    ${project.com.sun.hotspot.igv.difference}:\
    ${project.com.sun.hotspot.igv.settings}:\
    ${project.com.sun.hotspot.igv.util}:\
    ${project.com.sun.hotspot.igv.svg}:\
    ${project.com.sun.hotspot.connection}:\
    ${project.com.sun.hotspot.igv.servercompilerscheduler}:\
    ${project.com.sun.hotspot.igv.filterwindow}:\
    ${project.com.sun.hotspot.igv.selectioncoordinator}:\
    ${project.com.sun.hotspot.igv.graal}
project.com.sun.hotspot.connection=NetworkConnection
project.com.sun.hotspot.igv.bytecodes=Bytecodes
project.com.sun.hotspot.igv.controlflow=ControlFlow
project.com.sun.hotspot.igv.coordinator=Coordinator
project.com.sun.hotspot.igv.data=Data
project.com.sun.hotspot.igv.difference=Difference
project.com.sun.hotspot.igv.filter=Filter
project.com.sun.hotspot.igv.filterwindow=FilterWindow
project.com.sun.hotspot.igv.graal=Graal
project.com.sun.hotspot.igv.graph=Graph
project.com.sun.hotspot.igv.hierarchicallayout=HierarchicalLayout
project.com.sun.hotspot.igv.layout=Layout
project.com.sun.hotspot.igv.selectioncoordinator=SelectionCoordinator
project.com.sun.hotspot.igv.servercompilerscheduler=ServerCompiler
project.com.sun.hotspot.igv.settings=Settings
project.com.sun.hotspot.igv.svg=BatikSVGProxy
project.com.sun.hotspot.igv.view=View
project.com.sun.hotspot.igv.util=Util

# Disable assertions for RequestProcessor to prevent annoying messages in case
# of multiple SceneAnimator update tasks in the default RequestProcessor.
run.args.extra = -J-server -J-da:org.openide.util.RequestProcessor -J-Xms2g -J-Xmx8g -J-Djava.lang.Integer.IntegerCache.high=20000
debug.args.extra = -J-server -J-da:org.openide.util.RequestProcessor