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

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


    from cd49b8b  Remove a dependency which is not needed anymore following 
removal of sis-webapp module.
     new 78b6d72  Remove build configuration not relevant to the release.
     new a5d8774  Remove the @Generated annotation for simplifying Javadoc 
generation. Those annotations had no effect on the compilation result; they 
were only for documentation purpose. Those removal are applied on the release 
branch only; they are kept (for now) on master.
     new 52215db  Fix the generation of javadoc on a per-module basis (as 
opposed to aggregated javadoc): - Add dependencies that most be declared 
explicitly for allowing javadoc generation. - Add a public class in the 
Japanese profile module for avoiding empty javadoc. - Link to the complete 
javadoc on web site.

The 3 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-console/pom.xml                    |  4 ++
 .../src/main/ant/prepare-release.xml               | 68 ----------------------
 .../org/apache/sis/internal/feature/Resources.java |  2 -
 .../apache/sis/internal/metadata/Resources.java    |  2 -
 core/sis-referencing-by-identifiers/pom.xml        |  4 ++
 .../apache/sis/internal/gazetteer/Resources.java   |  2 -
 .../apache/sis/internal/referencing/Resources.java |  2 -
 .../java/org/apache/sis/util/resources/Errors.java |  2 -
 .../org/apache/sis/util/resources/Messages.java    |  2 -
 .../org/apache/sis/util/resources/Vocabulary.java  |  2 -
 pom.xml                                            | 22 +------
 .../{package-info.java => JapaneseProfile.java}    | 17 +++++-
 .../org/apache/sis/internal/geotiff/Resources.java |  2 -
 .../org/apache/sis/internal/netcdf/Resources.java  |  2 -
 .../apache/sis/internal/sql/feature/Resources.java |  2 -
 .../org/apache/sis/internal/storage/Resources.java |  2 -
 16 files changed, 24 insertions(+), 113 deletions(-)
 delete mode 100644 core/sis-build-helper/src/main/ant/prepare-release.xml
 copy 
profiles/sis-japan-profile/src/main/java/org/apache/sis/profile/japan/{package-info.java
 => JapaneseProfile.java} (73%)

Reply via email to