You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@lucene.apache.org by dw...@apache.org on 2021/10/31 09:51:08 UTC

[lucene] 01/01: LUCENE-10192: drop jars from binary distribution and an aggregate merge of related minor tasks.

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

dweiss pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/lucene.git

commit 1d152c5f6700495420787a4b0b3167925809e3ec
Merge: 84a4797 98b1795
Author: Dawid Weiss <da...@carrotsearch.com>
AuthorDate: Sun Oct 31 10:50:11 2021 +0100

    LUCENE-10192: drop jars from binary distribution and an aggregate merge of related minor tasks.

 dev-tools/scripts/buildAndPushRelease.py           |  11 +-
 dev-tools/scripts/smokeTestRelease.py              |  26 +-
 gradle/validation/jar-checks.gradle                |   3 +-
 .../org/apache/lucene/demo/knn/package-info.java   |   7 +-
 lucene/distribution/binary-artifacts.gradle        |  73 ----
 lucene/distribution/binary-release.gradle          |  81 ++--
 lucene/distribution/build.gradle                   |   1 -
 lucene/distribution/src/binary-release/README.md   |  14 +-
 .../src/binary-release/bin/luke.cmd}               |  15 +-
 .../src/binary-release}/bin/luke.sh                |  18 +-
 .../{pddl-10.txt => glove-LICENSE-PDDL.txt}        | 417 +++++++++++----------
 lucene/luke/build.gradle                           |  12 +-
 lucene/luke/src/distribution/README.md             |   8 +
 .../lucene/luke/app/desktop/util/MessageUtils.java |  23 +-
 .../luke/app/desktop/messages/messages.properties  |   3 +
 15 files changed, 314 insertions(+), 398 deletions(-)