This is an automated email from the ASF dual-hosted git repository.
desruisseaux pushed a change to branch geoapi-submodule
in repository https://gitbox.apache.org/repos/asf/sis.git
omit d3a8a5d2f4 Add GeoAPI-SNAPSHOT as a submodule linking to OGC
repository. Add Gradle configuration for building that GeoAPI with Maven. It
shall be used only for SIS "geoapi-4.0" and "geoapi-3.1" development branches.
The master branch of SIS shall use the official GeoAPI release from Maven
Central.
add 215e951ad1 Rename the `org.apache.sis.test` modules with an
`endorsed`, `incubator` or `optional` suffix. This is for avoiding confusion
between modules of same name in different Gradle sub-projects. We previously
relied on the fact that those modules where not reused for avoiding confusion
(i.e. they exist only in a scope local to the sub-project), but it does not
seem sufficient.
add a4b030f6f5 Re-commit `LicenseHeader.txt` as a convenience for IDE.
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 3211e0c7a9 Add GeoAPI-SNAPSHOT as a submodule linking to OGC
repository. Add Gradle configuration for building that GeoAPI with Maven. It
shall be used only for SIS "geoapi-4.0" and "geoapi-3.1" development branches.
The master branch of SIS shall use the official GeoAPI release from Maven
Central.
This update added new revisions after undoing existing revisions.
That is to say, some revisions that were in the old version of the
branch are not in the new version. This situation occurs
when a user --force pushes a change and generates a repository
containing something like this:
* -- * -- B -- O -- O -- O (d3a8a5d2f4)
\
N -- N -- N refs/heads/geoapi-submodule (3211e0c7a9)
You should already have received notification emails for all of the O
revisions, and so the following emails describe only the N revisions
from the common base, B.
Any revisions marked "omit" are not gone; other references still
refer to them. Any revisions marked "discard" are gone forever.
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 +-
endorsed/build.gradle.kts | 4 +-
.../test/module-info.java | 2 +-
incubator/build.gradle.kts | 4 +-
.../test/module-info.java | 2 +-
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 +
optional/build.gradle.kts | 4 +-
.../test/module-info.java | 2 +-
HEADER => parent/LicenseHeader.txt | 0
19 files changed, 2441 insertions(+), 10 deletions(-)
rename endorsed/src/{org.apache.sis.test =>
org.apache.sis.test.endorsed}/test/module-info.java (96%)
rename incubator/src/{org.apache.sis.test =>
org.apache.sis.test.incubator}/test/module-info.java (96%)
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
rename optional/src/{org.apache.sis.test =>
org.apache.sis.test.optional}/test/module-info.java (96%)
copy HEADER => parent/LicenseHeader.txt (100%)