view visualizer/nbproject/project.properties @ 9790:6b515c453646

CompilationTask: print exception of compilation also when we don't exit the VM for example, this is useful for CTW, in order to see on which methods the compiler bails out
author Bernhard Urban <bernhard.urban@jku.at>
date Wed, 22 May 2013 16:28:12 +0200
parents 50dbe728da9e
children
line wrap: on
line source

app.icon=branding/core/core.jar/org/netbeans/core/startup/frame48.gif
app.name=graalvisualizer
app.title=Graal Visualizer
branding.token=${app.name}
modules=\
    ${project.com.sun.hotspot.igv.graph}:\
    ${project.com.sun.hotspot.igv.filter}:\
    ${project.com.sun.hotspot.igv.hierarchicallayout}:\
    ${project.com.sun.hotspot.igv.layout}:\
    ${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.igv.filterwindow}:\
    ${project.com.sun.hotspot.igv.graal}:\
    ${project.at.ssw.visualizer.cfg}:\
    ${project.org.eclipse.draw2d}:\
    ${project.com.oracle.graal.visualizer.editor}:\
    ${project.com.oracle.graal.visualizer.outline}:\
    ${project.com.oracle.graal.visualizer.snapshots}:\
    ${project.com.oracle.graal.visualizer.sharedactions}:\
    ${project.com.oracle.graal.visualizer.logviewer}
project.at.ssw.visualizer.cfg=ControlFlowEditor
project.com.oracle.graal.visualizer.logviewer=LogViewer
project.com.oracle.graal.visualizer.editor=Editor
project.com.oracle.graal.visualizer.outline=OutlineView
project.com.oracle.graal.visualizer.sharedactions=SharedActions
project.com.oracle.graal.visualizer.snapshots=SnapshotsView
project.com.sun.hotspot.igv.bytecodes=Bytecodes
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.settings=Settings
project.com.sun.hotspot.igv.svg=BatikSVGProxy
project.com.sun.hotspot.igv.view=View
project.com.sun.hotspot.igv.util=Util

project.org.eclipse.draw2d=Draw2DLibrary
# Disable assertions for RequestProcessor to prevent annoying messages in case
# of multiple SceneAnimator update tasks in the default RequestProcessor.
run.args.extra = -J-client -J-da:org.openide.util.RequestProcessor
debug.args.extra = -J-client -J-da:org.openide.util.RequestProcessor