This is an automated email from the ASF dual-hosted git repository.
skygo pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/netbeans.git
from 7302357cc78 Merge pull request #8279 from paulk-asert/patch-1
add d0934d46e66 javadoctool infra changes
add a5a18b949e9 apply modules apidoc to codebase
new e031a38f9ac Merge pull request #8263 from ebarboni/apidocjdkjson
The 1 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails. The revisions
listed as "add" were already present in the repository and have only
been added to this reference.
Summary of changes:
apisupport/apisupport.project/arch.xml | 8 +-
ergonomics/ide.ergonomics/arch.xml | 16 +--
.../org/netbeans/api/java/classpath/package.html | 8 +-
ide/api.xml/arch.xml | 2 +-
ide/editor.completion/arch.xml | 2 +-
ide/editor.guards/arch.xml | 2 +-
.../src/org/netbeans/api/editor/caret/package.html | 10 +-
.../src/org/netbeans/spi/editor/caret/package.html | 8 +-
.../netbeans/spi/editor/highlighting/package.html | 6 +-
ide/lexer/arch.xml | 10 +-
ide/libs.git/arch.xml | 2 +-
ide/libs.graalsdk.system/apichanges.xml | 2 +-
ide/libs.graalsdk.system/arch.xml | 6 +-
ide/libs.graalsdk/apichanges.xml | 2 +-
ide/libs.graalsdk/arch.xml | 6 +-
ide/parsing.api/arch.xml | 2 +-
ide/parsing.indexing/arch.xml | 2 +-
ide/projectui/arch.xml | 6 +-
ide/projectuiapi.base/arch.xml | 2 +-
ide/projectuiapi/arch.xml | 2 +-
nbbuild/javadoctools/build.xml | 3 +-
nbbuild/javadoctools/disallowed-links.xml | 2 +
.../javadoctools/jdk-module/java.base/package-list | 17 +++
.../jdk-module/java.compiler/package-list | 6 +
.../jdk-module/java.datatransfer/package-list | 1 +
.../jdk-module/java.desktop/package-list | 26 ++++
.../jdk-module/java.instrument/package-list | 1 +
.../jdk-module/java.logging/package-list | 1 +
.../jdk-module/java.naming/package-list | 5 +
.../jdk-module/java.prefs/package-list | 1 +
.../jdk-module/java.scripting/package-list | 1 +
.../javadoctools/jdk-module/java.sql/package-list | 1 +
.../javadoctools/jdk-module/java.xml/package-list | 5 +
.../jdk-module/unreferenced/package-list | 144 +++++++++++++++++++++
nbbuild/javadoctools/links.xml | 9 +-
nbbuild/javadoctools/links11.xml | 44 +++++++
.../javadoctools/links8.xml | 44 ++-----
.../javadoctools/replacesjdk.xml | 41 ++----
nbbuild/javadoctools/template.xml | 63 +++++----
platform/api.scripting/apichanges.xml | 4 +-
platform/api.scripting/arch.xml | 6 +-
.../netbeans/api/autoupdate/InstallSupport.java | 10 +-
platform/core.network/arch.xml | 4 +-
platform/editor.mimelookup/arch.xml | 4 +-
.../org/netbeans/api/javahelp/doc-files/api.html | 4 +-
platform/masterfs/apichanges.xml | 4 +-
platform/o.n.bootstrap/arch.xml | 4 +-
platform/openide.actions/arch.xml | 4 +-
.../src/org/openide/actions/doc-files/api.html | 8 +-
.../actions/doc-files/toolbarsAdvanced.html | 6 +-
platform/openide.awt/arch.xml | 10 +-
.../src/org/openide/execution/doc-files/api.html | 8 +-
.../src/org/openide/explorer/doc-files/api.html | 4 +-
.../explorer/doc-files/customExplorerViews.html | 4 +-
.../doc-files/propertyViewCustomization.html | 42 +++---
platform/openide.filesystems/apichanges.xml | 12 +-
platform/openide.filesystems/arch.xml | 4 +-
.../src/org/openide/filesystems/FileObject.java | 4 +-
platform/openide.loaders/apichanges.xml | 2 +-
platform/openide.loaders/arch.xml | 10 +-
.../src/org/openide/loaders/doc-files/api.html | 2 +-
.../src/org/openide/modules/doc-files/api.html | 4 +-
.../org/openide/modules/doc-files/classpath.html | 2 +-
.../src/org/openide/nodes/doc-files/api.html | 12 +-
.../src/org/openide/options/doc-files/api.html | 6 +-
platform/openide.text/arch.xml | 8 +-
.../src/org/openide/text/doc-files/api.html | 82 ++++++------
platform/openide.util.lookup/apichanges.xml | 12 +-
platform/openide.util.lookup/arch.xml | 4 +-
platform/openide.util.ui/apichanges.xml | 16 +--
platform/openide.util.ui/arch.xml | 12 +-
.../src/org/openide/util/datatransfer/package.html | 2 +-
.../src/org/openide/util/doc-files/api.html | 4 +-
.../src/org/openide/util/doc-files/logging.html | 40 +++---
.../org/openide/util/doc-files/preferences.html | 2 +-
.../src/org/openide/util/base/doc-files/api.html | 4 +-
.../org/openide/util/base/doc-files/logging.html | 40 +++---
.../src/org/openide/util/doc-files/api.html | 4 +-
.../src/org/openide/util/doc-files/logging.html | 40 +++---
.../org/openide/util/doc-files/preferences.html | 2 +-
platform/openide.windows/arch.xml | 10 +-
.../src/org/openide/windows/doc-files/api.html | 10 +-
platform/sendopts/arch.xml | 2 +-
platform/uihandler/arch.xml | 20 +--
84 files changed, 625 insertions(+), 392 deletions(-)
create mode 100644 nbbuild/javadoctools/jdk-module/java.base/package-list
create mode 100644 nbbuild/javadoctools/jdk-module/java.compiler/package-list
create mode 100644
nbbuild/javadoctools/jdk-module/java.datatransfer/package-list
create mode 100644 nbbuild/javadoctools/jdk-module/java.desktop/package-list
create mode 100644 nbbuild/javadoctools/jdk-module/java.instrument/package-list
create mode 100644 nbbuild/javadoctools/jdk-module/java.logging/package-list
create mode 100644 nbbuild/javadoctools/jdk-module/java.naming/package-list
create mode 100644 nbbuild/javadoctools/jdk-module/java.prefs/package-list
create mode 100644 nbbuild/javadoctools/jdk-module/java.scripting/package-list
create mode 100644 nbbuild/javadoctools/jdk-module/java.sql/package-list
create mode 100644 nbbuild/javadoctools/jdk-module/java.xml/package-list
create mode 100644 nbbuild/javadoctools/jdk-module/unreferenced/package-list
create mode 100644 nbbuild/javadoctools/links11.xml
copy platform/openide.util.ui/src/org/openide/util/datatransfer/package.html
=> nbbuild/javadoctools/links8.xml (53%)
copy platform/openide.util.ui/src/org/openide/util/datatransfer/package.html
=> nbbuild/javadoctools/replacesjdk.xml (56%)
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]
For further information about the NetBeans mailing lists, visit:
https://cwiki.apache.org/confluence/display/NETBEANS/Mailing+lists