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/19 09:46:44 UTC

[uima-uimaj] branch main updated (ae4905d49 -> 016e151ff)

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-uimaj.git


    from ae4905d49 Merge pull request #202 from apache/refactoring/UIMA-6454-Update-dependencies
     add 40a736681 [UIMA-6443] Fresh Eclipse update site for every release
     add 6f2abc07e [UIMA-6443] Fresh Eclipse update site for every release
     add dbe58d15b [UIMA-6443] Fresh Eclipse update site for every release
     add 60ad1aa62 [UIMA-6443] Fresh Eclipse update site for every release
     add 7d1ca4529 [UIMA-6443] Fresh Eclipse update site for every release
     add 24b88ef72 [UIMA-6443] Fresh Eclipse update site for every release
     add b961af68f [UIMA-6443] Fresh Eclipse update site for every release
     add fe3ebc3a5 [UIMA-6443] Fresh Eclipse update site for every release
     add bad71244e [UIMA-6443] Fresh Eclipse update site for every release
     add e58d34df1 [UIMA-6443] Fresh Eclipse update site for every release
     add a2f213235 [UIMA-6443] Fresh Eclipse update site for every release
     add 9c89bb534 [UIMA-6443] Fresh Eclipse update site for every release
     add 83933a639 [UIMA-6443] Fresh Eclipse update site for every release
     add 83afb56c0 [UIMA-6443] Fresh Eclipse update site for every release
     add 532cc908c Merge branch 'main' into refactoring/UIMA-6443-Fresh-Eclipse-update-site-for-every-release
     add 681f7525e [UIMA-6443] Fresh Eclipse update site for every release
     add 47efebe7c [UIMA-6443] Fresh Eclipse update site for every release
     add 8b64502a8 [UIMA-6443] Fresh Eclipse update site for every release
     add 7e03f1c2b Merge branch 'main' into refactoring/UIMA-6443-Fresh-Eclipse-update-site-for-every-release
     new 016e151ff Merge pull request #200 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:
 aggregate-uimaj-eclipse-plugins/pom.xml            |   8 +-
 pom.xml                                            |  20 +-
 uimaj-eclipse-feature-runtime/.gitignore           |   3 -
 uimaj-eclipse-feature-runtime/feature.properties   | 153 ----------
 uimaj-eclipse-feature-runtime/feature.xml          | 163 +++++++++++
 ...eature => marker-file-identifying-tycho-module} |   0
 uimaj-eclipse-feature-runtime/pom.xml              |  11 +-
 .../src/main/resources/feature.xml                 |  51 ----
 uimaj-eclipse-feature-tools/.gitignore             |   3 -
 uimaj-eclipse-feature-tools/feature.properties     | 156 ----------
 uimaj-eclipse-feature-tools/feature.xml            | 232 +++++++++++++++
 ...eature => marker-file-identifying-tycho-module} |   0
 uimaj-eclipse-feature-tools/pom.xml                |  48 ++-
 .../src/main/resources/feature.xml                 | 115 --------
 .../pom.xml                                        |  47 ++-
 uimaj-eclipse-update-site/.gitignore               |   1 -
 .../{src/main/resources => }/category.xml          |   4 +-
 ...e-site => marker-file-identifying-tycho-module} |   0
 uimaj-eclipse-update-site/pom.xml                  | 324 ++++-----------------
 uimaj-ep-runtime/pom.xml                           |   4 +-
 uimaj-parent/pom.xml                               |  85 +++++-
 21 files changed, 634 insertions(+), 794 deletions(-)
 delete mode 100644 uimaj-eclipse-feature-runtime/.gitignore
 delete mode 100644 uimaj-eclipse-feature-runtime/feature.properties
 create mode 100644 uimaj-eclipse-feature-runtime/feature.xml
 rename uimaj-eclipse-feature-runtime/{marker-file-identifying-eclipse-feature => marker-file-identifying-tycho-module} (100%)
 delete mode 100644 uimaj-eclipse-feature-runtime/src/main/resources/feature.xml
 delete mode 100644 uimaj-eclipse-feature-tools/.gitignore
 delete mode 100644 uimaj-eclipse-feature-tools/feature.properties
 create mode 100644 uimaj-eclipse-feature-tools/feature.xml
 rename uimaj-eclipse-feature-tools/{marker-file-identifying-eclipse-feature => marker-file-identifying-tycho-module} (100%)
 delete mode 100644 uimaj-eclipse-feature-tools/src/main/resources/feature.xml
 copy {aggregate-uimaj-docbooks => uimaj-eclipse-maven-p2-site}/pom.xml (52%)
 delete mode 100644 uimaj-eclipse-update-site/.gitignore
 rename uimaj-eclipse-update-site/{src/main/resources => }/category.xml (82%)
 rename uimaj-eclipse-update-site/{marker-file-identifying-eclipse-update-site => marker-file-identifying-tycho-module} (100%)


[uima-uimaj] 01/01: Merge pull request #200 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-uimaj.git

commit 016e151ff395c03df60a878721a3a60713b2444e
Merge: ae4905d49 7e03f1c2b
Author: Richard Eckart de Castilho <re...@apache.org>
AuthorDate: Thu May 19 11:46:39 2022 +0200

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

 aggregate-uimaj-eclipse-plugins/pom.xml            |   8 +-
 pom.xml                                            |  20 +-
 uimaj-eclipse-feature-runtime/.gitignore           |   3 -
 uimaj-eclipse-feature-runtime/feature.properties   | 153 ----------
 uimaj-eclipse-feature-runtime/feature.xml          | 163 +++++++++++
 ...eature => marker-file-identifying-tycho-module} |   0
 uimaj-eclipse-feature-runtime/pom.xml              |  11 +-
 .../src/main/resources/feature.xml                 |  51 ----
 uimaj-eclipse-feature-tools/.gitignore             |   3 -
 uimaj-eclipse-feature-tools/feature.properties     | 156 ----------
 uimaj-eclipse-feature-tools/feature.xml            | 232 +++++++++++++++
 ...eature => marker-file-identifying-tycho-module} |   0
 uimaj-eclipse-feature-tools/pom.xml                |  48 ++-
 .../src/main/resources/feature.xml                 | 115 --------
 uimaj-eclipse-maven-p2-site/pom.xml                |  63 ++++
 uimaj-eclipse-update-site/.gitignore               |   1 -
 .../{src/main/resources => }/category.xml          |   4 +-
 ...e-site => marker-file-identifying-tycho-module} |   0
 uimaj-eclipse-update-site/pom.xml                  | 324 ++++-----------------
 uimaj-ep-runtime/pom.xml                           |   4 +-
 uimaj-parent/pom.xml                               |  85 +++++-
 21 files changed, 678 insertions(+), 766 deletions(-)