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 51422
Collapse All | Expand All

(-)nbbuild/build.properties (-17 / +1 lines)
Lines 332-339 Link Here
332
        openide/loaders, \
332
        openide/loaders, \
333
        openide/io, \
333
        openide/io, \
334
        openide/execution, \
334
        openide/execution, \
335
	openidex, \
336
        ant, \
337
        core/javahelp, \
335
        core/javahelp, \
338
        core/settings, \
336
        core/settings, \
339
        core/multiview, \
337
        core/multiview, \
Lines 348-375 Link Here
348
        debuggercore, \
346
        debuggercore, \
349
        debuggerjpda/api, \
347
        debuggerjpda/api, \
350
        ant/project, \
348
        ant/project, \
351
        j2eeserver, \
352
        java/api, \
349
        java/api, \
353
        java/javacore, \
350
        java/javacore, \
354
        java/javamodel, \
351
        java/javamodel, \
355
        java/platform, \
352
        java/platform, \
356
        java/project, \
353
        java/project, \
357
        lexer, \
358
        vcscore, \
354
        vcscore, \
359
        xml/api, \
360
        web/ddapi
355
        web/ddapi
361
config.modules.javadoc=jellytools, \
356
config.modules.javadoc=mdr/mdrapi
362
        openide/registry, \
363
        core/registry, \
364
        openide/convertor, \
365
        openide/masterfs, \
366
        openide/looks, \
367
        core/term, \
368
        core/swing/tabcontrol, \
369
        core/swing/plaf, \
370
        autoupdate, \
371
        mdr/mdrapi, \
372
        jemmy/idemodule
373
357
374
# configuration for signature test builds
358
# configuration for signature test builds
375
config.fixedmodules.sigtest=${config.fixedmodules.stable}
359
config.fixedmodules.sigtest=${config.fixedmodules.stable}
(-)nbbuild/javadoctools/export2html.xsl (-6 / +8 lines)
Lines 44-51 Link Here
44
            </xsl:if>
44
            </xsl:if>
45
        </center>
45
        </center>
46
46
47
        This document provides a list of <em>NetBeans APIs</em> with a short description
47
        This document provides a list of <em>NetBeans APIs</em> released for 
48
        of what they are used for, and a table describing different types of interfaces
48
        NetBeans 4.0. Each API comes with a short description
49
        of what it can be used for, and a table describing different types of interfaces
49
        (see <a href="http://openide.netbeans.org/tutorial/api-design.html#api">What is
50
        (see <a href="http://openide.netbeans.org/tutorial/api-design.html#api">What is
50
        an API?</a> to understand why we list DTDs, file formats, etc.) and with
51
        an API?</a> to understand why we list DTDs, file formats, etc.) and with
51
        a stability category (see <a
52
        a stability category (see <a
Lines 56-61 Link Here
56
        external interfaces as possible and give other developers a chance to decide
57
        external interfaces as possible and give other developers a chance to decide
57
        whether they want to depend on a particular API or not.
58
        whether they want to depend on a particular API or not.
58
        <p/>
59
        <p/>
60
        The goal was to list only APIs that are stable or close to stable state
61
        (under development) in NetBeans 4.0. If you are looking for a list of
62
        all APIs NetBeans provides, look at the documentation of the 
63
        <a href="http://www.netbeans.org/download/dev/javadoc">development version</a>.
64
        <p/>
59
        Some of these APIs are part of the 
65
        Some of these APIs are part of the 
60
        <a href="http://www.netbeans.org/products/platform/index.html">NetBeans Platform</a>
66
        <a href="http://www.netbeans.org/products/platform/index.html">NetBeans Platform</a>
61
        (for example lookup,
67
        (for example lookup,
Lines 67-76 Link Here
67
        (usually via autoupdate). Basically when building an application based on
73
        (usually via autoupdate). Basically when building an application based on
68
        <em>NetBeans</em> one is free to choose the set of modules and their APIs 
74
        <em>NetBeans</em> one is free to choose the set of modules and their APIs 
69
        to satisfy one's needs.
75
        to satisfy one's needs.
70
        <p/>
71
        To get the API of your module listed here, see the documentation for the 
72
        Javadoc building
73
        <a href="http://openide.netbeans.org/tutorial/api.html">infrastructure</a>.
74
        
76
        
75
        <h4>Additional Sources of Information</h4>
77
        <h4>Additional Sources of Information</h4>
76
        
78
        
(-)core/arch/arch-core-multiview.xml (-1 / +1 lines)
Lines 30-36 Link Here
30
<answer id="arch-overall">
30
<answer id="arch-overall">
31
Design is discussed in <a href="http://core.netbeans.org/windowsystem/MultiViewTopComponents.html">separate design document</a>,
31
Design is discussed in <a href="http://core.netbeans.org/windowsystem/MultiViewTopComponents.html">separate design document</a>,
32
accompanied by simple diagram.
32
accompanied by simple diagram.
33
        <api name="MultiView" group="java" type="export" category="devel" url="http://www.netbeans.org/download/dev/javadoc/MultiViewAPI/index.html"/>
33
        <api name="MultiView" group="java" type="export" category="official" url="http://www.netbeans.org/download/dev/javadoc/MultiViewAPI/index.html"/>
34
34
35
</answer>
35
</answer>
36
36

Return to bug 51422