1
1
/**
2
2
* @license
3
- * Copyright (c) 2021, 2023 , Oracle and/or its affiliates.
3
+ * Copyright (c) 2021, 2024 , Oracle and/or its affiliates.
4
4
* Licensed under the Universal Permissive License v 1.0 as shown at https://oss.oracle.com/licenses/upl.
5
5
*/
6
6
@@ -60,7 +60,7 @@ function getEntryTypes() {
60
60
extensions : [ 'xml' ] ,
61
61
fileLabel : i18n . t ( 'wdt-archiveType-coherenceConfig-fileLabel' ) ,
62
62
fileHelp : i18n . t ( 'wdt-archiveType-coherenceConfig-fileHelp' ) ,
63
- pathPrefix : 'wlsdeploy/coherence/'
63
+ pathPrefix : 'config/ wlsdeploy/coherence/'
64
64
} ,
65
65
'coherencePersistenceDirectory' : {
66
66
name : i18n . t ( 'wdt-archiveType-coherenceStore' ) ,
@@ -85,7 +85,7 @@ function getEntryTypes() {
85
85
fileHelp : i18n . t ( 'wdt-archiveType-custom-fileHelp' ) ,
86
86
pathLabel : i18n . t ( 'wdt-archiveType-custom-pathLabel' ) ,
87
87
pathHelp : i18n . t ( 'wdt-archiveType-custom-pathHelp' ) ,
88
- pathPrefix : 'wlsdeploy/custom/'
88
+ pathPrefix : 'config/ wlsdeploy/custom/'
89
89
} ,
90
90
'databaseWallet' : {
91
91
name : i18n . t ( 'wdt-archiveType-databaseWallet' ) ,
@@ -96,7 +96,7 @@ function getEntryTypes() {
96
96
dirHelp : i18n . t ( 'wdt-archiveType-databaseWallet-dirHelp' ) ,
97
97
fileLabel : i18n . t ( 'wdt-archiveType-databaseWallet-fileLabel' ) ,
98
98
fileHelp : i18n . t ( 'wdt-archiveType-databaseWallet-fileHelp' ) ,
99
- pathPrefix : 'wlsdeploy/dbWallets/'
99
+ pathPrefix : 'config/ wlsdeploy/dbWallets/'
100
100
} ,
101
101
'domainBin' : {
102
102
name : i18n . t ( 'wdt-archiveType-domainBin' ) ,
@@ -128,22 +128,22 @@ function getEntryTypes() {
128
128
extensions : [ 'properties' ] ,
129
129
fileLabel : i18n . t ( 'wdt-archiveType-jmsForeignServerBinding-fileLabel' ) ,
130
130
fileHelp : i18n . t ( 'wdt-archiveType-jmsForeignServerBinding-fileHelp' ) ,
131
- pathPrefix : 'wlsdeploy/jms/foreignServer/'
131
+ pathPrefix : 'config/ wlsdeploy/jms/foreignServer/'
132
132
} ,
133
133
'mimeMapping' : {
134
134
name : i18n . t ( 'wdt-archiveType-mimeMapping' ) ,
135
135
subtype : 'file' ,
136
136
extensions : [ 'properties' ] ,
137
137
fileLabel : i18n . t ( 'wdt-archiveType-mimeMapping-fileLabel' ) ,
138
138
fileHelp : i18n . t ( 'wdt-archiveType-mimeMapping-fileHelp' ) ,
139
- pathPrefix : 'wlsdeploy/config/'
139
+ pathPrefix : 'config/ wlsdeploy/config/'
140
140
} ,
141
141
'nodeManagerKeystore' : {
142
142
name : i18n . t ( 'wdt-archiveType-nodeManagerKeystore' ) ,
143
143
subtype : 'file' ,
144
144
fileLabel : i18n . t ( 'wdt-archiveType-nodeManagerKeystore-fileLabel' ) ,
145
145
fileHelp : i18n . t ( 'wdt-archiveType-nodeManagerKeystore-fileHelp' ) ,
146
- pathPrefix : 'wlsdeploy/nodeManager/'
146
+ pathPrefix : 'config/ wlsdeploy/nodeManager/'
147
147
} ,
148
148
'opssWallet' : {
149
149
name : i18n . t ( 'wdt-archiveType-opssWallet' ) ,
@@ -166,7 +166,7 @@ function getEntryTypes() {
166
166
subtype : 'file' ,
167
167
fileLabel : i18n . t ( 'wdt-archiveType-script-fileLabel' ) ,
168
168
fileHelp : i18n . t ( 'wdt-archiveType-script-fileHelp' ) ,
169
- pathPrefix : 'wlsdeploy/scripts/'
169
+ pathPrefix : 'config/ wlsdeploy/scripts/'
170
170
} ,
171
171
'serverKeystore' : {
172
172
name : i18n . t ( 'wdt-archiveType-serverKeystore' ) ,
@@ -175,7 +175,7 @@ function getEntryTypes() {
175
175
segregatedHelp : i18n . t ( 'wdt-archiveType-serverSegregationHelp' ) ,
176
176
fileLabel : i18n . t ( 'wdt-archiveType-serverKeystore-fileLabel' ) ,
177
177
fileHelp : i18n . t ( 'wdt-archiveType-serverKeystore-fileHelp' ) ,
178
- pathPrefix : 'wlsdeploy/servers/'
178
+ pathPrefix : 'config/ wlsdeploy/servers/'
179
179
} ,
180
180
'sharedLibrary' : {
181
181
name : i18n . t ( 'wdt-archiveType-sharedLibrary' ) ,
0 commit comments