aboutsummaryrefslogtreecommitdiff
path: root/jniwrap/README.md
AgeCommit message (Collapse)Author
2018-05-12Be more careful about the files that we move to C 'src' directory:Martin Desruisseaux
since there is no header files starting with "org_" except JNI files, moving the "org_*.h" file should guarantee that we will not overwrite non-JNI file. The use of wildcard is for "org_osgeo_..." which may be added in a future version. This commit also opportunistically fixes minimum Ant version number in documentation.
2018-05-12Fix version history: Java bridge 2.0 was compatible with PROJ 4.8 (not 4.9) ↵Martin Desruisseaux
and above. The PROJ 4.8 version was compatible with both Java bridges 1.0 and 2.0.
2018-05-12Update JNI README.md with a note that Windows users need to use a different ↵Martin Desruisseaux
path separator.
2018-05-12Set the "PROJ bridge to JNI" version number to 3.0 and document its ↵Martin Desruisseaux
relationship with PROJ version number.
2018-05-12Add troubleshoting indication based on ↵Martin Desruisseaux
https://github.com/OSGeo/proj.4/issues/380 comments.
2018-05-12Use more explicit java options in the documentation (e.g. --class-path ↵Martin Desruisseaux
instead of -cp).
2018-05-02Rename "Proj" as "PROJ" for the library name.Martin Desruisseaux
2018-04-27Replace the use of doxygen by standard Javadoc tools for jniwrap.Martin Desruisseaux
2018-04-27Renamed jniwrap/README as README.md for better integration with GitHub.Martin Desruisseaux
Reformatted the README.md content for Markdown syntax. Updated some content to reflect the changes applied in build.xml file.