You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@uima.apache.org by re...@apache.org on 2023/01/27 13:53:03 UTC

[uima-ruta] 01/01: Merge pull request #121 from apache/refactoring/118-Merge-type-system-modules-into-core-module

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

rec pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/uima-ruta.git

commit d751620b7020a0a101045a577345bf9ad37505c3
Merge: 5e8977ae 6a0ded1b
Author: Richard Eckart de Castilho <re...@apache.org>
AuthorDate: Fri Jan 27 14:52:54 2023 +0100

    Merge pull request #121 from apache/refactoring/118-Merge-type-system-modules-into-core-module
    
    Issue #118: Merge type system modules into core module

 pom.xml                                            |  14 --
 ruta-basic-type/.gitignore                         |   1 -
 ruta-basic-type/pom.xml                            |  97 --------------
 ruta-core/pom.xml                                  |  47 +++++--
 .../java/org/apache/uima/ruta/type/RutaBasic.java  |   0
 .../META-INF/org.apache.uima.fit/types.txt         |   0
 .../apache/uima/ruta/engine/BasicTypeSystem.xml    |   0
 .../uima/ruta/engine/DefaultSeederTypeSystem.xml   |   0
 .../org/apache/uima/ruta/engine/HtmlTypeSystem.xml |   0
 .../uima/ruta/engine/PlainTextTypeSystem.xml       |   0
 .../uima/ruta/engine/RutaBasicTypeSystem.xml       |   0
 .../uima/ruta/engine/RutaInternalTypeSystem.xml    |   0
 .../uima/ruta/engine/SourceDocumentInformation.xml |   0
 ruta-typesystem/.gitignore                         |   1 -
 ruta-typesystem/pom.xml                            | 143 ---------------------
 15 files changed, 35 insertions(+), 268 deletions(-)