aboutsummaryrefslogtreecommitdiff
path: root/jniwrap/org.osgeo.proj/module-info.java
AgeCommit message (Collapse)Author
2020-01-07Remove deprecated JNI bindingsKristian Evers
Closes #1757
2018-05-02Rename "Proj" as "PROJ" for the library name.Martin Desruisseaux
2018-05-02Modularize the Proj Java package:Martin Desruisseaux
- 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.