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

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


    from 6cc84c83359 Merge pull request #7733 from 
lahodaj/multi-source-launcher-classpath-for-registered-roots
     add d7b785ff1b1 Adding k8s deploy action to cloud assets
     new 7ecc1db9107 Merge pull request #7826 from 
jhorvath/cloud-assets-k8s-deploy

The 1 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:
 enterprise/cloud.oracle/nbproject/project.xml      |  18 ++
 .../cloud/oracle/assets/RunInClusterAction.java    | 288 +++++++++++++++++++++
 .../modules/cloud/oracle/compute/ClusterItem.java  |  34 +++
 .../modules/cloud/oracle/compute/ClusterNode.java  |   5 +-
 enterprise/libs.fabric8/build.xml                  |  24 ++
 enterprise/libs.fabric8/external/binaries-list     |  45 ++++
 .../external/fabric8-2.17.2-license.txt}           |   2 +-
 enterprise/libs.fabric8/manifest.mf                |   5 +
 .../libs.fabric8/nbproject/project.properties      |  52 ++++
 enterprise/libs.fabric8/nbproject/project.xml      | 253 ++++++++++++++++++
 .../org/netbeans/libs/fabric8/Bundle.properties}   |  12 +-
 enterprise/libs.jackson/external/binaries-list     |   1 +
 .../external/jackson-2.17.2-license.txt            |   2 +-
 enterprise/libs.jackson/manifest.mf                |   3 +-
 .../libs.jackson/nbproject/project.properties      |   1 +
 enterprise/libs.jackson/nbproject/project.xml      |  13 +
 .../integration/LspAssetsDecorationProvider.java   |   7 +
 .../netbeans/modules/nbcode/integration/layer.xml  |   1 +
 java/java.lsp.server/vscode/package.json           |  28 +-
 nbbuild/cluster.properties                         |   3 +-
 20 files changed, 779 insertions(+), 18 deletions(-)
 create mode 100644 
enterprise/cloud.oracle/src/org/netbeans/modules/cloud/oracle/assets/RunInClusterAction.java
 create mode 100644 enterprise/libs.fabric8/build.xml
 create mode 100644 enterprise/libs.fabric8/external/binaries-list
 copy enterprise/{libs.jackson/external/jackson-2.17.2-license.txt => 
libs.fabric8/external/fabric8-2.17.2-license.txt} (92%)
 create mode 100644 enterprise/libs.fabric8/manifest.mf
 create mode 100644 enterprise/libs.fabric8/nbproject/project.properties
 create mode 100644 enterprise/libs.fabric8/nbproject/project.xml
 copy enterprise/{libs.jackson/external/binaries-list => 
libs.fabric8/src/org/netbeans/libs/fabric8/Bundle.properties} (57%)


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

Reply via email to