aboutsummaryrefslogtreecommitdiff
path: root/jniwrap/build.xml
AgeCommit message (Collapse)Author
2018-06-02Upgrade http:// to https:// where feasibleMike Toews
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-12Set the "PROJ bridge to JNI" version number to 3.0 and document its ↵Martin Desruisseaux
relationship with PROJ version number.
2018-05-12After javac has generated org_proj4_PJ.h, move that file to the C source ↵Martin Desruisseaux
directory.
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.
2018-05-02Add link to GeoAPI for documentation purpose only (the Java classes can ↵Martin Desruisseaux
still be used standalone).
2018-04-27Replace the use of doxygen by standard Javadoc tools for jniwrap.Martin Desruisseaux
2018-04-27Update the Ant build.xml script for:Martin Desruisseaux
- Generating the C header file during javac task. - Provide more accurate information in META-INF/MANIFEST.MF. - Merge tasks intended to be executed together. The src/org_proj4_PJ.h file has been re-generated with the most recent Java compiler.
2011-09-01Updated the Ant build file for JNI bindings, the jniwrap/README and the ↵Martin Desruisseaux
ChangeLog. git-svn-id: http://svn.osgeo.org/metacrs/proj/trunk@2094 4e78687f-474d-0410-85f9-8d5e500ac6b2
2011-08-27Documentation updates and first configuration changes:Martin Desruisseaux
- Added @deprecated tags to the old bindings, with test pointing to their replacement. - Added a note in the header of the new bindings suggesting to keep the classes synchronized with GeoAPI (if possible). - Edited the README file for the new bindings, but did not yet edited the example. - Added the new files to the list of files declared in Makefile.in, and ran automake to regenerate Makefile.am. - Edited build.xml to generate the header file of PJ.h instead than Projections.h. git-svn-id: http://svn.osgeo.org/metacrs/proj/trunk@2092 4e78687f-474d-0410-85f9-8d5e500ac6b2
2004-10-25deleted the no longer needed native parts that were moved into the proj sourceAndrea Antonello
folder and the to them regarding targets in the build file - Andrea A. git-svn-id: http://svn.osgeo.org/metacrs/proj/trunk@1248 4e78687f-474d-0410-85f9-8d5e500ac6b2
2004-10-20Adding the java jni wrapper for proj4 to the projectAndrea Antonello
git-svn-id: http://svn.osgeo.org/metacrs/proj/trunk@1234 4e78687f-474d-0410-85f9-8d5e500ac6b2