This Bugzilla instance is a read-only archive of historic NetBeans bug reports. To report a bug in NetBeans please follow the project's instructions for reporting issues.

View | Details | Raw Unified | Return to bug 52258
Collapse All | Expand All

(-)apichanges.xml (-3 / +15 lines)
Lines 75-83 Link Here
75
    <!-- ACTUAL CHANGES BEGIN HERE: -->
75
    <!-- ACTUAL CHANGES BEGIN HERE: -->
76
76
77
    <changes>
77
    <changes>
78
78
        <change>
79
        <!-- Start here... -->
79
            <api name="general"/>
80
80
            <summary>Added open and close methods into OpenProjects class</summary>
81
            <version major="1" minor="2"/>
82
            <date day="14" month="12" year="2004"/>
83
            <author login="tzezula"/>
84
            <compatibility addition="yes"/>
85
            <description>
86
                <p>
87
                Added open and close methods into org.netbeans.api.project.ui.OpenProjects. The open method
88
		opens given projects. The close method closes the specified projects.
89
                </p>
90
            </description>
91
            <class package="org.netbeans.api.project.ui" name="OpenProjects"/>
92
        </change>
81
    </changes>
93
    </changes>
82
94
83
    <!-- Now the surrounding HTML text and document structure: -->
95
    <!-- Now the surrounding HTML text and document structure: -->

Return to bug 52258