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

desruisseaux pushed a change to branch geoapi-3.1
in repository https://gitbox.apache.org/repos/asf/sis.git


    from 8474e339bc Merge branch 'geoapi-4.0' into geoapi-3.1. This merge 
modularizes the Apache SIS project (JPMS) and migrates the build system from 
Maven to Gradle.
     add 08f37c2d72 Add NetBeans project configuration files as Ant Modular 
projects. This is for development in NetBeans, because NetBeans 18 does not yet 
understand well a Gradle project with Module Source Hierarchy.
     new b099abbec0 Merge branch 'geoapi-4.0' into geoapi-3.1. This is for 
NetBeans project configuration.

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:
 .gitignore                                         |    3 +-
 netbeans-project/README.md                         |   55 +
 netbeans-project/build.xml                         |   53 +
 netbeans-project/ivy-settings.xml                  |   21 +
 netbeans-project/ivy.xml                           |   40 +
 netbeans-project/nbproject/build-impl.xml          | 1989 ++++++++++++++++++++
 netbeans-project/nbproject/genfiles.properties     |    8 +
 netbeans-project/nbproject/project.properties      |  189 ++
 netbeans-project/nbproject/project.xml             |   32 +
 netbeans-project/src-local/.gitignore              |    5 +
 .../test/module-info.java                          |   32 +
 .../apache/sis/test/uncommitted/package-info.java  |    6 +
 12 files changed, 2432 insertions(+), 1 deletion(-)
 create mode 100644 netbeans-project/README.md
 create mode 100644 netbeans-project/build.xml
 create mode 100644 netbeans-project/ivy-settings.xml
 create mode 100644 netbeans-project/ivy.xml
 create mode 100644 netbeans-project/nbproject/build-impl.xml
 create mode 100644 netbeans-project/nbproject/genfiles.properties
 create mode 100644 netbeans-project/nbproject/project.properties
 create mode 100644 netbeans-project/nbproject/project.xml
 create mode 100644 netbeans-project/src-local/.gitignore
 create mode 100644 
netbeans-project/src-local/org.apache.sis.test.uncommitted/test/module-info.java
 create mode 100644 
netbeans-project/src-local/org.apache.sis.test.uncommitted/test/org/apache/sis/test/uncommitted/package-info.java

Reply via email to