Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Change ide/core.ide arch-what response #2414

Merged
merged 1 commit into from Oct 4, 2020
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
15 changes: 6 additions & 9 deletions ide/core.ide/arch.xml
Expand Up @@ -48,9 +48,11 @@
</question>
-->
<answer id="arch-overall">
<p>
This module contains various generic IDE-like extensions.
</p>
Right now the <api name="core.ide" category="stable" group="java" type="export"> provides handy
<a href="@TOP@/org/netbeans/api/core/ide/ServicesTabNodeRegistration.html">
ServicesTabNodeRegistration</a>
accompanied with few UI elements.
</api>
</answer>


Expand Down Expand Up @@ -133,12 +135,7 @@
</question>
-->
<answer id="arch-what">
<api name="core.ide" category="stable" group="java" type="export">
Right now this module provides handy
<a href="@TOP@/org/netbeans/api/core/ide/ServicesTabNodeRegistration.html">
ServicesTabNodeRegistration</a>
accompanied with few UI elements.
</api>
This module contains various generic IDE-like extensions.
</answer>


Expand Down
2 changes: 1 addition & 1 deletion ide/core.ide/nbproject/project.properties
Expand Up @@ -22,7 +22,7 @@ extra.module.files=\
netbeans.css,\
shortcuts.pdf
javac.compilerargs=-Xlint -Xlint:-serial
javac.source=1.6
javac.source=1.8

javadoc.arch=${basedir}/arch.xml
javadoc.apichanges=${basedir}/apichanges.xml
Expand Down