diff options
author | Mark Donszelmann <Mark.Donszelmann@gmail.com> | 2009-10-03 08:18:57 +0200 |
---|---|---|
committer | Mark Donszelmann <Mark.Donszelmann@gmail.com> | 2009-10-03 08:18:57 +0200 |
commit | f16721c64008697a5b37c002f3b201d15e556c7a (patch) | |
tree | 6b8d87dd6e709f256f487870f2232ccbe7239cb3 /src/site | |
parent | 4ba4c1e4029bbfd271d362413f4f4b874853763b (diff) | |
download | maven-nar-plugin-f16721c64008697a5b37c002f3b201d15e556c7a.tar.gz maven-nar-plugin-f16721c64008697a5b37c002f3b201d15e556c7a.tar.bz2 maven-nar-plugin-f16721c64008697a5b37c002f3b201d15e556c7a.tar.xz maven-nar-plugin-f16721c64008697a5b37c002f3b201d15e556c7a.zip |
Added jni test; changed goals for running run-its tests
Diffstat (limited to 'src/site')
-rw-r--r-- | src/site/apt/HelloWorld.apt | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/src/site/apt/HelloWorld.apt b/src/site/apt/HelloWorld.apt index 7d1f2aa..3a11ce5 100644 --- a/src/site/apt/HelloWorld.apt +++ b/src/site/apt/HelloWorld.apt @@ -19,14 +19,14 @@ There are also some unit test which are run and call the same method. [] - [helloworldjni] A C routine called from Java and a Java unit test. + [jni] A C routine called from Java and a Java unit test. - [helloworldjnilibjava] A java project which depends on helloworldjni. + [helloworldjnilibjava] 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. [hellothirdpartyjni] A third party JNI library called from Java. - The third party library is "helloworldjni" and is added as resource to the project in the + 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. [] |