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

(-)autoupdate/arch/arch-autoupdate.xml (-4 / +2 lines)
Lines 369-378 Link Here
369
        </question>
369
        </question>
370
-->
370
-->
371
<answer id="deploy-packages">
371
<answer id="deploy-packages">
372
The module has no official public API. However it does NOT delare this explicitly
372
The module has no official public API. The separation of the official API/SPI 
373
in the manifest using: "OpenIDE-Module-Public-Packages: -". The api is currently
373
should be consider. 
374
used by the S1S autoupdate module. The separation of the official API/SPI 
375
should be done for 4.0. 
376
<api name="autoupdate-dtd" type="export" group="dtd" category="stable" url="@org-netbeans-modules-autoupdate@/nbm/catalog34.dtd"/>
374
<api name="autoupdate-dtd" type="export" group="dtd" category="stable" url="@org-netbeans-modules-autoupdate@/nbm/catalog34.dtd"/>
377
<api name="info-dtd" type="export" category="stable" group="dtd" url="@org-netbeans-modules-autoupdate@/nbm/info34.dtd"/>
375
<api name="info-dtd" type="export" category="stable" group="dtd" url="@org-netbeans-modules-autoupdate@/nbm/info34.dtd"/>
378
376
(-)autoupdate/nbproject/project.xml (-2 / +3 lines)
Lines 140-148 Link Here
140
                    </run-dependency>
140
                    </run-dependency>
141
                </dependency>
141
                </dependency>
142
            </module-dependencies>
142
            </module-dependencies>
143
            <public-packages>
143
            <friend-packages>
144
                <friend>org.netbeans.modules.options.editor</friend>
144
                <package>org.netbeans.modules.autoupdate</package>
145
                <package>org.netbeans.modules.autoupdate</package>
145
            </public-packages>
146
            </friend-packages>
146
            <extra-compilation-unit>
147
            <extra-compilation-unit>
147
                <package-root>libsrc</package-root>
148
                <package-root>libsrc</package-root>
148
                <classpath/>
149
                <classpath/>

Return to bug 31062