You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@netbeans.apache.org by jt...@apache.org on 2022/03/14 13:46:39 UTC

[netbeans] branch master updated (e57e09c -> 4e113ed)

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 e57e09c  Merge pull request #3727 from oyarzun/php-paths-workflow
     new ffa50da  Explicitly expose JPDA classes and compile with --release 8 argument
     new 880bef3  Copy out needed JVM stat classes and use --release 8 argument
     new 273e70f  Use JDK-11 for compilation on Travis jobs. Test on currently specified JDKs.
     new 4e113ed  Merge pull request #3744 from JaroslavTulach/jtulach/TravisBuildsWithJdk11

The 6746 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:
 .travis.yml                                        | 117 +++++++++++----------
 java/api.debugger.jpda/build.xml                   |  32 ++++++
 .../api.debugger.jpda/nbproject/project.properties |   4 +-
 java/debugger.jpda.truffle/build.xml               |   6 ++
 .../nbproject/project.properties                   |   3 +-
 java/debugger.jpda/build.xml                       | 107 ++++++++++++++++++-
 java/debugger.jpda/nbproject/project.properties    |   3 +-
 java/spi.debugger.jpda.ui/build.xml                |  11 ++
 .../nbproject/project.properties                   |   3 +-
 nbbuild/travis/ant.sh                              |  60 +++++++++++
 profiler/lib.profiler/build.xml                    |  14 +++
 profiler/lib.profiler/nbproject/project.properties |   5 +-
 .../org/netbeans/lib/profiler/jps/JpsProxy.java    |   7 +-
 13 files changed, 304 insertions(+), 68 deletions(-)
 create mode 100755 nbbuild/travis/ant.sh

---------------------------------------------------------------------
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