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 2022/05/20 06:41:33 UTC

[uima-ruta] branch main updated (810c8053 -> 626f9e28)

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 810c8053 Merge pull request #86 from apache/refactoring/UIMA-6458-Spurious-parsedVersion-osgiVersion-in-file-names-in-target
     add 5a28897d [UIMA-6443] Fresh Eclipse update site for every release
     new 626f9e28 Merge pull request #87 from apache/refactoring/UIMA-6443-Fresh-Eclipse-update-site-for-every-release

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:
 ...se-feature => marker-file-enabling-auto-staging |   0
 ...date-site => marker-file-identifying-parent-pom |   0
 pom.xml                                            |  89 ++-----
 ruta-eclipse-feature/.gitignore                    |   1 -
 ruta-eclipse-feature/feature.properties            | 145 -----------
 ruta-eclipse-feature/feature.xml                   | 205 +++++++++++++++
 .../marker-file-identifying-tycho-module           |   0
 ruta-eclipse-feature/pom.xml                       | 100 +++----
 .../src/main/resources/feature.xml                 |  97 -------
 ruta-eclipse-update-site/category.xml              |   2 +-
 .../marker-file-identifying-tycho-module           |   0
 ruta-eclipse-update-site/pom.xml                   | 290 ++++-----------------
 .../src/main/resources/category.xml                |  31 ---
 ruta-parent/pom.xml                                |  48 ----
 14 files changed, 329 insertions(+), 679 deletions(-)
 rename ruta-eclipse-feature/marker-file-identifying-eclipse-feature => marker-file-enabling-auto-staging (100%)
 rename ruta-eclipse-update-site/marker-file-identifying-eclipse-update-site => marker-file-identifying-parent-pom (100%)
 delete mode 100644 ruta-eclipse-feature/.gitignore
 delete mode 100644 ruta-eclipse-feature/feature.properties
 create mode 100644 ruta-eclipse-feature/feature.xml
 copy example-projects/ruta-ep-example-extensions/marker-file-identifying-eclipse-plugin => ruta-eclipse-feature/marker-file-identifying-tycho-module (100%)
 delete mode 100644 ruta-eclipse-feature/src/main/resources/feature.xml
 copy example-projects/ruta-ep-example-extensions/marker-file-identifying-eclipse-plugin => ruta-eclipse-update-site/marker-file-identifying-tycho-module (100%)
 delete mode 100644 ruta-eclipse-update-site/src/main/resources/category.xml


[uima-ruta] 01/01: Merge pull request #87 from apache/refactoring/UIMA-6443-Fresh-Eclipse-update-site-for-every-release

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 626f9e281a1802c98edf236466d3ab567d14ce42
Merge: 810c8053 5a28897d
Author: Richard Eckart de Castilho <re...@apache.org>
AuthorDate: Fri May 20 08:41:29 2022 +0200

    Merge pull request #87 from apache/refactoring/UIMA-6443-Fresh-Eclipse-update-site-for-every-release
    
    [UIMA-6443] Fresh Eclipse update site for every release

 ...se-feature => marker-file-enabling-auto-staging |   0
 ...date-site => marker-file-identifying-parent-pom |   0
 pom.xml                                            |  89 ++-----
 ruta-eclipse-feature/.gitignore                    |   1 -
 ruta-eclipse-feature/feature.properties            | 145 -----------
 ruta-eclipse-feature/feature.xml                   | 205 +++++++++++++++
 ...eature => marker-file-identifying-tycho-module} |   0
 ruta-eclipse-feature/pom.xml                       | 100 +++----
 .../src/main/resources/feature.xml                 |  97 -------
 ruta-eclipse-update-site/category.xml              |   2 +-
 .../marker-file-identifying-tycho-module           |   0
 ruta-eclipse-update-site/pom.xml                   | 290 ++++-----------------
 .../src/main/resources/category.xml                |  31 ---
 ruta-parent/pom.xml                                |  48 ----
 14 files changed, 329 insertions(+), 679 deletions(-)