view visualizer/Draw2DLibrary/nbproject/project.xml @ 8381:807fd844ed2a

InvokeWithException cannot be the lastLocationAccess for a FloatingReadNode. Since it is both the invoke and a control flow split, the scheduler cannot schedule anything immediately the invoke. It can only schedule in the normal or exceptional successor - and we have to tell the scheduler here which side it needs to choose by putting in the location identity on both successors.
author Christian Wimmer <christian.wimmer@oracle.com>
date Tue, 19 Mar 2013 10:00:43 -0700
parents 35cca763f498
children
line wrap: on
line source

<?xml version="1.0" encoding="UTF-8"?>
<project xmlns="http://www.netbeans.org/ns/project/1">
    <type>org.netbeans.modules.apisupport.project</type>
    <configuration>
        <data xmlns="http://www.netbeans.org/ns/nb-module-project/3">
            <code-name-base>org.eclipse.draw2d</code-name-base>
            <suite-component/>
            <module-dependencies/>
            <public-packages>
                <package>org.eclipse.draw2d</package>
                <package>org.eclipse.draw2d.geometry</package>
                <package>org.eclipse.draw2d.graph</package>
                <package>org.eclipse.draw2d.internal</package>
                <package>org.eclipse.draw2d.internal.graph</package>
                <package>org.eclipse.draw2d.parts</package>
                <package>org.eclipse.draw2d.text</package>
                <package>org.eclipse.draw2d.widgets</package>
            </public-packages>
            <class-path-extension>
                <runtime-relative-path>ext/org.eclipse.draw2d_3.1.0.jar</runtime-relative-path>
                <binary-origin>release/modules/ext/org.eclipse.draw2d_3.1.0.jar</binary-origin>
            </class-path-extension>
        </data>
    </configuration>
</project>