aboutsummaryrefslogtreecommitdiff
path: root/examples/demo/build.sbt
diff options
context:
space:
mode:
authorJakob Odersky <jodersky@gmail.com>2015-12-06 17:03:08 -0800
committerJakob Odersky <jodersky@gmail.com>2015-12-06 17:09:40 -0800
commite2505d1d9e2e49554057a8cd5fb71b0ac0e3ba63 (patch)
treef4fec79ba707aa9b2dec903d54a164f357961f19 /examples/demo/build.sbt
parent3e90312b3f2d912bf27e91b454a6ef21a81a2fc5 (diff)
downloadsbt-jni-e2505d1d9e2e49554057a8cd5fb71b0ac0e3ba63.tar.gz
sbt-jni-e2505d1d9e2e49554057a8cd5fb71b0ac0e3ba63.tar.bz2
sbt-jni-e2505d1d9e2e49554057a8cd5fb71b0ac0e3ba63.zip
Use separate project for native libraries
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"