diff options
| author | Martin Desruisseaux <martin.desruisseaux@geomatys.com> | 2018-05-02 14:41:02 +0200 |
|---|---|---|
| committer | Martin Desruisseaux <martin.desruisseaux@geomatys.com> | 2018-05-02 16:00:51 +0200 |
| commit | 88d848423fcdc309629e60b19ad531108c23c1cc (patch) | |
| tree | 8df623c7d8582141f9ef3183d87f43733defff01 /configure.ac | |
| parent | 7452e0ce1c40a09e6aedddf64d81dd124fa4609a (diff) | |
| download | PROJ-88d848423fcdc309629e60b19ad531108c23c1cc.tar.gz PROJ-88d848423fcdc309629e60b19ad531108c23c1cc.zip | |
Modularize the Proj Java package:
- Move the jniwrap/org/ directory into the jniwrap/org.osgeo.proj/ sub-directory ("org.osgeo.proj" is the module).
- Add a module-info.java description.
- Update the Makefile.am files for referencing the files in their new location.
There is no API change at this stage; all moved classes are still the same that previous version.
Diffstat (limited to 'configure.ac')
| -rw-r--r-- | configure.ac | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac index e89961eb..e47e6b46 100644 --- a/configure.ac +++ b/configure.ac @@ -144,7 +144,7 @@ AC_SUBST(THREAD_LIB,$THREAD_LIB) AC_CONFIG_FILES([Makefile cmake/Makefile src/Makefile test/Makefile test/gie/Makefile test/gigs/Makefile man/Makefile man/man1/Makefile man/man3/Makefile nad/Makefile - jniwrap/Makefile jniwrap/org/Makefile jniwrap/org/proj4/Makefile]) + jniwrap/Makefile jniwrap/org.osgeo.proj/Makefile jniwrap/org.osgeo.proj/org/Makefile jniwrap/org.osgeo.proj/org/proj4/Makefile]) AC_CONFIG_FILES([nad/install], [chmod +x nad/install]) AC_CONFIG_FILES([proj.pc]) |
