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 39ec26d Prepare packaging of JavaFX application.
new f3378db Omit the navigation bar in javadoc.jar files deployed by Maven, because
those javadoc are typically browsed from browser. This is a first attempt to avoid the inclusion
of GPL code in javadoc (introduced by the search field in navigation bar). This change does
not apply to aggregated javadoc, and is not yet sufficient for avoiding the GPL code anyway.
new e238494 Add a temporary dummy class for allowing javadoc to pass. This is because
javadoc requires to have at least one class to document.
new 7cd7abc Fix javadoc generation errors.
new 2bc3e93 Add EPSG database if explicitly requested by profile.
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/pom.xml | 36 ++++++++++++++++++++++
.../services/{package-info.java => Servlet.java} | 7 ++++-
pom.xml | 12 ++++++++
3 files changed, 54 insertions(+), 1 deletion(-)
copy application/sis-webapp/src/main/java/org/apache/sis/services/{package-info.java =>
Servlet.java} (93%)
|