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/06/13 17:41:38 UTC

[netbeans] branch master updated (1102d73 -> d121173)

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 1102d73  Merge pull request #2173 from KacerCZ/netbeans-2623-composer-actions
     new 4142b0c  Registering Graal.js as a Java library
     new aa0cf42  Allow selection of execution via Graal.js or Nashorn
     new 1014e73  run, debug actions shall be enabled even JavaC isn't present
     new e6c864f  Merge remote-tracking branch 'origin/master' into NashornGotRemovedIn15
     new ee12427a Each library must have a display name
     new cf5196c  Removing debug message
     new 957b12f  Use javaPlatform boot classpath when searching for nashorn launcher
     new d121173  Merge pull request #2106 from JaroslavTulach/NashornGotRemovedIn15

The 4024 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:
 ide/libs.graalsdk/external/binaries-list           |   1 +
 .../external/graal-sdk-19.3.0-license.txt          |   2 +-
 ide/libs.graalsdk/nbproject/project.properties     |   1 +
 ide/libs.graalsdk/nbproject/project.xml            |   4 +
 .../modules/java/source/ant/ProjectRunnerImpl.java |   3 +-
 java/nashorn.execution/nbproject/project.xml       |  57 ++++++++--
 .../modules/nashorn/execution/Bundle.properties    |   8 +-
 .../modules/nashorn/execution/JSExecutor.java      |  61 +++++++++--
 .../modules/nashorn/execution/NashornPlatform.java |  62 ++++++++---
 .../nashorn/execution/actions/ExecJSAction.java    |  10 +-
 .../nashorn/execution/options/Bundle.properties    |   7 +-
 .../JavaScriptNashornOptionsPanelController.java   |   2 +-
 .../execution/options/JavaScriptNashornPanel.form  |  44 ++++++--
 .../execution/options/JavaScriptNashornPanel.java  | 121 +++++++++++++++++----
 .../options/NashornPlatformComboBoxModel.java      |   4 +-
 .../nashorn/execution/options/Settings.java        |   1 +
 .../modules/nashorn/execution/JSExecutorTest.java  |  59 ++++++++++
 nbbuild/travis/scripting.sh                        |   1 +
 webcommon/libs.graaljs/external/binaries-list      |   1 +
 .../libs.graaljs/external/js-19.3.0-license.txt    |   2 +-
 webcommon/libs.graaljs/manifest.mf                 |   1 +
 .../libs.graaljs/nbproject/project.properties      |   1 +
 webcommon/libs.graaljs/nbproject/project.xml       |   4 +
 .../org/netbeans/libs/graaljs/Bundle.properties    |   1 +
 .../src/org/netbeans/libs/graaljs/graaljs.xml      |  53 +++++++++
 .../src/org/netbeans/libs/graaljs/layer.xml        |  31 ++++++
 26 files changed, 461 insertions(+), 81 deletions(-)
 create mode 100644 java/nashorn.execution/test/unit/src/org/netbeans/modules/nashorn/execution/JSExecutorTest.java
 create mode 100644 webcommon/libs.graaljs/src/org/netbeans/libs/graaljs/graaljs.xml
 create mode 100644 webcommon/libs.graaljs/src/org/netbeans/libs/graaljs/layer.xml


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