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 96b4ea0  Portrayal : fix incoherency in presentation candidate value 
type
     new 54f5a9c  Provide an installation wizard for configuring the path to 
JavaFX.
     new 2ca318c  Fix a `NullPointerException` when `bin/sisfx` is invoked 
while `apache-sis-<version>` is the current directory.

The 2 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/src/main/artifact/bin/sisfx |   9 +-
 .../sis-javafx/src/main/artifact/bin/sisfx.bat     |   2 +-
 .../org/apache/sis/internal/setup/FXFinder.java    | 369 +++++++---
 .../org/apache/sis/internal/setup/Inflater.java    | 175 +++++
 .../sis/internal/setup/LoggingConfiguration.java   |  17 +-
 .../java/org/apache/sis/internal/setup/Wizard.java | 759 +++++++++++++++++++++
 .../org/apache/sis/internal/setup/WizardPage.java  | 114 ++++
 .../sis/internal/storage/io/IOUtilities.java       |   5 +
 8 files changed, 1345 insertions(+), 105 deletions(-)
 create mode 100644 
application/sis-javafx/src/main/java/org/apache/sis/internal/setup/Inflater.java
 create mode 100644 
application/sis-javafx/src/main/java/org/apache/sis/internal/setup/Wizard.java
 create mode 100644 
application/sis-javafx/src/main/java/org/apache/sis/internal/setup/WizardPage.java

Reply via email to