aboutsummaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
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.