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:02 UTC

[uima-ruta] branch main updated (5e8977ae -> d751620b)

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

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


    from 5e8977ae Merge pull request #120 from apache/refactoring/104-Upgrade-dependencies
     add 21b69e3a Issue #118: Merge type system modules into core module
     add 6a0ded1b Merge branch 'main' into refactoring/118-Merge-type-system-modules-into-core-module
     new d751620b Merge pull request #121 from apache/refactoring/118-Merge-type-system-modules-into-core-module

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:
 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(-)
 delete mode 100644 ruta-basic-type/.gitignore
 delete mode 100644 ruta-basic-type/pom.xml
 rename {ruta-basic-type => ruta-core}/src/main/java/org/apache/uima/ruta/type/RutaBasic.java (100%)
 rename {ruta-typesystem => ruta-core}/src/main/resources/META-INF/org.apache.uima.fit/types.txt (100%)
 rename {ruta-typesystem => ruta-core}/src/main/resources/org/apache/uima/ruta/engine/BasicTypeSystem.xml (100%)
 rename {ruta-typesystem => ruta-core}/src/main/resources/org/apache/uima/ruta/engine/DefaultSeederTypeSystem.xml (100%)
 rename {ruta-typesystem => ruta-core}/src/main/resources/org/apache/uima/ruta/engine/HtmlTypeSystem.xml (100%)
 rename {ruta-typesystem => ruta-core}/src/main/resources/org/apache/uima/ruta/engine/PlainTextTypeSystem.xml (100%)
 rename {ruta-typesystem => ruta-core}/src/main/resources/org/apache/uima/ruta/engine/RutaBasicTypeSystem.xml (100%)
 rename {ruta-typesystem => ruta-core}/src/main/resources/org/apache/uima/ruta/engine/RutaInternalTypeSystem.xml (100%)
 rename {ruta-typesystem => ruta-core}/src/main/resources/org/apache/uima/ruta/engine/SourceDocumentInformation.xml (100%)
 delete mode 100644 ruta-typesystem/.gitignore
 delete mode 100644 ruta-typesystem/pom.xml


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

Posted by re...@apache.org.
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(-)