summaryrefslogtreecommitdiff
path: root/src/site
diff options
context:
space:
mode:
authorMark Donszelmann <Mark.Donszelmann@gmail.com>2009-10-05 11:36:11 +0200
committerMark Donszelmann <Mark.Donszelmann@gmail.com>2009-10-05 11:36:11 +0200
commit3b4145fc7829fe7d6023d9da5e7497f26c7df863 (patch)
tree54834eb9e3a8e9e2f6db6cf8b08a221c27ce3534 /src/site
parent3705f9d9adaca497801c532d3f3087041f5504b4 (diff)
downloadmaven-nar-plugin-3b4145fc7829fe7d6023d9da5e7497f26c7df863.tar.gz
maven-nar-plugin-3b4145fc7829fe7d6023d9da5e7497f26c7df863.tar.bz2
maven-nar-plugin-3b4145fc7829fe7d6023d9da5e7497f26c7df863.tar.xz
maven-nar-plugin-3b4145fc7829fe7d6023d9da5e7497f26c7df863.zip
Added test it0006-jni-3rdparty
Diffstat (limited to 'src/site')
-rw-r--r--src/site/apt/HelloWorld.apt15
1 files changed, 10 insertions, 5 deletions
diff --git a/src/site/apt/HelloWorld.apt b/src/site/apt/HelloWorld.apt
index 08138d3..2320979 100644
--- a/src/site/apt/HelloWorld.apt
+++ b/src/site/apt/HelloWorld.apt
@@ -19,15 +19,20 @@ There are also some unit test which are run and call the same method.
[]
- [jni] A C routine called from Java and a Java unit test.
+ [jni] A C routine called from Java.
[java-dep-jni] A java project which depends on "jni".
- [helloworldstaticjni] A C routine called from Java statically linked with the C-runtime library and a Java unit test.
+ [jni-static] A C routine called from Java statically linked with the C-runtime library.
- [hellothirdpartyjni] A third party JNI library called from Java.
- The third party library is "jni" and is added as resource to the project in the
- form of a JNI library and a corresponding jar file. A Java unit test is provided.
+ [jni-3rdparty] A third party JNI library called from Java.
+ The third party library is the "jni" from the example above and is added as resource to the project in the
+ form of a JNI library and a corresponding jar file. The "jni" lib is currently provided for the following
+ platforms:
+
+ * x86_64-MacOSX-g++
+
+ []
[]