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