This is an automated email from the ASF dual-hosted git repository.

dschneider pushed a change to branch develop
in repository https://gitbox.apache.org/repos/asf/geode.git.


    from 81da5bf  GEODE-6804: add tab completion for deploy --jar= and --dir= 
(#3860)
     add 1ea9bb4  Revert "GEODE-6804: add tab completion for deploy --jar= and 
--dir= (#3860)"

No new revisions were added by this update.

Summary of changes:
 .../internal/cli/GfshParserConverterTest.java      |  24 ----
 .../apache/geode/management/cli/ConverterHint.java |   3 +-
 .../internal/cli/commands/DeployCommand.java       |   5 +-
 .../cli/converters/FilePathStringConverter.java    |  16 +--
 .../cli/converters/JarDirPathConverter.java        |  89 ------------
 .../cli/converters/JarFilesPathConverter.java      |  74 ----------
 .../cli/converters/JarDirPathConverterTest.java    | 131 ------------------
 .../cli/converters/JarFilesPathConverterTest.java  | 150 ---------------------
 8 files changed, 8 insertions(+), 484 deletions(-)
 delete mode 100644 
geode-core/src/main/java/org/apache/geode/management/internal/cli/converters/JarDirPathConverter.java
 delete mode 100644 
geode-core/src/main/java/org/apache/geode/management/internal/cli/converters/JarFilesPathConverter.java
 delete mode 100644 
geode-core/src/test/java/org/apache/geode/management/internal/cli/converters/JarDirPathConverterTest.java
 delete mode 100644 
geode-core/src/test/java/org/apache/geode/management/internal/cli/converters/JarFilesPathConverterTest.java

Reply via email to