aboutsummaryrefslogtreecommitdiff
path: root/README.md
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 /README.md
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 'README.md')
-rw-r--r--README.md16
1 files changed, 2 insertions, 14 deletions
diff --git a/README.md b/README.md
index d861fec..6fd8d55 100644
--- a/README.md
+++ b/README.md
@@ -1,14 +1,2 @@
-# Definitions
-- Native binaries: artifacts such as libraries and executables that are platform dependent, typically C/C++ projects
-
-# Goals:
-
-## Wrapper
-- Native binaries are compiled with another build tool, such as Make, Autotools or CMake
-- Provides a "Native" configuration with most standard sbt tasks.
-Why not provide separate tasks, like nativeCompile and nativeTest? individual tasks don't map, that's the whole idea to use a wrapper
-
-## JNI
-- Generate JNI headers
-
-
+# SBT-JNI
+Making JNI tolerable.