From aef6d05bfe86b810dbd38dbdb9c757dae7b8368e Mon Sep 17 00:00:00 2001 From: Martin Desruisseaux Date: Fri, 27 Apr 2018 18:15:08 +0200 Subject: Update the Ant build.xml script for: - 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. --- jniwrap/build.xml | 107 +++++++++++++++++++----------------------------------- 1 file changed, 37 insertions(+), 70 deletions(-) (limited to 'jniwrap') diff --git a/jniwrap/build.xml b/jniwrap/build.xml index 2888a1ec..85bcb2a5 100644 --- a/jniwrap/build.xml +++ b/jniwrap/build.xml @@ -1,87 +1,54 @@ - - - - - - - - - - - - - - - Compilation finished... - - - - - - - Creating folder structure... - - - - - - - - - Compiling the java code... - - - - - - - - - - - - - Creating jni headers... - - - - - - - - Compiling libraries... - - - - - - - - + + + + + + + + + + + + + + + + - + + + + - - - - + + Creating help files... - - - + Cleaning up... - - + + -- cgit v1.2.3