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

hansva pushed a change to branch main
in repository https://gitbox.apache.org/repos/asf/hop.git


    from ab33f75780 Merge pull request #5036 from hansva/updates
     add 933b8f9516 Redesigned user interface for ActionFilesExist #5032 + 
clean XML
     new 9884808f00 Merge pull request #5034 from nadment/5032

The 1 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.


Summary of changes:
 .../actions/filesexist/ActionFilesExist.java       | 147 ++++----------
 .../actions/filesexist/ActionFilesExistDialog.java | 212 ++++-----------------
 .../hop/workflow/actions/filesexist}/FileItem.java |   7 +-
 .../filesexist/messages/messages_de_DE.properties  |  15 +-
 .../filesexist/messages/messages_en_US.properties  |  16 +-
 .../filesexist/messages/messages_es_AR.properties  |  13 --
 .../filesexist/messages/messages_es_ES.properties  |  15 +-
 .../filesexist/messages/messages_fr_FR.properties  |  20 +-
 .../filesexist/messages/messages_it_IT.properties  |  13 --
 .../filesexist/messages/messages_ja_JP.properties  |  12 --
 .../filesexist/messages/messages_ko_KR.properties  |  13 +-
 .../filesexist/messages/messages_pt_BR.properties  |  15 +-
 .../filesexist/messages/messages_zh_CN.properties  |  15 +-
 .../WorkflowActionFilesExistLoadSaveTest.java      |  39 ----
 .../filesexist/WorkflowActionFilesExistTest.java   |  66 ++++---
 .../src/test/resources/files-exist-action.xml}     |  13 +-
 16 files changed, 131 insertions(+), 500 deletions(-)
 copy 
plugins/actions/{deletefolders/src/main/java/org/apache/hop/workflow/actions/deletefolders
 => 
filesexist/src/main/java/org/apache/hop/workflow/actions/filesexist}/FileItem.java
 (92%)
 delete mode 100644 
plugins/actions/filesexist/src/test/java/org/apache/hop/workflow/actions/filesexist/WorkflowActionFilesExistLoadSaveTest.java
 copy 
plugins/actions/{deletefolders/src/test/resources/delete-folders-action.xml => 
filesexist/src/test/resources/files-exist-action.xml} (80%)

Reply via email to