This is an automated email from the ASF dual-hosted git repository.

sdedic pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/netbeans.git.


    from f78623f  [NETBEANS-5004] Replace script with native macOS executable 
(#2563)
     new f436517  Allow "Attach sources/javadoc" UIs to be branded out.
     new 572079a  Branded out source/javadoc questions in NBcode. Branded out 
in LSP tests.
     new 2db694e  Merge pull request #2694 from 
sdedic/lsp/source-attacher-branding-api

The 4922 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:
 java/java.j2seplatform/apichanges.xml              | 121 ++++++++++++++
 java/java.j2seplatform/arch.xml                    |  49 +++++-
 java/java.j2seplatform/manifest.mf                 |   2 +-
 .../java.j2seplatform/nbproject/project.properties |   1 +
 .../java/j2seplatform/api/Bundle.properties}       |  18 +-
 .../queries/SourceJavadocAttacherUtil.java         |  62 ++++---
 .../j2seplatform/AbstractJ2SEAttacherTestBase.java | 185 +++++++++++++++++++++
 .../java/j2seplatform/api/Bundle_da.properties}    |  18 +-
 .../java/j2seplatform/api/Bundle_no.properties}    |  17 +-
 .../J2SELibrarySourceJavadocAttacherTest.java      |  58 +++++++
 .../JavadocForBinaryQueryLibraryImplTest.java      |  23 +--
 .../j2seplatform/libraries/LibraryTestUtils.java   |  84 ++++++++++
 .../SourceForBinaryQueryLibraryImplTest.java       |  23 +--
 .../libraries/TestLibraryProviderImpl.java         |   2 -
 .../J2SEPlatformSourceJavadocAttacherTest.java     |  48 ++++++
 .../queries/DefaultSourceJavadocAttacherTest.java  | 137 +++++++++++++++
 .../java/j2seplatform/api/Bundle.properties}       |  18 +-
 .../java/j2seplatform/api/Bundle.properties}       |  17 +-
 18 files changed, 739 insertions(+), 144 deletions(-)
 create mode 100644 java/java.j2seplatform/apichanges.xml
 copy java/java.j2seplatform/{nbproject/project.properties => 
src/org/netbeans/modules/java/j2seplatform/api/Bundle.properties} (59%)
 create mode 100644 
java/java.j2seplatform/test/unit/src/org/netbeans/modules/java/j2seplatform/AbstractJ2SEAttacherTestBase.java
 copy java/java.j2seplatform/{nbproject/project.properties => 
test/unit/src/org/netbeans/modules/java/j2seplatform/api/Bundle_da.properties} 
(59%)
 copy java/java.j2seplatform/{nbproject/project.properties => 
test/unit/src/org/netbeans/modules/java/j2seplatform/api/Bundle_no.properties} 
(59%)
 create mode 100644 
java/java.j2seplatform/test/unit/src/org/netbeans/modules/java/j2seplatform/libraries/J2SELibrarySourceJavadocAttacherTest.java
 create mode 100644 
java/java.j2seplatform/test/unit/src/org/netbeans/modules/java/j2seplatform/libraries/LibraryTestUtils.java
 create mode 100644 
java/java.j2seplatform/test/unit/src/org/netbeans/modules/java/j2seplatform/platformdefinition/J2SEPlatformSourceJavadocAttacherTest.java
 create mode 100644 
java/java.j2seplatform/test/unit/src/org/netbeans/modules/java/j2seplatform/queries/DefaultSourceJavadocAttacherTest.java
 copy java/{java.j2seplatform/nbproject/project.properties => 
java.lsp.server/nbcode/branding/modules/org.netbeans.modules.java.j2seplatform.jar/org/netbeans/modules/java/j2seplatform/api/Bundle.properties}
 (59%)
 copy java/{java.j2seplatform/nbproject/project.properties => 
java.lsp.server/test/unit/src/org/netbeans/modules/java/j2seplatform/api/Bundle.properties}
 (59%)


---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscr...@netbeans.apache.org
For additional commands, e-mail: commits-h...@netbeans.apache.org

For further information about the NetBeans mailing lists, visit:
https://cwiki.apache.org/confluence/display/NETBEANS/Mailing+lists

Reply via email to