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

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


    from 22085e1  Merge pull request #3 from 
apache/UIMA-6233-Failing-unit-tests-depending-on-test-execution-order
     add c6bdfb5  [UIMA-6236] Migrating Apache UIMA Ruta from SVN to git/GitHub
     add 191d2d6  [UIMA-6236] Migrating Apache UIMA Ruta from SVN to git/GitHub
     add ba74c25  [UIMA-6236] Migrating Apache UIMA Ruta from SVN to git/GitHub
     add ab752bb  [UIMA-6236] Migrating Apache UIMA Ruta from SVN to git/GitHub
     add 6ce41c5  [UIMA-6236] Migrating Apache UIMA Ruta from SVN to git/GitHub
     add a89df52  [UIMA-6236] Migrating Apache UIMA Ruta from SVN to git/GitHub
     new 0b67cab  Merge pull request #4 from 
apache/UIMA-6236-Migrating-Apache-UIMA-Ruta-from-SVN-to-git

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:
 .asf.yaml                                          |  33 ++
 .gitattributes                                     |   8 +
 .gitignore                                         |   7 +
 README.md                                          |  13 +
 .../ruta-ep-example-extensions/.gitignore          |   1 +
 .../ruta-ep-example-extensions/pom.xml             |  38 +-
 example-projects/ruta-maven-example/pom.xml        | 457 +++++++++++----------
 pom.xml                                            | 176 ++++----
 ruta-basic-type/pom.xml                            |  57 +--
 ruta-core-ext/pom.xml                              | 146 ++++---
 ruta-core/pom.xml                                  | 161 ++++----
 ruta-docbook/pom.xml                               |  52 +--
 ruta-docbook/src/docbook/tools.ruta.howtos.xml     |   2 +-
 ruta-eclipse-feature/.gitignore                    |   1 +
 ruta-eclipse-feature/pom.xml                       |  80 ++--
 ruta-eclipse-update-site/pom.xml                   |  42 +-
 ruta-ep-addons/META-INF/MANIFEST.MF                |  59 +++
 ruta-ep-addons/pom.xml                             |  48 ++-
 ruta-ep-caseditor/.gitignore                       |   1 +
 ruta-ep-caseditor/META-INF/MANIFEST.MF             |  48 +++
 ruta-ep-caseditor/pom.xml                          |  41 +-
 ruta-ep-core-ext/META-INF/MANIFEST.MF              |  34 ++
 ruta-ep-core-ext/pom.xml                           |  48 ++-
 ruta-ep-engine/.gitignore                          |   1 +
 ruta-ep-engine/pom.xml                             | 135 +++---
 ruta-ep-ide-ui/.gitignore                          |   1 +
 ruta-ep-ide-ui/pom.xml                             |  55 +--
 ruta-ep-ide/.gitignore                             |   1 +
 ruta-ep-ide/pom.xml                                |  59 +--
 ruta-ep-parent/pom.xml                             |  75 ++--
 ruta-ep-textruler/.gitignore                       |   1 +
 ruta-ep-textruler/pom.xml                          |  54 +--
 ruta-maven-archetype/pom.xml                       |  39 +-
 ruta-maven-plugin/pom.xml                          | 191 ++++-----
 ruta-parent/pom.xml                                | 266 ++++++------
 ruta-typesystem/pom.xml                            |  60 +--
 36 files changed, 1438 insertions(+), 1053 deletions(-)
 create mode 100644 .asf.yaml
 create mode 100644 .gitattributes
 create mode 100644 .gitignore
 create mode 100644 README.md
 create mode 100644 example-projects/ruta-ep-example-extensions/.gitignore
 create mode 100644 ruta-eclipse-feature/.gitignore
 create mode 100644 ruta-ep-addons/META-INF/MANIFEST.MF
 create mode 100644 ruta-ep-caseditor/.gitignore
 create mode 100644 ruta-ep-caseditor/META-INF/MANIFEST.MF
 create mode 100644 ruta-ep-core-ext/META-INF/MANIFEST.MF
 create mode 100644 ruta-ep-engine/.gitignore
 create mode 100644 ruta-ep-ide-ui/.gitignore
 create mode 100644 ruta-ep-ide/.gitignore
 create mode 100644 ruta-ep-textruler/.gitignore

Reply via email to