1 app.icon=branding/core/core.jar/org/netbeans/core/startup/frame48.gif
   2 app.name=${branding.token}
   3 app.title=IdealGraphVisualizer
   4 auxiliary.org-netbeans-modules-apisupport-installer.license-type=no
   5 auxiliary.org-netbeans-modules-apisupport-installer.os-linux=false
   6 auxiliary.org-netbeans-modules-apisupport-installer.os-macosx=true
   7 auxiliary.org-netbeans-modules-apisupport-installer.os-windows=false
   8 auxiliary.org-netbeans-spi-editor-hints-projects.perProjectHintSettingsFile=nbproject/cfg_hints.xml
   9 modules=\
  10     ${project.com.sun.hotspot.igv.graph}:\
  11     ${project.com.sun.hotspot.igv.coordinator}:\
  12     ${project.com.sun.hotspot.igv.filter}:\
  13     ${project.com.sun.hotspot.igv.hierarchicallayout}:\
  14     ${project.com.sun.hotspot.igv.layout}:\
  15     ${project.com.sun.hotspot.igv.controlflow}:\
  16     ${project.com.sun.hotspot.igv.data}:\
  17     ${project.com.sun.hotspot.igv.view}:\
  18     ${project.com.sun.hotspot.igv.bytecodes}:\
  19     ${project.com.sun.hotspot.igv.difference}:\
  20     ${project.com.sun.hotspot.igv.settings}:\
  21     ${project.com.sun.hotspot.igv.util}:\
  22     ${project.com.sun.hotspot.igv.svg}:\
  23     ${project.com.sun.hotspot.connection}:\
  24     ${project.com.sun.hotspot.igv.servercompilerscheduler}:\
  25     ${project.com.sun.hotspot.igv.filterwindow}:\
  26     ${project.com.sun.hotspot.igv.selectioncoordinator}:\
  27     ${project.com.sun.hotspot.igv.graal}
  28 project.com.sun.hotspot.connection=NetworkConnection
  29 project.com.sun.hotspot.igv.bytecodes=Bytecodes
  30 project.com.sun.hotspot.igv.controlflow=ControlFlow
  31 project.com.sun.hotspot.igv.coordinator=Coordinator
  32 project.com.sun.hotspot.igv.data=Data
  33 project.com.sun.hotspot.igv.difference=Difference
  34 project.com.sun.hotspot.igv.filter=Filter
  35 project.com.sun.hotspot.igv.filterwindow=FilterWindow
  36 project.com.sun.hotspot.igv.graal=Graal
  37 project.com.sun.hotspot.igv.graph=Graph
  38 project.com.sun.hotspot.igv.hierarchicallayout=HierarchicalLayout
  39 project.com.sun.hotspot.igv.layout=Layout
  40 project.com.sun.hotspot.igv.selectioncoordinator=SelectionCoordinator
  41 project.com.sun.hotspot.igv.servercompilerscheduler=ServerCompiler
  42 project.com.sun.hotspot.igv.settings=Settings
  43 project.com.sun.hotspot.igv.svg=BatikSVGProxy
  44 project.com.sun.hotspot.igv.view=View
  45 project.com.sun.hotspot.igv.util=Util
  46 
  47 # Disable assertions for RequestProcessor to prevent annoying messages in case
  48 # of multiple SceneAnimator update tasks in the default RequestProcessor.
  49 run.args.extra = -J-server -J-da:org.openide.util.RequestProcessor -J-Xms2g -J-Xmx8g -J-Djava.lang.Integer.IntegerCache.high=200000
  50 debug.args.extra = -J-server -J-da:org.openide.util.RequestProcessor