You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@netbeans.apache.org by lk...@apache.org on 2020/07/14 07:06:52 UTC

[netbeans] branch master updated (f366fe0 -> ce8c152)

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

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


    from f366fe0  Merge pull request #2086 from apache/apisupport-ant-tests
     new 13bac58  [NETBEANS-4278][NETBEANS-4279] Add support for Generated sources and annotation processor path
     new bb6dfb7  Updated the implementation to gradle restructure
     new d173e1e  Gret the AP and Generated source work polished.
     new ce8c152  Merge pull request #2233 from lkishalmi/NETBEANS-4278-4279

The 4147 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:
 .../gradle/tooling/NbProjectInfoBuilder.groovy     | 60 +++++++++++++++------
 .../modules/gradle/GradleProjectCache.java         |  4 +-
 .../netbeans/modules/gradle/ProjectTrustTest.java  |  0
 java/gradle.java/apichanges.xml                    | 15 ++++++
 java/gradle.java/manifest.mf                       |  2 +-
 .../gradle/java/SourceGroupResourceWatchList.java  |  1 -
 .../gradle/java/api/GradleJavaProjectBuilder.java  |  3 ++
 .../gradle/java/api/GradleJavaSourceSet.java       | 53 ++++++++++++++++--
 ...hImpl.java => AnnotationProcessorPathImpl.java} | 18 +++----
 .../java/classpath/ClassPathProviderImpl.java      | 23 +++++++-
 .../java/classpath/CompileClassPathImpl.java       |  4 +-
 .../gradle/java/classpath/GradleSourcesImpl.java   | 20 +++++--
 .../java/classpath/RuntimeClassPathImpl.java       |  2 +-
 .../gradle/java/customizer/Bundle.properties       |  1 +
 .../gradle/java/customizer/SourceSetPanel.form     | 23 ++++++++
 .../gradle/java/customizer/SourceSetPanel.java     | 14 +++++
 .../gradle/java/nodes/SourcesNodeFactory.java      | 13 +++--
 .../GradleAnnotationProcessorQueryImpl.java        | 63 ++++++++++++++++++++--
 18 files changed, 264 insertions(+), 55 deletions(-)
 rename {groovy => extide}/gradle/test/unit/src/org/netbeans/modules/gradle/ProjectTrustTest.java (100%)
 copy java/gradle.java/src/org/netbeans/modules/gradle/java/classpath/{SourceClassPathImpl.java => AnnotationProcessorPathImpl.java} (75%)


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

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