This is an automated email from the ASF dual-hosted git repository.
jtulach pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/netbeans.git.
from 5a9d7f2 Merge pull request #2261 from sdedic/bugfix/graalsdk
new 6b9e881 Speeding up the build by expressing module dependencies in
ant targets more carefully.
new f9587ea Fixing build.
new 4efffcd Correcting locations.
new ca059af Modules in the nb cluster cannot depend on modules in java
cluster - moving ko4j.debugging to the java cluster.
new 7d428bd Moving Gradle back to extide, as its dependency on
java.platform has been removed in master.
new bf038b6 Merge branch 'master' into fix-build-dependencies-for-speedup
new f9a050d Correcting module names.
new d4a084f Merge pull request #2252 from
jlahoda/fix-build-dependencies-for-speedup
The 4203 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:
{nb => java}/ko4j.debugging/build.xml | 2 +-
{nb => java}/ko4j.debugging/manifest.mf | 0
.../ko4j.debugging/nbproject/project.properties | 0
{nb => java}/ko4j.debugging/nbproject/project.xml | 0
.../modules/ko4j/debugging/Bundle.properties | 0
.../ko4j/debugging/MessageDispatcherImpl.java | 0
.../netbeans/modules/ko4j/debugging/Server.java | 0
.../netbeans/modules/ko4j/debugging/Transport.java | 0
.../modules/ko4j/debugging/TurnInspectOn.java | 0
.../netbeans/nbbuild/InsertModuleAllTargets.java | 37 ++++++++++++++--------
nbbuild/cluster.properties | 3 +-
11 files changed, 26 insertions(+), 16 deletions(-)
rename {nb => java}/ko4j.debugging/build.xml (94%)
rename {nb => java}/ko4j.debugging/manifest.mf (100%)
rename {nb => java}/ko4j.debugging/nbproject/project.properties (100%)
rename {nb => java}/ko4j.debugging/nbproject/project.xml (100%)
rename {nb =>
java}/ko4j.debugging/src/org/netbeans/modules/ko4j/debugging/Bundle.properties
(100%)
rename {nb =>
java}/ko4j.debugging/src/org/netbeans/modules/ko4j/debugging/MessageDispatcherImpl.java
(100%)
rename {nb =>
java}/ko4j.debugging/src/org/netbeans/modules/ko4j/debugging/Server.java (100%)
rename {nb =>
java}/ko4j.debugging/src/org/netbeans/modules/ko4j/debugging/Transport.java
(100%)
rename {nb =>
java}/ko4j.debugging/src/org/netbeans/modules/ko4j/debugging/TurnInspectOn.java
(100%)
---------------------------------------------------------------------
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