Skip to content

Commit 3645ff1

Browse files
Wdt duplicate overrides (#1214)
* Fix for flattened folders without tokens in location * change code to not generate duplicate zip file entries for overrides * push out of wrong branch
1 parent 30313b7 commit 3645ff1

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

core/src/main/java/oracle/weblogic/deploy/util/WLSDeployArchive.java

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1883,9 +1883,6 @@ private String walkDownFolders(String zipPrefix, File zipPath) throws WLSDeployA
18831883
if (fileList != null) {
18841884
for (File item : fileList) {
18851885
newSourceName = addItemToZip(zipPrefix, item);
1886-
if (item.isDirectory()) {
1887-
walkDownFolders(zipPrefix + "/" + item.getName(), item);
1888-
}
18891886
}
18901887
}
18911888
}

0 commit comments

Comments
 (0)