Skip to content

Commit

Permalink
8259927: Windows jpackage installer issues
Browse files Browse the repository at this point in the history
Reviewed-by: asemenyuk, almatvee, kizune
  • Loading branch information
Andy Herrick committed Feb 4, 2021
1 parent e93e1e1 commit bdcbfa1
Showing 1 changed file with 0 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -551,9 +551,6 @@ private List<String> addRootBranch(XMLStreamWriter xml, Path path)
}

List<String> componentIds = new ArrayList<>();
while (!SYSTEM_DIRS.contains(path = path.getParent())) {
componentIds.add(addRemoveDirectoryComponent(xml, path));
}

return componentIds;
}
Expand Down

0 comments on commit bdcbfa1

Please sign in to comment.