You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@uima.apache.org by pk...@apache.org on 2021/03/16 16:43:22 UTC

[uima-ruta] branch UIMA-6338-Inconsistency-Interpreter-vs-Guide-on-VOTE updated (1ee0c7c -> 720e80b)

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

pkluegl pushed a change to branch UIMA-6338-Inconsistency-Interpreter-vs-Guide-on-VOTE
in repository https://gitbox.apache.org/repos/asf/uima-ruta.git.


    from 1ee0c7c  UIMA-6338: Ruta: Inconsistency Interpreter vs. Guide on VOTE
     add 3d5a7fd  UIMA-6332: Ruta: change seeders param default to TextSeeder
     add 0090921  Merge pull request #32 from apache/UIMA-6332-Ruta-change-seeders-param-default-to-TextSeeder-Part2
     add 26f1daa  no jira -  adapt test
     add bbf49d4  no jira - update version to upcoming release
     add 720e80b  Merge branch 'main-v2' into UIMA-6338-Inconsistency-Interpreter-vs-Guide-on-VOTE

No new revisions were added by this update.

Summary of changes:
 .../ruta-ep-example-extensions/pom.xml             |  2 +-
 example-projects/ruta-maven-example/pom.xml        |  2 +-
 pom.xml                                            |  2 +-
 ruta-basic-type/pom.xml                            |  2 +-
 ruta-core-ext/pom.xml                              |  2 +-
 .../uima/ruta/action/MarkTableReloadTest.java      |  2 +
 ruta-core/pom.xml                                  |  2 +-
 .../org/apache/uima/ruta/engine/RutaTestUtils.java | 15 +++++++
 .../org/apache/uima/ruta/engine/BasicEngine.xml    |  2 +-
 .../org/apache/uima/ruta/WSDictionaryTest.java     |  8 +++-
 .../apache/uima/ruta/action/AddFilterTypeTest.java | 10 ++---
 .../apache/uima/ruta/action/AddRetainTypeTest.java |  4 +-
 .../apache/uima/ruta/action/FilterTypeTest.java    | 10 ++---
 .../org/apache/uima/ruta/action/MarkTableTest.java | 40 +++++++++---------
 .../uima/ruta/action/RemoveFilterTypeTest.java     |  4 +-
 .../uima/ruta/action/RemoveRetainTypeTest.java     | 10 ++---
 .../org/apache/uima/ruta/action/ReplaceTest.java   | 10 ++---
 .../apache/uima/ruta/action/RetainTypeTest.java    | 12 +++---
 .../org/apache/uima/ruta/action/Shift1Test.java    |  4 +-
 .../org/apache/uima/ruta/action/Shift2Test.java    | 35 ++++++++--------
 .../java/org/apache/uima/ruta/action/TrimTest.java |  8 ++--
 .../apache/uima/ruta/engine/RutaModifierTest.java  |  7 +++-
 .../uima/ruta/rule/LiteralStringMatchTest.java     |  9 +++-
 .../apache/uima/ruta/seed/DefaultSeederTest.java   | 48 ++++------------------
 .../org/apache/uima/ruta/seed/TextSeederTest.java  | 21 ++++++++++
 .../org/apache/uima/ruta/TypeAliasTestEngine.xml   |  2 +-
 .../uima/ruta/action/ConfigureTestEngine.xml       |  2 +-
 .../org/apache/uima/ruta/action/Shift2Test.ruta    |  9 ----
 .../org/apache/uima/ruta/action/Shift2Test.txt     |  1 -
 .../org/apache/uima/ruta/engine/CWEngine.xml       |  2 +-
 .../uima/ruta/engine/RecursiveConfigureEngine.xml  |  2 +-
 .../org/apache/uima/ruta/engine/SWEngine.xml       |  2 +-
 .../org/apache/uima/ruta/engine/SimpleEngine.xml   |  2 +-
 ruta-docbook/pom.xml                               |  2 +-
 ruta-docbook/src/docbook/tools.ruta.overview.xml   |  4 +-
 ruta-eclipse-feature/pom.xml                       |  2 +-
 ruta-eclipse-update-site/pom.xml                   |  2 +-
 ruta-ep-addons/pom.xml                             |  2 +-
 ruta-ep-caseditor/pom.xml                          |  2 +-
 ruta-ep-core-ext/pom.xml                           |  2 +-
 ruta-ep-engine/pom.xml                             |  2 +-
 ruta-ep-ide-ui/pom.xml                             |  2 +-
 ruta-ep-ide/pom.xml                                |  2 +-
 ruta-ep-parent/pom.xml                             |  2 +-
 ruta-ep-textruler/pom.xml                          |  2 +-
 ruta-maven-archetype/pom.xml                       |  2 +-
 ruta-maven-plugin/pom.xml                          |  2 +-
 ruta-parent/pom.xml                                |  2 +-
 ruta-typesystem/pom.xml                            |  2 +-
 49 files changed, 169 insertions(+), 158 deletions(-)
 delete mode 100644 ruta-core/src/test/resources/org/apache/uima/ruta/action/Shift2Test.ruta
 delete mode 100644 ruta-core/src/test/resources/org/apache/uima/ruta/action/Shift2Test.txt