diff options
| author | Martin Desruisseaux <martin.desruisseaux@geomatys.com> | 2018-04-27 18:15:08 +0200 |
|---|---|---|
| committer | Martin Desruisseaux <martin.desruisseaux@geomatys.com> | 2018-04-27 18:15:08 +0200 |
| commit | aef6d05bfe86b810dbd38dbdb9c757dae7b8368e (patch) | |
| tree | beff12a6207a5943c050a50ba124bb7b9d70c56c /src | |
| parent | 44b83cbb394639f6c393c349b56360af27bc3020 (diff) | |
| download | PROJ-aef6d05bfe86b810dbd38dbdb9c757dae7b8368e.tar.gz PROJ-aef6d05bfe86b810dbd38dbdb9c757dae7b8368e.zip | |
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.
Diffstat (limited to 'src')
| -rw-r--r-- | src/org_proj4_PJ.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/org_proj4_PJ.h b/src/org_proj4_PJ.h index 7e690e7a..be5d3f58 100644 --- a/src/org_proj4_PJ.h +++ b/src/org_proj4_PJ.h @@ -44,7 +44,7 @@ JNIEXPORT jstring JNICALL Java_org_proj4_PJ_getDefinition /* * Class: org_proj4_PJ * Method: getType - * Signature: ()Lorg/proj4/PJ$Type; + * Signature: ()Lorg/proj4/PJ/Type; */ JNIEXPORT jobject JNICALL Java_org_proj4_PJ_getType (JNIEnv *, jobject); |
