From 3b93075c7995c7865a4fbd21c2488bcf5b179183 Mon Sep 17 00:00:00 2001 From: Jakob Odersky Date: Sun, 24 Nov 2019 15:48:31 -0500 Subject: Upgrade sbt-jni to 1.4.0 --- native/src/include/akka_serial_sync_UnsafeSerial.h | 14 +++++++------- native/src/include/akka_serial_sync_UnsafeSerial__.h | 12 ++++++------ project/plugins.sbt | 2 +- 3 files changed, 14 insertions(+), 14 deletions(-) diff --git a/native/src/include/akka_serial_sync_UnsafeSerial.h b/native/src/include/akka_serial_sync_UnsafeSerial.h index 893ccf6..2dce391 100644 --- a/native/src/include/akka_serial_sync_UnsafeSerial.h +++ b/native/src/include/akka_serial_sync_UnsafeSerial.h @@ -1,14 +1,13 @@ /* DO NOT EDIT THIS FILE - it is machine generated */ #include /* Header for class akka_serial_sync_UnsafeSerial */ - -#ifndef _Included_akka_serial_sync_UnsafeSerial -#define _Included_akka_serial_sync_UnsafeSerial +#ifndef _Include_akka_serial_sync_UnsafeSerial +#define _Include_akka_serial_sync_UnsafeSerial #ifdef __cplusplus extern "C" { #endif /* - * Class: akka_serial_sync_UnsafeSerial + * Class: akka.serial.sync.UnsafeSerial * Method: read * Signature: (Ljava/nio/ByteBuffer;)I */ @@ -16,7 +15,7 @@ JNIEXPORT jint JNICALL Java_akka_serial_sync_UnsafeSerial_read (JNIEnv *, jobject, jobject); /* - * Class: akka_serial_sync_UnsafeSerial + * Class: akka.serial.sync.UnsafeSerial * Method: cancelRead * Signature: ()V */ @@ -24,7 +23,7 @@ JNIEXPORT void JNICALL Java_akka_serial_sync_UnsafeSerial_cancelRead (JNIEnv *, jobject); /* - * Class: akka_serial_sync_UnsafeSerial + * Class: akka.serial.sync.UnsafeSerial * Method: write * Signature: (Ljava/nio/ByteBuffer;I)I */ @@ -32,7 +31,7 @@ JNIEXPORT jint JNICALL Java_akka_serial_sync_UnsafeSerial_write (JNIEnv *, jobject, jobject, jint); /* - * Class: akka_serial_sync_UnsafeSerial + * Class: akka.serial.sync.UnsafeSerial * Method: close * Signature: ()V */ @@ -43,3 +42,4 @@ JNIEXPORT void JNICALL Java_akka_serial_sync_UnsafeSerial_close } #endif #endif + diff --git a/native/src/include/akka_serial_sync_UnsafeSerial__.h b/native/src/include/akka_serial_sync_UnsafeSerial__.h index 5f4bdb9..9f0b984 100644 --- a/native/src/include/akka_serial_sync_UnsafeSerial__.h +++ b/native/src/include/akka_serial_sync_UnsafeSerial__.h @@ -1,14 +1,13 @@ /* DO NOT EDIT THIS FILE - it is machine generated */ #include -/* Header for class akka_serial_sync_UnsafeSerial__ */ - -#ifndef _Included_akka_serial_sync_UnsafeSerial__ -#define _Included_akka_serial_sync_UnsafeSerial__ +/* Header for class akka_serial_sync_UnsafeSerial_00024 */ +#ifndef _Include_akka_serial_sync_UnsafeSerial_00024 +#define _Include_akka_serial_sync_UnsafeSerial_00024 #ifdef __cplusplus extern "C" { #endif /* - * Class: akka_serial_sync_UnsafeSerial__ + * Class: akka.serial.sync.UnsafeSerial_00024 * Method: open * Signature: (Ljava/lang/String;IIZI)J */ @@ -16,7 +15,7 @@ JNIEXPORT jlong JNICALL Java_akka_serial_sync_UnsafeSerial_00024_open (JNIEnv *, jobject, jstring, jint, jint, jboolean, jint); /* - * Class: akka_serial_sync_UnsafeSerial__ + * Class: akka.serial.sync.UnsafeSerial_00024 * Method: debug * Signature: (Z)V */ @@ -27,3 +26,4 @@ JNIEXPORT void JNICALL Java_akka_serial_sync_UnsafeSerial_00024_debug } #endif #endif + diff --git a/project/plugins.sbt b/project/plugins.sbt index f711a3c..38bf1d9 100644 --- a/project/plugins.sbt +++ b/project/plugins.sbt @@ -3,7 +3,7 @@ */ // Build, package and load native libraries -addSbtPlugin("ch.jodersky" % "sbt-jni" % "1.3.4") +addSbtPlugin("ch.jodersky" % "sbt-jni" % "1.4.0") /* * Utility plugins, can be disabled during plain build -- cgit v1.2.3