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

Reply via email to