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 b2f314b580 Documentation updates: - Replace "sis-foo" module names by
"org.apache.sis.foo" in Javadoc and in NOTICE file. - Replace "classpath" by
"module path" in Javadoc, except in `About` class. - Replace
`META-INF/services` by `module-info.java` in explanation texts.
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.
No new revisions were added by this update.
Summary of changes:
endorsed/build.gradle.kts | 4 ++--
.../test/module-info.java | 2 +-
incubator/build.gradle.kts | 4 ++--
.../test/module-info.java | 2 +-
optional/build.gradle.kts | 4 ++--
.../test/module-info.java | 2 +-
HEADER => parent/LicenseHeader.txt | 0
7 files changed, 9 insertions(+), 9 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%)
rename optional/src/{org.apache.sis.test =>
org.apache.sis.test.optional}/test/module-info.java (96%)
copy HEADER => parent/LicenseHeader.txt (100%)