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 2021/03/01 10:41:32 UTC

[netbeans] branch master updated (78070a8 -> 1b8a454)

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 78070a8  Merge pull request #2782 from MartinBalin/vscode/build_md_update
     new 5efb6e7  Register JDKPlatformProvider when creating javac in ant's ClassLoader.
     new 71b0379  Adding test.
     new 1b8a454  Merge pull request #2784 from jlahoda/ant-jdkplatform-registration

The 5051 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:
 .../apache/tools/ant/module/bridge/AntBridge.java  | 28 +++++++++++
 .../test/unit/data/compile/Test.java               | 19 ++++++++
 .../test/unit/data/compile/build.xml               | 27 +++++++++++
 .../tools/ant/module/bridge/AntBridgeTest.java     | 54 ++++++++++++++++++++++
 4 files changed, 128 insertions(+)
 create mode 100644 extide/o.apache.tools.ant.module/test/unit/data/compile/Test.java
 create mode 100644 extide/o.apache.tools.ant.module/test/unit/data/compile/build.xml
 create mode 100644 extide/o.apache.tools.ant.module/test/unit/src/org/apache/tools/ant/module/bridge/AntBridgeTest.java


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