From commits-return-13789-apmail-sis-commits-archive=sis.apache.org@sis.apache.org Wed Aug 12 17:32:58 2020 Return-Path: X-Original-To: apmail-sis-commits-archive@www.apache.org Delivered-To: apmail-sis-commits-archive@www.apache.org Received: from mxout1-he-de.apache.org (mxout1-he-de.apache.org [95.216.194.37]) by minotaur.apache.org (Postfix) with ESMTP id 1DF5A19EBE for ; Wed, 12 Aug 2020 17:32:58 +0000 (UTC) Received: from mail.apache.org (mailroute1-lw-us.apache.org [207.244.88.153]) by mxout1-he-de.apache.org (ASF Mail Server at mxout1-he-de.apache.org) with SMTP id 0850E634D9 for ; Wed, 12 Aug 2020 17:32:56 +0000 (UTC) Received: (qmail 16365 invoked by uid 500); 12 Aug 2020 17:32:56 -0000 Delivered-To: apmail-sis-commits-archive@sis.apache.org Received: (qmail 16342 invoked by uid 500); 12 Aug 2020 17:32:56 -0000 Mailing-List: contact commits-help@sis.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: sis-dev@sis.apache.org Delivered-To: mailing list commits@sis.apache.org Received: (qmail 16333 invoked by uid 99); 12 Aug 2020 17:32:56 -0000 Received: from ec2-52-202-80-70.compute-1.amazonaws.com (HELO gitbox.apache.org) (52.202.80.70) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 12 Aug 2020 17:32:56 +0000 Received: by gitbox.apache.org (ASF Mail Server at gitbox.apache.org, from userid 33) id 071178242E; Wed, 12 Aug 2020 17:32:56 +0000 (UTC) Date: Wed, 12 Aug 2020 17:32:55 +0000 To: "commits@sis.apache.org" Subject: [sis] branch geoapi-4.0 updated (1d075eb -> 39ec26d) MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit Message-ID: <159725357554.16847.14846740697257018066@gitbox.apache.org> From: desruisseaux@apache.org X-Git-Host: gitbox.apache.org X-Git-Repo: sis X-Git-Refname: refs/heads/geoapi-4.0 X-Git-Reftype: branch X-Git-Oldrev: 1d075eb2fbfbdbbbecca27371e9944f416b82cdd X-Git-Newrev: 39ec26db5db45d164ef9d87f63d15e90f92b7600 X-Git-NotificationType: ref_changed X-Git-Multimail-Version: 1.5.dev Auto-Submitted: auto-generated This is an automated email from the ASF dual-hosted git repository. desruisseaux pushed a change to branch geoapi-4.0 in repository https://gitbox.apache.org/repos/asf/sis.git. from 1d075eb Provide control on the colors used for rendering different range of values (categories) of a GridCoverage. new a51935a Minor adjustments: make colors column not sortable, documentation, NetBeans configuration. new f1009c8 Fix a NullPointerException. new b6f8ed7 Avoid to declare provided on netCDF in section, because it causes difficulties to control the scope in transitive dependencies. Instead all uses of netCDF in sub-modules must declare the desired scope explicitly. new 39ec26d Prepare packaging of JavaFX application. The 4 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: application/sis-javafx/doc/readme.txt | 4 +- application/sis-javafx/pom.xml | 30 +++++++++++++ .../src/main/artifact/LICENSE | 0 .../src/main/artifact/NOTICE | 0 .../src/main/artifact/README | 50 ++++++++-------------- .../sis => sis-javafx/src/main/artifact/bin/sisfx} | 9 ++-- .../src/main/artifact/conf/logging.properties | 37 ++++++++-------- .../sis-javafx/src/main/artifact/data/README | 1 + .../sis-javafx/src/main/artifact/lib/README | 8 ++++ .../sis-javafx/src/main/artifact/log/README | 3 ++ .../apache/sis/gui/coverage/CategoryColors.java | 12 ++++-- .../sis/gui/coverage/CategoryColorsCell.java | 1 + .../apache/sis/internal/referencing/LazySet.java | 5 ++- .../apache/sis/util/logging/MonolineFormatter.java | 16 +++---- pom.xml | 2 - profiles/sis-japan-profile/pom.xml | 6 +++ storage/sis-netcdf/pom.xml | 3 +- 17 files changed, 115 insertions(+), 72 deletions(-) copy application/{sis-console => sis-javafx}/src/main/artifact/LICENSE (100%) copy application/{sis-console => sis-javafx}/src/main/artifact/NOTICE (100%) copy application/{sis-console => sis-javafx}/src/main/artifact/README (62%) copy application/{sis-console/src/main/artifact/bin/sis => sis-javafx/src/main/artifact/bin/sisfx} (82%) copy application/{sis-console => sis-javafx}/src/main/artifact/conf/logging.properties (51%) create mode 120000 application/sis-javafx/src/main/artifact/data/README create mode 100644 application/sis-javafx/src/main/artifact/lib/README create mode 100644 application/sis-javafx/src/main/artifact/log/README