This is an automated email from the ASF dual-hosted git repository.
jhorvath pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/netbeans.git
The following commit(s) were added to refs/heads/master by this push:
new 7ac6511710 register Database node under 'Cloud/Oracle/Databases' to
match registration of corresponding actions (DownloadWalletAction and
OpenServiceConsoleAction) (#5698)
7ac6511710 is described below
commit 7ac6511710c25fe048a9254512f9b1e6c43d7e7a
Author: Tomas Hurka <[email protected]>
AuthorDate: Thu Mar 23 10:38:30 2023 +0100
register Database node under 'Cloud/Oracle/Databases' to match registration
of corresponding actions (DownloadWalletAction and OpenServiceConsoleAction)
(#5698)
---
.../src/org/netbeans/modules/cloud/oracle/database/DatabaseNode.java | 2 +-
.../src/org/netbeans/modules/cloud/oracle/resources/layer.xml | 2 +-
2 files changed, 2 insertions(+), 2 deletions(-)
diff --git
a/enterprise/cloud.oracle/src/org/netbeans/modules/cloud/oracle/database/DatabaseNode.java
b/enterprise/cloud.oracle/src/org/netbeans/modules/cloud/oracle/database/DatabaseNode.java
index 65ca231bde..01f2ca6ce2 100644
---
a/enterprise/cloud.oracle/src/org/netbeans/modules/cloud/oracle/database/DatabaseNode.java
+++
b/enterprise/cloud.oracle/src/org/netbeans/modules/cloud/oracle/database/DatabaseNode.java
@@ -79,7 +79,7 @@ public class DatabaseNode extends OCINode {
.map(d -> {
List<DatabaseConnectionStringProfile> profiles =
d.getConnectionStrings().getProfiles();
DatabaseItem item = new DatabaseItem(
- OCID.of(d.getId(), "Database"), //NOI18N
+ OCID.of(d.getId(), "Databases"), //NOI18N
d.getDbName(),
d.getServiceConsoleUrl(),
getConnectionName(profiles));
diff --git
a/enterprise/cloud.oracle/src/org/netbeans/modules/cloud/oracle/resources/layer.xml
b/enterprise/cloud.oracle/src/org/netbeans/modules/cloud/oracle/resources/layer.xml
index 9458a084c2..03c6ebc786 100644
---
a/enterprise/cloud.oracle/src/org/netbeans/modules/cloud/oracle/resources/layer.xml
+++
b/enterprise/cloud.oracle/src/org/netbeans/modules/cloud/oracle/resources/layer.xml
@@ -154,7 +154,7 @@
</file>
</folder>
</folder>
- <folder name="Database">
+ <folder name="Databases">
<folder name="Nodes">
<file
name="org-netbeans-modules-cloud-oracle-database-DatabaseNode-createNode.instance">
<!--org.netbeans.modules.cloud.oracle.database.DatabaseNode.createNode()-->
---------------------------------------------------------------------
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