comparison src/share/tools/IdealGraphVisualizer/nbproject/project.properties @ 3136:2def3cad2e00

IdealGraphVisualizer: Disable assertions for RequestProcessor to prevent annoying messages in case of multiple SceneAnimator update tasks in the default RequestProcessor.
author Peter Hofer <peter.hofer@jku.at>
date Mon, 04 Jul 2011 10:56:19 +0200
parents 546dc7e1b184
children 0c632ed89063
comparison
equal deleted inserted replaced
3135:f5c607fb850d 3136:2def3cad2e00
49 project.com.sun.hotspot.igv.structuredtext=StructuredText 49 project.com.sun.hotspot.igv.structuredtext=StructuredText
50 project.com.sun.hotspot.igv.svg=BatikSVGProxy 50 project.com.sun.hotspot.igv.svg=BatikSVGProxy
51 project.com.sun.hotspot.igv.texteditor=TextEditor 51 project.com.sun.hotspot.igv.texteditor=TextEditor
52 project.com.sun.hotspot.igv.view=View 52 project.com.sun.hotspot.igv.view=View
53 project.com.sun.hotspot.igv.util=Util 53 project.com.sun.hotspot.igv.util=Util
54 project.test=module1 54
55 run.args = -J-client -J-Xms128m -J-Xmx1g -J-ea 55 # Disable assertions for RequestProcessor to prevent annoying messages in case
56 # of multiple SceneAnimator update tasks in the default RequestProcessor.
57 run.args.extra = -J-client -J-da:org.openide.util.RequestProcessor
58 debug.args.extra = -J-client -J-da:org.openide.util.RequestProcessor