aboutsummaryrefslogtreecommitdiff
path: root/examples/demo/build.sbt
diff options
context:
space:
mode:
Diffstat (limited to 'examples/demo/build.sbt')
-rw-r--r--examples/demo/build.sbt16
1 files changed, 0 insertions, 16 deletions
diff --git a/examples/demo/build.sbt b/examples/demo/build.sbt
deleted file mode 100644
index 8cd1419..0000000
--- a/examples/demo/build.sbt
+++ /dev/null
@@ -1,16 +0,0 @@
-enablePlugins(JniPlugin)
-
-name := "jni-demo"
-
-organization := "org.example"
-
-baseDirectory in jni := (baseDirectory in ThisBuild).value / "native"
-
-javahObjects in javah += "org.example.jni.demo.Library"
-
-libraryDependencies += "ch.jodersky" %% "jni-library" % "0.1-SNAPSHOT"
-
-//exportJars in run := true
-
-//librearDependencies += "org.example" %% "demo" % "0.1"
-//librearDependencies += "org.example" % "demo" % "0.1" % "runtime" classifier "native"