Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[ice-build] [eclipse/ice] 2a4a10: Added recursion limit to RemoteFileBrowser

  Branch: refs/heads/Robert/commands
  Home:   https://github.com/eclipse/ice
  Commit: 2a4a103ac711d29e2542ad382484b55ca6c4f433
      https://github.com/eclipse/ice/commit/2a4a103ac711d29e2542ad382484b55ca6c4f433
  Author: Robert Smith <smithrw@xxxxxxxx>
  Date:   2022-10-04 (Tue, 04 Oct 2022)

  Changed paths:
    M org.eclipse.ice.commands/src/main/java/org/eclipse/ice/commands/RemoteFileBrowser.java

  Log Message:
  -----------
  Added recursion limit to RemoteFileBrowser

The RemoteFileBrowser now has an optional argument to limit how many
levels of sub-directories it will search for files.

Signed-off-by: Robert Smith <smithrw@xxxxxxxx>




Back to the top