summaryrefslogtreecommitdiff
path: root/src/site
diff options
context:
space:
mode:
authorMark Donszelmann <Mark.Donszelmann@gmail.com>2009-10-05 15:39:24 +0200
committerMark Donszelmann <Mark.Donszelmann@gmail.com>2009-10-05 15:39:24 +0200
commit75b9fcffc6709f9c65990f6d04d593d3bfb4743d (patch)
tree2dd831fc09fa1de47927ce45611e835238a2ea14 /src/site
parentb6e59ef1d0162f6ddacd8e675fd059cd306f62fe (diff)
downloadmaven-nar-plugin-75b9fcffc6709f9c65990f6d04d593d3bfb4743d.tar.gz
maven-nar-plugin-75b9fcffc6709f9c65990f6d04d593d3bfb4743d.tar.bz2
maven-nar-plugin-75b9fcffc6709f9c65990f6d04d593d3bfb4743d.tar.xz
maven-nar-plugin-75b9fcffc6709f9c65990f6d04d593d3bfb4743d.zip
Added it0012-jni-dep-lib-static test
Diffstat (limited to 'src/site')
-rw-r--r--src/site/apt/HelloWorld.apt6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/site/apt/HelloWorld.apt b/src/site/apt/HelloWorld.apt
index 6ca268d..f03bd70 100644
--- a/src/site/apt/HelloWorld.apt
+++ b/src/site/apt/HelloWorld.apt
@@ -8,7 +8,7 @@ Mark Donszelmann
HelloWorld Examples
These example contain a simple C method "sayHello". This method can be called from a C program, a Java program, put into
-a static library, put into a shared library, use a third party library, ...
+a static library, put into a shared library, use as a third party library, ...
There are also some unit test which are run and call the same method.
The following examples are available:
@@ -53,8 +53,8 @@ There are also some unit test which are run and call the same method.
[it0011-executable-dep-lib-static] A C executable which depends on "lib-static" and links statically
with it. The executabe is created and run.
- [helloworldstaticlibjni] A C routine called from Java, which depends on
- "lib-static" and links statically with it. A Java unit test is provided.
+ [it0012-jni-dep-lib-static] A C routine called from Java, which depends on
+ "lib-static" and links statically with it.
[]